Hi,
I have created a project for the ARM gcc tools and when I come to build it I get a problem in that it cannot find main.c. It seems to be looking in directory "...default/src" but my c code is all reated in "...src". Does anyone know how to fix this issue ?
Also, I am using the C::B binary from the project web page, is there any further or improved support for ARM gcc in the source tree that would justify me building C::B from scratch ?
Thanks,
Boo
Quote from: benkenobi01 on May 14, 2012, 09:50:00 AM
maybe you need to set global variables, http://wiki.codeblocks.org/index.php?title=Global_compiler_variables
Thanks, I am away from my PC but will try looking at those variables whan I get back.
Boo