Hi,

On 4/15/05, [email protected] <[email protected]> wrote:
> It seems that i have to change the section definitions by adding the =fill 
> option. But i could not
> find the definitions of the MSP430 sections.
> Where are the definitions of the MSP430 sections?

In the mspgcc/msp430/lib/ldscripts directory, you'll find lots of
*.xbn files. These are called linker scripts. Take the default linker
script that fits your MCU, and copy it to your source directory.
Modify the sections as needed, and add
-Tname_of_your_linker_script.xbn to the linker options.

HTH,
Patrick

Reply via email to