Author Topic: project related toolchain  (Read 2623 times)

Offline spectrum

  • Multiple posting newcomer
  • *
  • Posts: 16
project related toolchain
« on: November 01, 2010, 11:59:12 am »
hi all,
is there a way to set up a project related toolchain executables without changing general compiler and debugging settings ?

mariocup

  • Guest
Re: project related toolchain
« Reply #1 on: November 01, 2010, 12:55:15 pm »
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.

Offline tanq

  • Multiple posting newcomer
  • *
  • Posts: 18
Re: project related toolchain
« Reply #2 on: November 06, 2010, 03:40:03 pm »
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.