If you are getting this Warning while compilation then
Set your two environment variable as
Name Value
TEMP C:\temp
TMP C:\temp
Save the settings and restart the computer and you should be fine.
-Mihir Patel.
Set your two environment variable as
Name Value
TEMP C:\temp
TMP C:\temp
Save the settings and restart the computer and you should be fine.
-Mihir Patel.
2 comments:
Thanks :)
Helped me today!
Fantastic - solved my problem. Thank you.
I was using WinAVR and Eclipse for Atmel development. Upgraded from 32bit Windows XP to 64bit Windows 7, and took the opportunity to update my Eclipse (Ganymede) and WinAVR.
Two problems resulted:
1) Invalid WinAVR project path (it would not forget the older version settings): the solution was to remove the project .sc file
$WORKSPACE/.metadata/.plugins/org.eclipse.cdt.make.core/$YOU R-PROJECT.sc
Help was thanks to http://www.eclipse.org/forums/index.php?t=msg&goto=545792&)
Then I had the BASH issue - your solution to add additional environment variables was the fixed
Thanks,
Roy
Post a Comment