User forums > Using Code::Blocks

project related toolchain

(1/1)

spectrum:
hi all,
is there a way to set up a project related toolchain executables without changing general compiler and debugging settings ?

mariocup:
Hi,

there are different solutions:

You could define the general toolchain executables using an environment variable e.g. TOOLCHAIN and use the macro replacement here. $(TOOLCHAIN)

You could then specify a project variable TOOLCHAIN and set it to a specific value.

tanq:
Goto to Compiler Settings and clone GCC toolchain as many times as you need :D. Then you can select proper toolchain in project build options. 

Navigation

[0] Message Index

Go to full version