avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Error in coff


From: Sander Pool
Subject: Re: [avr-gcc-list] Error in coff
Date: Tue, 18 Mar 2003 12:07:14 -0800

 
Andreas, looks like you are using an old avrfreaks release of avr-gcc. It depends on you having 'cp.exe' in your path apparently. Rather than trying to fix this I recommend you download the latest WinAVR release and use the sample makefile instead.
 
    Sander
----- Original Message -----
Sent: Tuesday, March 18, 2003 6:51 AM
Subject: [avr-gcc-list] Error in coff

Hi All,
 
I have compiled my code in avrgcc 3.02.
After compiled, I have the statement below :
 
F:\TA\LCD>make
avr-gcc -c -g  -Os -Wall -Wstrict-prototypes -Wa,-ahlms=LCD.lst -mmcu=at90s8515
-I. LCD.c -o LCD.o
LCD.c:81: warning: function declaration isn't a prototype
LCD.c:276: warning: function declaration isn't a prototype
LCD.c:282: warning: return type of `main' is not `int'
avr-gcc  LCD.o   -Wl,-Map=LCD.map,--cref -mmcu=at90s8515 -o LCD.elf
avr-objcopy -O avrobj -R .eeprom LCD.elf LCD.obj
avr-objcopy -O ihex      -R .eeprom LCD.elf LCD.hex
elfcoff LCD.elf coff LCD.cof LCD.sym
Ended
cp coff\LCD.cof .
cp coff\\*sym .
cp: not found
make.exe: *** [LCD.cof] Error 2
 
I want to ask what the problem is [LCD.cof] Error 2
Could you tell me  why that happen ?
Could you help me to olve that problem ?
 
Thank
 
 
Andreas


_______________________________________________
avr-gcc-list mailing list
address@hidden
http://www.avr1.org/mailman/listinfo/avr-gcc-list

reply via email to

[Prev in Thread] Current Thread [Next in Thread]