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.
在核间通信的例程上加了自己的代码后出现了如下错误,由于核间通信的例程里只有cfg文件(之前有工程师让我把cmd文件删掉:http://www.deyisupport.com/question_answer/dsp_arm/c6000_multicore/f/53/t/49006.aspx),所以应该是生成的cmd文件出错了,我不知道应该怎么改cfg文件,请求指导。。
"./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 object
".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
>> Compilation failure
".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:
L2SRAM size: 0x100000 unused: 0x0 max hole: 0x0
error #10010: errors encountered during linking; "inter_communication.out" not
built
gmake: *** [inter_communication.out] Error 1
gmake: Target `all' not remade because of errors.
我没有修改过cfg文件,这些错误是在我加载了我自己其他的程序后出现的。
之前在其他工程也遇到过类似问题,不过那时候没有cfg文件,只有cmd文件,我把cmd文件前面加了一个#define core0就解决问题了,现在我不知道在CFG里怎么改。