News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

IS this Feasible?

Started by idleness, June 01, 2008, 11:24:41 AM

Previous topic - Next topic

idleness

using makefile ,but the complier (arm-eabi-*)is not supported by codeblocks. 

MortenMacFly

Quote from: idleness on June 01, 2008, 11:24:41 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

mandrav

Quote from: idleness on June 01, 2008, 11:24:41 AM
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

Quote from: mandrav on June 02, 2008, 01:06:00 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.