Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Boo2 on May 13, 2012, 02:16:22 pm
-
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
-
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