Other Parts Discussed in Thread: TEST2
What does this linker remark mean?
remark #10191-D:
object ".printf" is not allocated, but is being placed as part of allocated
object "GROUP_2"
I'm using DSP/BIOS 5.41.11.38
with tools version 4.3.9
compiled for generic C55xx Device
I seem to recall getting the remark even before I added a secondary hand written linker command file. Here's part of it:
SECTIONS {
/* lines omitted */
GROUP {
/* lines omitted */
.const: block(0x20000) {}
.printf (COPY): {}
/* lines omitted */
} > SDRAM PAGE 0
}
Here's part of my .tcf script
utils.loadPlatform("ti.platforms.evm5509A");
/* The following DSP/BIOS Features are enabled. */
bios.enableRealTimeAnalysis(prog);
bios.enableRtdx(prog);
bios.enableTskManager(prog);
// lines omitted
// !GRAPHICAL_CONFIG_TOOL_SCRIPT_INSERT_POINT!
prog.gen();