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

Mark Mitchell mark at codesourcery.com
Sun Dec 10 03:58:29 UTC 2006


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 at codesourcery.com
(650) 331-3385 x713



More information about the coldfire-gnu-discuss mailing list