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
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?
Title: Re: IS this Feasible?
Post by: mandrav on June 02, 2008, 01:06:00 PM
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...
Title: Re: IS this Feasible?
Post by: idleness on June 02, 2008, 07:33:01 PM
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.