11
Help / Re: clangd code completion
« Last post by Michael Agarkov on October 12, 2024, 04:21:15 pm »I think your problem might be the same as in https://forums.codeblocks.org/index.php/topic,24357.msg169412.html#msg169412
Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
Go to C:\Program Files\CodeBlocks\MinGW\bin and run:Codegcc --version
GCC used by C::B is located in settings (see screenshot), did you install GCC seperately or did you install C::B bundled with it?
thx for the reply.
I install cb with the compiler.
gcc --version
GCC used by C::B is located in settings (see screenshot), did you install GCC seperately or did you install C::B bundled with it?
Run these commands:Codeclangd --version
Codeto get the versions.gcc --version
thx for the reply.
the clangd version is 18.1.8
as for the gcc version, I don't know why the terminal says it can't identify "gcc". If I don't have it, how did I compile in cb?
Run these commands:Codeclangd --version
Codeto get the versions.gcc --version
I guess it might be easier to add support for ARM64 if we compile C::B to work under MSYS2.codeblocks is available for ARM64. https://packages.msys2.org/packages/mingw-w64-clang-aarch64-codeblocks
thx for the reply.
yes, I use the LLVM win64.exe one.
I'm not sure what compiler toolchain you mentioned means, but if it's compiler used in cb, it's gnu gcc compiler.
clangd --version
gcc --version