I found the install_giveio.bat and ran that and so avrdude is now
working. But I still can not get make to work.
If I run make -d I get
-----------
CreateProcess(D:\Robot\WinAVR\utils\bin\sh.exe,D:/Robot/WinAVR/utils/bin
/sh.exe
C:\DOCUME~1\Dad\LOCALS~1\Temp\make18163.sh,...)
Putting child 0x00889438 (begin) PID 8967280 on the chain.
Live child 0x00889438 (begin) PID 8967280
Reaping winning child 0x00889438 PID 8967280
Cleaning up temp batch file C:\DOCUME~1\Dad\LOCALS~1\Temp\make18163.sh
Creating temporary batch file C:\DOCUME~1\Dad\LOCALS~1\Temp\make18164.sh
-------- begin --------
CreateProcess(D:\Robot\WinAVR\utils\bin\sh.exe,D:/Robot/WinAVR/utils/bin
/sh.exe
C:\DOCUME~1\Dad\LOCALS~1\Temp\make18164.sh,...)
Live child 0x00889438 (begin) PID 8967280
Reaping winning child 0x00889438 PID 8967280
Cleaning up temp batch file C:\DOCUME~1\Dad\LOCALS~1\Temp\make18164.sh
process_begin: CreateProcess((null), dirs, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [begin] Error 2
CreateProcess(NULL,dirs,...)
Live child 0x00889438 (begin) PID 8967280
Reaping losing child 0x00889438 PID 8967280
Removing child 0x00889438 PID 8967280 from chain.
-----------------
I suspect that in the make18164.sh it is referencing some program in the
wrong place. I can not find out what is in the files because it
disappears after it runs.
Any Ideas??