Re: [coldfire-gnu-discuss] GCC -I option seems to not work !?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [coldfire-gnu-discuss] GCC -I option seems to not work !?



Claude Sylvain wrote:

> CFLAGS_COMMON = -mcpu=52235 -Tm52235evb-ram-hosted.ld -I./drivers/
> -I./support/ -g -o

The Windows C runtime library does not recognize directory names when
they are given with a trailing slash.  I think that if you do:

  -I ./drivers -I ./support

it will work.  Does that help?

-- 
Mark Mitchell
CodeSourcery
mark@xxxxxxxxxxxxxxxx
(650) 331-3385 x713