Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • To: Claude Sylvain <csylvain@xxxxxxxxxxxxxxxxxxxx>
  • Subject: Re: [coldfire-gnu-discuss] GCC -I option seems to not work !?
  • From: Mark Mitchell <mark@xxxxxxxxxxxxxxxx>
  • Date: Sat, 09 Dec 2006 19:58:29 -0800

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