Hello.
I faced some problem to use heap memory.
Actually, I already asked to this TI community and I received replay that recommended to move the section to some other memory like DDR, SRAM in *.cfg file.
But I don't know how I can move the section to other memroy by modifing *.cfg file. Please tell me the way to move the section ot other memory.
The previous question is like below.
Please help me. Thank you.
--------------------------------------------------------------------------------------------------------------------------------------------
Hello. I got a problem and I hope to get some advice from TI community.
My device is TCI6638K2K and it has eight TMS320C66x DSP cores.
I am implementing some program and I already increased heap size as 16384 by modifing app.cfg files to use few thread.
And yesterday I added library file to my project and I faced problem that is memory lack related.
The compile error is like below.
How can I add library file without any compile errors.
Please help me.
Console---------------
... (omitted)
"configPkg/linker.cmd", line 136: error #10099-D: program will not fit into available memory. placement with alignment fails for section ".cinit" size 0x15a9 . Available memory ranges:
L2SRAM size: 0x100000 unused: 0x1238 max hole: 0x1200
error #10010: errors encountered during linking; "asn_1_3rd_edsoed.out" not built
... (omitted)
Description---------------
Description Resource Path Location Type
#10010 errors encountered during linking; "asn_1_3rd_edsoed.out" not built asn_1_3rd_edsoed C/C++ Problem
<a href="file:/D:/Program%20Files%20(x86)/ti/ccsv6/tools/compiler/dmed/HTML/10099.html">#10099-D</a> program will not fit into available memory. placement with alignment fails for section ".cinit" size 0x15a9 . Available memory ranges: linker.cmd /asn_1_3rd_edsoed/Debug/configPkg line 136 C/C++ Problem