avr-gcc-list
[Top][All Lists]
Advanced

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

RE: [avr-gcc-list] Re: AVR-GCC-list Digest, Vol 27, Issue 19


From: Eric Weddington
Subject: RE: [avr-gcc-list] Re: AVR-GCC-list Digest, Vol 27, Issue 19
Date: Fri, 27 Apr 2007 17:09:08 -0600

 

> -----Original Message-----
> From: 
> address@hidden 
> [mailto:address@hidden
> org] On Behalf Of Steve Franks
> Sent: Friday, April 27, 2007 4:36 PM
> To: address@hidden
> Subject: [avr-gcc-list] Re: AVR-GCC-list Digest, Vol 27, Issue 19
> 
> > I added c:\WinAVR\libexec\gcc\avr\4.1.1 to the path and now 
> the compiler at
> > least runs.  But it can't find the include files..
> 
> Have you tried adding:
>     -I$C:\WinAVR\avr\include
> to your gcc commandline?  Or possibly:
>     vpath %.h C:/WinAVR/avr/include
> I'm no makefile expert, but I have several folders of includes
> accumulated over the years, and those seem to make the compiler locate
> them with no explict path in the #include.  The  vpath directive
> appears to work for libs as well....

Btw, all the stuff concerning PATH info are just temporary fixes. I've
finally gotten avr-gcc 4.1.2 to build that runs successfully on Vista. This
will be in the next release which will be coming up soon.

Eric Weddington





reply via email to

[Prev in Thread] Current Thread [Next in Thread]