Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: comma overloader on November 04, 2015, 05:03:34 am
-
I want to include multiple versions of GCC in the list of available compilers. How do I do this? It seems like I am only allowed to add a new compiler if it is of a different type than GCC. Even for just one project, I cannot find how to change the version without overriding it globally (assuming that's what happens if I change it in a "global compiler settings" window).
-
1. Settings->Compiler
2. select gcc
3. copy it
4. change the toolchain executables
5. select the compiler in the target/project
-
I had to examine the screen for a couple of minutes before I could find the <Copy> button haha! Thanks.