I try to use KEIL C166 compiler with CodeBlocks. There are a view problems i faced, maybe someone could help me, and/or add a feature to get those kind of compiler to work.
Problem 1: Include dirs are specified with INCDIR(Path) so if a define INCDIR( as Includedirective, the ) is then missing.... I did a workaround and give those INCDIRs into the "OTHER OPTIONS" tab.... so not a really big problem..this works allready for me..
Problem 2: The linker need the objectfiles seperated with , not with space... this is a problem, beause theres no way to define a objectfile seperation character.....
Is there a possible workaround, or is it possible to add such a feature ?
PS:
A also use the Metware ARC Compiler with codeblocks, and it works perfect!!!