This happens even with older projects that compiled with no problems. Here is all the output:
Code:
Build started 1.10.2011 at 11:21:22
mmcu=atmega8 -Wall -gdwarf-2 -Os -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT main.o -MF dep/main.o.d -c ../main.c
/usr/bin/sh: -Wall: command not found
make: [main.o] Error 127 (ignored)
mmcu=atmega8 -Wl,-Map=test_sensors.map main.o -o test_sensors.elf
/usr/bin/sh: -Wl,-Map=test_sensors.map: command not found
make: [test_sensors.elf] Error 127 (ignored)
avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock -R .signature test_sensors.elf test_sensors.hex
avr-objcopy: 'test_sensors.elf': No such file
make: *** [test_sensors.hex] Error 1
Build failed with 1 errors and 0 warnings...
|