SQ7HJB
13-01-2012, 0:37
Witam!
Nie mam programatora ale po poleceniu build jest coś takiego
rm -rf lcd.o lcd.elf dep/* lcd.hex lcd.eep lcd.lss lcd.map
Build succeeded with 0 Warnings...
mmcu=atmega32 -Wall -gdwarf-2 -Os -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT lcd.o -MF dep/lcd.o.d -c ../lcd.c
/usr/bin/sh: -Wall: command not found
make: [lcd.o] Error 127 (ignored)
mmcu=atmega32 -Wl,-Map=lcd.map lcd.o -o lcd.elf
/usr/bin/sh: -Wl,-Map=lcd.map: command not found
make: [lcd.elf] Error 127 (ignored)
avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock -R .signature lcd.elf lcd.hex
avr-objcopy: 'lcd.elf': No such file
make: *** [lcd.hex] Error 1
Build failed with 1 errors and 0 warnings...
Nie mam programatora ale po poleceniu build jest coś takiego
rm -rf lcd.o lcd.elf dep/* lcd.hex lcd.eep lcd.lss lcd.map
Build succeeded with 0 Warnings...
mmcu=atmega32 -Wall -gdwarf-2 -Os -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT lcd.o -MF dep/lcd.o.d -c ../lcd.c
/usr/bin/sh: -Wall: command not found
make: [lcd.o] Error 127 (ignored)
mmcu=atmega32 -Wl,-Map=lcd.map lcd.o -o lcd.elf
/usr/bin/sh: -Wl,-Map=lcd.map: command not found
make: [lcd.elf] Error 127 (ignored)
avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock -R .signature lcd.elf lcd.hex
avr-objcopy: 'lcd.elf': No such file
make: *** [lcd.hex] Error 1
Build failed with 1 errors and 0 warnings...