Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

.elf file not found in AVR Studio 4

Status
Not open for further replies.

rajuz

Newbie level 2
Joined
Apr 1, 2012
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,294
Hello everyone,
I am getting this error in avr studio 4 software when I try to build a program named as "bupa.c". I have installed WinAVR-20100110 before avr studio 4.
Please help me how to resolve this problem.
:???:


Build started 16.4.2012 at 23:27:48
mmcu=atmega16 -Wall -gdwarf-2 -Os -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT bupa.o -MF dep/bupa.o.d -c ../bupa.c
/usr/bin/sh: -Wall: command not found
make: [bupa.o] Error 127 (ignored)
mmcu=atmega16 -Wl,-Map=bupa.map bupa.o -o bupa.elf
/usr/bin/sh: -Wl,-Map=bupa.map: command not found
make: [bupa.elf] Error 127 (ignored)
avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock -R .signature bupa.elf bupa.hex
avr-objcopy: 'bupa.elf': No such file
make: *** [bupa.hex] Error 1
Build failed with 1 errors and 0 warnings...

Thanks in advance.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top