[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [avr-gcc-list] ElfCoff Error parsing symbol
From: |
Corand van Strien |
Subject: |
RE: [avr-gcc-list] ElfCoff Error parsing symbol |
Date: |
Fri, 21 Jun 2002 17:02:24 +0200 |
Hi,
I also get an error with the elfcoff tool.
The error message is:
c:/avrgcc/bin/elfcoff controller.elf coff controller.cof controller.sym
: 826
: 678
: 563
: 387
Error on parsing symbol 181 -> Type : 804x Desc :
NUTDEVICE:t(9,1)=(9,2)=xs_NUTDEVICE:
Ended
I am using an ATMEGA161 device with the AvrFreaks gcc. avr-gcc -v says:
Reading specs from c:\avrgcc\bin\..\lib\gcc-lib\avr\3.0.2\specs
Configured with: ./configure --target=avr --exec-prefix=/avrgcc
--prefix=/avrgcc
--build=i386-pc-mingw32 --host=i386-pc-mingw32 --disable-nls
--enable-language=
c --enable-languages=c
Thread model: single
gcc version 3.0.2
> -----Original Message-----
> From: Flavio Gobber [mailto:address@hidden
> Sent: woensdag 19 juni 2002 21:14
> To: address@hidden; Maurizio Ferraris
> Subject: Re: [avr-gcc-list] ElfCoff Error parsing symbol
>
>
>
> Hy,
> I'm Flavio Gobber and I written the elfcoff utility. I sent
> the utility with
> the source code to AvrFreaks.net, now I'm involved in a
> completly different
> task (Motor control and Hardware development) then I can't
> maintain the
> tools. I think that the problem is that the conveerter don't
> reconize the
> Key 'G' or better 'B'. In any case I promise that if I'll
> have some time
> I'll look to that.
> By
> Flavio
> ----- Original Message -----
> From: "Maurizio Ferraris" <address@hidden>
> To: <address@hidden>
> Sent: Tuesday, June 18, 2002 11:53 AM
> Subject: [avr-gcc-list] ElfCoff Error parsing symbol
>
>
> > Hi all,
> > I am using Tony & Mark avrgcc128_rc3
> > I recompiled my code successfully, but the elfcoff gives me
> this error:
> > -------------------------
> > elfcoff Prove.elf Prove.cof Prove.sym
> > : 826
> > : 678
> > : 563
> > : 387
> > Error on parsing symbol 137 -> Type : 204x Desc :
> data:G(1,1)=B(0,11)
> > Ended
> > -------------------------
> > After some tests I ended with this simple test case:
> >
> > volatile unsigned char data;
> > void main(void)
> > {
> > }
> >
> > That still gives the error above. Simply removing the
> 'volatile' fixes the
> > problem.
> > Anyone is aware of problems with volatile globals?
> > (Unfortunately they are quite usefull when used also by interrupt
> routines)
> > Any fix or workaround?
> > Thanks.
> > Mau.
> >
> > _____________________________________________________________
> > Maurizio Ferraris mailto:address@hidden
> > Via Borgonuovo 27 mailto:address@hidden
> > 10040 GIVOLETTO TO ITALY http://www.studioferraris.it
> > Public key: http://www.studioferraris.it/Files/Maurizio.asc
> >
> > avr-gcc-list at http://avr1.org
> >
> avr-gcc-list at http://avr1.org
>
avr-gcc-list at http://avr1.org
- Re: [avr-gcc-list] ElfCoff Error parsing symbol, (continued)
- Re: [avr-gcc-list] ElfCoff Error parsing symbol, Marek Michalkiewicz, 2002/07/04
- Re: [avr-gcc-list] ElfCoff Error parsing symbol, Iztok Zupet, 2002/07/04
- Re: [avr-gcc-list] ElfCoff Error parsing symbol, Larry Barello, 2002/07/04
- Re: [avr-gcc-list] ElfCoff Error parsing symbol, Glenn, 2002/07/04
- Re: [avr-gcc-list] ElfCoff Error parsing symbol, Iztok Zupet, 2002/07/04
- Re: [avr-gcc-list] ElfCoff Error parsing symbol, Glenn, 2002/07/04
Re: [avr-gcc-list] ElfCoff Error parsing symbol, Flavio Gobber, 2002/07/04
Re: [avr-gcc-list] ElfCoff Error parsing symbol, Iztok Zupet, 2002/07/04
RE: [avr-gcc-list] ElfCoff Error parsing symbol,
Corand van Strien <=