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

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

[avr-gcc-list] Table in bootloader section


From: Marko Panger AGB Lab
Subject: [avr-gcc-list] Table in bootloader section
Date: Wed, 22 Oct 2003 17:22:18 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3

Hello !

I have already posted this but nobody solved this, so I am trying once again:

I would like to put an pre-defined array in the bootloader section. I know how to place code in the bootloader section, but I am unable to put an array in the same section.

prog_char table[] __attribute__ ((section (".bootloader"))) = {1,2,3,4,5};

The file compile well, but the table is not in the supposed section.

marko



reply via email to

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