using makefile ,but the complier (arm-eabi-*)is not supported by codeblocks.
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?
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...
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.