TMS320VC5502
Codegen 4.3.6
BIOS 5.41.07.24
Here's the relevant snippet from the BIOS generated linker command file:
.trace: block(0x20000) fill = 0x0 {
_SYS_PUTCBEG = .;
. += 0x0;
_SYS_PUTCEND = . - 1;
} > SDRAM PAGE 0
Here's the corresponding linker error:
"./2490Gcfg.cmd", line 373: error: placement fails for object ".trace", size
0x0 (page 0). Available ranges:
SDRAM size: 0x2a0000 unused: 0x273570 max hole: 0x27356e
error: errors encountered during linking; "2490G_TachyB.out" not built
So how on earth does the link fail for something of size zero?! How do I resolve this linker error?
Thanks,
Brad