Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: idleness on June 01, 2008, 11:24:41 am

Title: IS this Feasible?
Post by: idleness on June 01, 2008, 11:24:41 am
using makefile ,but the complier (arm-eabi-*)is not supported by codeblocks. 
Title: Re: IS this Feasible?
Post by: MortenMacFly 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?
Title: Re: IS this Feasible?
Post by: mandrav 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...
Title: Re: IS this Feasible?
Post by: idleness 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.