I want to place an object file, which is contained inside a library into a named section.
I try the example given in spnu188i ARM Assembler Tools Manual:
SECTIONS
{
boot > BOOT1
{
-l=rts32e.lib<boot.obj> (.text)
}
}
The linker gives me 3 error messages:
-l must specify a file
can not find file .text
can not find file boot.obj
The library is also included in the project (first line in linker cmd file). Without the Boot Section the program links without errors. Using CCS4.2.1.0004
Best regards
Ernst