Author Topic: Multiple compiler versions?  (Read 2231 times)

Offline comma overloader

  • Single posting newcomer
  • *
  • Posts: 2
Multiple compiler versions?
« 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).

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Multiple compiler versions?
« Reply #1 on: November 04, 2015, 08:29:47 am »
1. Settings->Compiler
2. select gcc
3. copy it
4. change the toolchain executables
5. select the compiler in the target/project
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline comma overloader

  • Single posting newcomer
  • *
  • Posts: 2
Re: Multiple compiler versions?
« Reply #2 on: November 04, 2015, 09:23:36 am »
I had to examine the screen for a couple of minutes before I could find the <Copy> button haha! Thanks.