News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

project related toolchain

Started by spectrum, November 01, 2010, 11:59:12 AM

Previous topic - Next topic

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.