Hi,
I'm trying to compile "at91sam7s64_Atmel_example" with a new version of
WinARM.
WinARM is outputting this error:
> "C:\WinARM\utils\bin\make.exe" all
M
It seems that you did not set the system search-path correctly. Make sure that c:\WinARM\utils\bin and c:\WinARM\bin are in the PATH environment variable. Maybe useful: http://www.dreamislife.com/arm/winarm.html / Setting Environmental variables Martin Thomas
Martin Thomas wrote: > It seems that you did not set the system search-path correctly. Make > sure that c:\WinARM\utils\bin and c:\WinARM\bin are in the PATH > environment variable. > Maybe useful: http://www.dreamislife.com/arm/winarm.html / Setting > Environmental variables > > Martin Thomas Thanks Thomas! Now it works. Tony