News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

C compiler in C++ project - do I need to specify it?

Started by smallB, October 24, 2011, 02:24:09 PM

Previous topic - Next topic

smallB

In my C++ project I've observed that when I remove C compiler from toolchain executables then the project won't compile, saying: "another_precompiled - Debug": The compiler's setup is invalid so Code::Blocks cannot find/run the compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
Why do I have to specify C compiler for C++ project?
Thanks