-
Notifications
You must be signed in to change notification settings - Fork 406
Open
Description
hi
build has error but still producing the hex file, after i burn it to arduino nano, not working. The build error is:
C:\Users\Peter\Desktop\optiboot\optiboot\bootloaders\optiboot\Makefile(682,1): error: recipe for target 'baudcheck' failed
process_begin: CreateProcess(NULL, bash baudcheck.tmp.sh, ...) failed.
make (e=2): The system cannot find the file specified.
make[1]: [baudcheck] Error 2 (ignored)
avr-gcc -g -Wall -Os -fno-split-wide-types -mrelax -mmcu=atmega328p -DF_CPU=16000000L -DBAUD_RATE=57600 -DLED_START_FLASHES=3 -c -o optiboot.o optiboot.c
avr-gcc -g -Wall -Os -fno-split-wide-types -mrelax -mmcu=atmega328p -DF_CPU=16000000L -DBAUD_RATE=57600 -DLED_START_FLASHES=3 -Wl,-Tlink_optiboot.ld -Wl,--relax -nostartfiles -o optiboot_atmega328.elf optiboot.o
avr-size optiboot_atmega328.elf
text data bss dec hex filename
474 0 0 474 1da optiboot_atmega328.elf
avr-objcopy -j .text -j .data -j .version --set-section-flags .version=alloc,load -O ihex optiboot_atmega328.elf optiboot_atmega328.hex
avr-objdump -h -S optiboot_atmega328.elf > optiboot_atmega328.lst
rm optiboot.o
thanks
Metadata
Metadata
Assignees
Labels
No labels