Author Topic: Project build looks for source files in wrong directory  (Read 3878 times)

Offline Boo2

  • Multiple posting newcomer
  • *
  • Posts: 11
Project build looks for source files in wrong directory
« 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
« Last Edit: May 14, 2012, 02:26:05 pm by Boo2 »

Offline Boo2

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: Project build looks for source files in wrong directory
« Reply #1 on: May 14, 2012, 02:26:44 pm »
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