[En-Nut-Discussion] Weird "Make Burn" Problem

Pat Shueh pshueh at optushome.com.au
Wed Mar 19 15:57:42 CET 2003


Hi,
 
I have just downloaded the latest NutOS 3.0.1 and installed WinAVR GCC
3.3 under Windows XP Pro. 
 
I have getting error when I try to burn the .hex file to my red ethernut
board.
 
I have used both STK200
 
uisp -dprog=stk200 --erase --upload --verify if=basemon.hex
process_begin: CreateProcess((null), uisp -dprog=stk200 --erase --upload
--verif
y if=basemon.hex, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [burn] Error 2
 
and STK500 burn options
 
stk500 -dATmega128 -e -pf -vf -ifbasemon.hex
process_begin: CreateProcess((null), stk500 -dATmega128 -e -pf -vf
-ifbasemon.he
x, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [burn] Error 2
 
 
this is the UserConf.mk I have generated
 
MCU=atmega128
BURN=stk500
BURNFLAGS=-dATmega128 -e -pf -vf -if=$(TARG)
CRUROM=$(top_srcdir)\tools\win32\crurom.exe
 
Can anyone tell me what is wrong with my configuration?! 
 
Regards,
 
Pat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.egnite.de/pipermail/en-nut-discussion/attachments/20030320/21fd1ed0/attachment.html>


More information about the En-Nut-Discussion mailing list