Author Topic: IS this Feasible?  (Read 3225 times)

idleness

  • Guest
IS this Feasible?
« on: June 01, 2008, 11:24:41 am »
using makefile ,but the complier (arm-eabi-*)is not supported by codeblocks. 

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: IS this Feasible?
« Reply #1 on: June 02, 2008, 09:33:35 am »
using makefile ,but the complier (arm-eabi-*)is not supported by codeblocks. 
Probably it is supported. Did you try setting up the compiler executables correctly in the compiler setup?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: IS this Feasible?
« Reply #2 on: June 02, 2008, 01:06:00 pm »
using makefile ,but the complier (arm-eabi-*)is not supported by codeblocks. 

If you use a custom makefile to build, what does it matter what compilers C::B supports? Your makefile should be issuing the correct commands already...
Be patient!
This bug will be fixed soon...

idleness

  • Guest
Re: IS this Feasible?
« Reply #3 on: June 02, 2008, 07:33:01 pm »

If you use a custom makefile to build, what does it matter what compilers C::B supports? Your makefile should be issuing the correct commands already...
haha,it is true.How can i configure codeblocks to do that?And hope it can support that compiler.