Recent Posts

Pages: 1 [2] 3 4 5 6 7 ... 10
11
Help / Re: clangd code completion
« Last post by Michael Agarkov on October 12, 2024, 04:21:15 pm »
12
Help / Re: clangd code completion
« Last post by juxin5 on October 12, 2024, 04:17:37 pm »

Go to C:\Program Files\CodeBlocks\MinGW\bin and run:
Code
gcc --version

thx for the reply.
It's 8.1.0
13
Help / Re: clangd code completion
« Last post by Michael Agarkov on October 12, 2024, 04:03:46 pm »

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.

Go to C:\Program Files\CodeBlocks\MinGW\bin and run:
Code
gcc --version
14
Help / Re: clangd code completion
« Last post by juxin5 on October 12, 2024, 03:55:56 pm »

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.
15
Help / Re: clangd code completion
« Last post by Michael Agarkov on October 12, 2024, 03:13:30 pm »

Run these commands:
Code
clangd --version
Code
gcc --version
to get the versions.

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?

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?
16
Help / Re: clangd code completion
« Last post by juxin5 on October 12, 2024, 02:57:34 pm »

Run these commands:
Code
clangd --version
Code
gcc --version
to get the versions.

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?
17
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
18
I guess it might be easier to add support for ARM64 if we compile C::B to work under MSYS2.
19
Help / Re: clangd code completion
« Last post by Michael Agarkov on October 12, 2024, 01:35:54 pm »
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.

Run these commands:
Code
clangd --version
Code
gcc --version
to get the versions.
20
Help / Re: clangd code completion
« Last post by juxin5 on October 12, 2024, 12:30:47 pm »
thx for the reply.

When I type 3 letters, the classic code completion will list the possible candidates. By "not working", I mean that the list will not show.
Pages: 1 [2] 3 4 5 6 7 ... 10