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

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

Re: [avr-gcc-list] Compiled code; output Bug or Not?


From: Panther Electronics
Subject: Re: [avr-gcc-list] Compiled code; output Bug or Not?
Date: Tue, 14 Jan 2003 08:29:19 +0530

Sorry on that, I will also attach the Snap Shot of the compile

>make all"-------- begin --------"
avr-gcc --version
avr-gcc (GCC) 3.3 20021209 (experimental)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

avr-gcc -c -g -Os -funsigned-char -funsigned-bitfields -fpack-struct 
-fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=MXTPort.lst -mmcu=at90s2313 
-I. MXTPort.c -o MXTPort.o
MXTPort.c:128: warning: return type of `main' is not `int'
MXTPort.c: In function `check_pa':
MXTPort.c:269: warning: assignment makes pointer from integer without a cast
avr-gcc -Wl,-Map=MXTPort.map,--cref -mmcu=at90s2313 MXTPort.o    -lm --output 
MXTPort.elf
avr-objcopy -O ihex -R .eeprom MXTPort.elf MXTPort.hex
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" 
--change-section-lma .eeprom=0 -O ihex MXTPort.elf MXTPort.eep
objtool loadelf MXTPort.elf mapfile MXTPort.map writecof MXTPort.cof
"---end-------"

should i send the *.c file and the makefile also? OS= WIN98

Boss, be kind to me, am from VB background and have a little understanding of 
C, so some on my question are really dumb.

Thanks in advance,

Srikanth Kamath T

On Mon, 13 Jan 2003 10:53:41 +0100 (MET), Joerg Wunsch wrote:
Panther Electronics wrote: >

avr-gcc-list at http://avr1.org



reply via email to

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