This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
"./configPkg/linker.cmd", line 152: error #10099-D: placement fails for object
".text", size 0x123aa3 (page 0). Available ranges:
L2SRAM size: 0x100000 unused: 0x0 max hole: 0x0
"./configPkg/linker.cmd", line 164: error #10099-D: placement fails for object0116.InterprocessorCommunication.cfg
".const", size 0x14ac9 (page 0). Available ranges:
L2SRAM size: 0x100000 unused: 0x0 max hole: 0x0
"./configPkg/linker.cmd", line 169: error #10099-D: run placement fails for
object ".far", size 0x12ed3 (page 0). Available ranges:
L2SRAM size: 0x100000 unused: 0x0 max hole: 0x0
"./configPkg/linker.cmd", line 166: error #10099-D: run placement fails for
object ".fardata", size 0x395d (page 0). Available ranges:
L2SRAM size: 0x100000 unused: 0x0 max hole: 0x0
"./configPkg/linker.cmd", line 154: error #10099-D: run placement fails for
object ".stack", size 0x1000 (page 0). Available ranges:
L2SRAM size: 0x100000 unused: 0x0 max hole: 0x0
"./configPkg/linker.cmd", line 155: error #10099-D: run placement fails for
object "GROUP_1", size 0x6f2 (page 0). Available ranges:
L2SRAM size: 0x100000 unused: 0x0 max hole: 0x0
"./configPkg/linker.cmd", line 167: error #10099-D: placement fails for object
".switch", size 0x3e1 (page 0). Available ranges:
L2SRAM size: 0x100000 unused: 0x0 max hole: 0x0
"./configPkg/linker.cmd", line 173: error #10099-D: placement fails for object
".vecs", size 0x200 (page 0). Available ranges:
L2SRAM size: 0x100000 unused: 0x0 max hole: 0x0
"./configPkg/linker.cmd", line 171: error #10099-D: run placement fails for
object ".cio", size 0x123 (page 0). Available ranges:
L2SRAM size: 0x100000 unused: 0x0 max hole: 0x0
"./configPkg/linker.cmd", line 163: error #10099-D: placement fails for object
".init_array", size 0x34 (page 0). Available ranges:
L2SRAM size: 0x100000 unused: 0x0 max hole: 0x0
"./configPkg/linker.cmd", line 161: error #10099-D: placement fails for object
".cinit", size 0x1f32 (page 0). Available ranges:
>> Compilation failure
L2SRAM size: 0x100000 unused: 0x0 max hole: 0x0
error #10010: errors encountered during linking; "inter_communication.out" not
built
Hi,
Can you list your hardware details (dev kit or custom board)? Also is it a sample code or a custom one?
Regards,
Gautam
TMS320C6678 EVM
the cfg file is a copy of the example of the interprocessorcommunication
I dont know how to change the space where the progam is palced in cfg file.
Hello!
chunhai feng said:I dont know how to change the space where the progam is palced in cfg file.
Try go through these materials:
3060.TI_TMS320C6000 Optimizing Compiler v7.4_spru187u.pdf (ch. 7.1.1)
8535.spru186w.pdf (ch.2)
Regards,
Igor
Hi,
From the error message it seems you are trying to put everything in the L2SRAM memory but does not have enough space - a common scenario if your original code is designed to run from the much more spacious external DDR.
To change the platform and allocate sections in different places on a RTSC-based system, please check this post that has some tips.
Hope this helps,
Rafael