News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Project build looks for source files in wrong directory

Started by Boo2, May 13, 2012, 02:16:22 PM

Previous topic - Next topic

Boo2

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

Boo2

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