Author Topic: Using CB for ARM development  (Read 31368 times)

Offline scarphin

  • Lives here!
  • ****
  • Posts: 644
Re: Using CB for ARM development
« Reply #15 on: March 16, 2015, 03:26:59 am »
Well, I'm aware of what they are but in case there's a confusion with how 'arm-eabi' works, I just duplicated the arm-gcc compiler and made the necessary changes in terms of executables if I recall correctly.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Using CB for ARM development
« Reply #16 on: March 16, 2015, 09:16:13 am »
So if I'm correct arm-elf* should match both of your compilers. Is this the case?
(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 scarphin

  • Lives here!
  • ****
  • Posts: 644
Re: Using CB for ARM development
« Reply #17 on: March 16, 2015, 11:06:04 am »
Yes, but I can't be sure if I changed anything in the compiler settings, I may have. However I realized that the wizard is targeted for some embedded boards. The ones I checked are evaluation boards with no OS. arm-eabi compiler will need an OS to interact with making the wizard not appropriate for it so go ahead with arm-elf. I think a new wizard for arm-eabi will be more suitable in this case if need be.