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

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

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


From: Preston Wilson
Subject: Re: [avr-gcc-list] RE: Internal linking path Issues WinAVR-20080402
Date: Thu, 03 Apr 2008 13:39:52 -0400
User-agent: Microsoft-Entourage/11.4.0.080122

"Weddington, Eric" wrote:

>> 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.

\ is the escape character for the type REG_SZ, and if you use regedit to
export values of that type, it will escape the escape character.  The format
used above  "NAME"="VALUE" is how regedit dumps values.

-Preston






reply via email to

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