[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] gcc: putting a variable in a certain section
From: |
Torsten Mohr |
Subject: |
Re: [avr-gcc-list] gcc: putting a variable in a certain section |
Date: |
Fri, 25 Apr 2003 01:17:27 +0200 |
User-agent: |
KMail/1.4.3 |
Hi,
> __attribute__ ((section ("mysection")))
thanks for that hint, yes, now it works.
But i still wonder:
int __attribute__((section("ramsection"))) ramvalue = 0xdead;
^^^^^^
"ramvalue" is located in RAM, but where is the "0xdead"?
Best regards,
Torsten.
- [avr-gcc-list] gcc: putting a variable in a certain section, Torsten Mohr, 2003/04/24
- Re: [avr-gcc-list] gcc: putting a variable in a certain section, E. Weddington, 2003/04/24
- Re: [avr-gcc-list] gcc: putting a variable in a certain section,
Torsten Mohr <=
- Re: [avr-gcc-list] gcc: putting a variable in a certain section, Joerg Wunsch, 2003/04/25
- Re: [avr-gcc-list] gcc: putting a variable in a certain section, Torsten Mohr, 2003/04/25
- Re: [avr-gcc-list] gcc: putting a variable in a certain section, Tyler Hall, 2003/04/28
- Re: [avr-gcc-list] gcc: putting a variable in a certain section, Torsten Mohr, 2003/04/28
- Re: [avr-gcc-list] gcc: putting a variable in a certain section, Tyler Hall, 2003/04/28
- Re: [avr-gcc-list] gcc: putting a variable in a certain section, Torsten Mohr, 2003/04/29