[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] ElfCoff Error parsing symbol
From: |
Iztok Zupet |
Subject: |
Re: [avr-gcc-list] ElfCoff Error parsing symbol |
Date: |
Tue, 18 Jun 2002 14:02:21 +0200 |
User-agent: |
KMail/1.4.1 |
On Tuesday 18 June 2002 11:53, Maurizio Ferraris wrote:
> 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
Hi:
The same happened to me when I tried elfcoff. Guess we'l have to wait for
another release of elfcoff or accidentaly someone might become intersted in
writing coff-avr bfd description file for gnu binutils...
iz
avr-gcc-list at http://avr1.org
- [avr-gcc-list] ElfCoff Error parsing symbol, Maurizio Ferraris, 2002/07/04
- Re: [avr-gcc-list] ElfCoff Error parsing symbol,
Iztok Zupet <=
- 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