glad to find this thread.I'm having the same problem.
I tried "tools/clang/scripts/build_clang_tools_extra.py --fetch out/Default clangd"
but got this error?
Does this mean I need to install cmake myself?
I work on a cloudtop that is glinux. Is there vetting in place for installing new softwares?
Thanks!
```
Updating files: 100% (5951/5951), done.
Previous HEAD position was ff1920d106b5 [NVPTX] Promote i24, i40, i48 and i56 to next power-of-two register when passing
HEAD is now at 89a99ec900d5 [GVN] Bug fix to reportMayClobberedLoad remark
Building targets: clangd
Traceback (most recent call last):
File "/usr/local/google/home/haoliuk/chromium/src/tools/clang/scripts/build_clang_tools_extra.py", line 97, in <module>
sys.exit(main())
File "/usr/local/google/home/haoliuk/chromium/src/tools/clang/scripts/build_clang_tools_extra.py", line 93, in main
BuildTargets(GetBuildDir(args.OUT_DIR), args.TARGETS)
File "/usr/local/google/home/haoliuk/chromium/src/tools/clang/scripts/build_clang_tools_extra.py", line 73, in BuildTargets
subprocess.check_call(cmake_args, cwd=build_dir)
File "/usr/lib/python3.10/subprocess.py", line 364, in check_call
retcode = call(*popenargs, **kwargs)
File "/usr/lib/python3.10/subprocess.py", line 345, in call
with Popen(*popenargs, **kwargs) as p:
File "/usr/lib/python3.10/subprocess.py", line 966, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.10/subprocess.py", line 1842, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'cmake'
```