Din0
Newbie level 4
- Joined
- Oct 7, 2012
- Messages
- 6
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Maharshtra, India
- Activity points
- 1,321
I am having problems buliding my project on avr studio4 . On selecting build option the process for building is initiated but later shows an error stating a problem related to the object file :
rm -rf C-Flash.o C-Flash.elf dep/* C-Flash.hex C-Flash.eep
Build succeeded with 0 Warnings...
mmcu=atmega32u4 -Wall -gdwarf-2 -Os -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT C-Flash.o -MF dep/C-Flash.o.d -c ../C-Flash.c
/usr/bin/sh: -Wall: command not found
make: [C-Flash.o] Error 127 (ignored)
mmcu=atmega32u4 -Wl,-Map=C-Flash.map C-Flash.o -o C-Flash.elf
/usr/bin/sh: -Wl,-Map=C-Flash.map: command not found
make: [C-Flash.elf] Error 127 (ignored)
avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock -R .signature C-Flash.elf C-Flash.hex
avr-objcopy: 'C-Flash.elf': No such file
make: *** [C-Flash.hex] Error 1
Build failed with 1 errors and 0 warnings...
This is quiet irritating as i am unable to move forward with debugging and programming the project :x . please help me asap !!!
rm -rf C-Flash.o C-Flash.elf dep/* C-Flash.hex C-Flash.eep
Build succeeded with 0 Warnings...
mmcu=atmega32u4 -Wall -gdwarf-2 -Os -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT C-Flash.o -MF dep/C-Flash.o.d -c ../C-Flash.c
/usr/bin/sh: -Wall: command not found
make: [C-Flash.o] Error 127 (ignored)
mmcu=atmega32u4 -Wl,-Map=C-Flash.map C-Flash.o -o C-Flash.elf
/usr/bin/sh: -Wl,-Map=C-Flash.map: command not found
make: [C-Flash.elf] Error 127 (ignored)
avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock -R .signature C-Flash.elf C-Flash.hex
avr-objcopy: 'C-Flash.elf': No such file
make: *** [C-Flash.hex] Error 1
Build failed with 1 errors and 0 warnings...
This is quiet irritating as i am unable to move forward with debugging and programming the project :x . please help me asap !!!