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

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

[avr-gcc-list] Re: Internal linking path Issues WinAVR-20080402


From: Robert Nelson
Subject: [avr-gcc-list] Re: Internal linking path Issues WinAVR-20080402
Date: Thu, 03 Apr 2008 12:38:34 -0500
User-agent: Thunderbird 2.0.0.12 (Windows/20080213)

Hi Eric,

That's just the windows Registry Editor "export" adding the extra slash... The value shown in regedit is correct..

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Free Software Foundation\WinAVR-20071221]
"GCC"="C:\\WinAVR-20071221"
"BINUTILS"="C:\\WinAVR-20071221"
"G++"="C:\\WinAVR-20071221"

Preston Wilson's work around will work of course.

For some reason on either of my machines and Preston's, avr-gcc isn't linking (prefix) c:/WinAVR/lib/ too c:\winavr-20080402\lib\... on the other hand two directories are linking... (below is from a fresh sandbox w2k image, with new installs of WinAVR and AVRStudio)

ignoring nonexistent directory "c:/WinAVR/lib/gcc/avr/4.3.0/include"
ignoring nonexistent directory "c:/WinAVR/lib/gcc/avr/4.3.0/include-fixed"
ignoring nonexistent directory "c:/WinAVR/avr/sys-include"
ignoring nonexistent directory "c:/WinAVR/avr/include"
#include "..." search starts here:
#include <...> search starts here:
c:\winavr-20080402\bin\../lib/gcc/avr/4.3.0/include
c:\winavr-20080402\bin\../lib/gcc/avr/4.3.0/include-fixed

Very Strange...

Any chance do you have any symlinks for "WinAVR" on your system?

Regards,

Robert Nelson
FAE - Digi-Key


Weddington, Eric wrote:
-----Original Message-----
From: Robert Nelson [mailto:address@hidden Sent: Thursday, April 03, 2008 8:58 AM
To: Weddington, Eric
Cc: address@hidden; Robert Nelson
Subject: Re: Internal linking path Issues WinAVR-20080402

Hi Eric,

Thanks for the response.

GCC_EXEC_PREFIX isn't set, attached my win32 path, and those registry key are correctly set.

"GCC"="C:\\WinAVR-20080402"
"BINUTILS"="C:\\WinAVR-20080402"
"G++"="C:\\WinAVR-20080402"

What's up with the double slashes above? Make those just a single slash.






reply via email to

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