MSP430 Assembly Language Tools Errata
From Texas Instruments Embedded Processors Wiki
Translate this page to
Section 7.8.7 Allocating an Archive Member to an Output Section
The syntax for allocating archived library members specifically inside of a SECTIONS directive is not correct in the documentation. The ONLY syntax allowed is:
[-l] library name <member1, member2, ...> [(input sections0}
As an example:
.rtstry > RAM
{
-lrtsXX.lib (.text)
}
Leave a Comment
