2017-05-06
Description Resource Path Location Type
#10010 errors encountered during linking; "Test_for_28377D.out" not built Test_for_28377D C/C++ Problem
<a href="http://processors.wiki.ti.com/index.php/Compiler/diagnostic_messages/10099">#10099-D</a> program will not fit into available memory. run placement with alignment/blocking fails for section "InputXbarRegsFile" size 0x2e page 1. Available memory ranges: F2837xD_Headers_nonBIOS_cpu1.cmd /Test_for_28377D/cmd line 237 C/C++ Problem
<a href="http://processors.wiki.ti.com/index.php/Compiler/diagnostic_messages/10099">#10099-D</a> program will not fit into available memory. run placement with alignment/blocking fails for section "IpcRegsFile" size 0x26 page 1. Available memory ranges: F2837xD_Headers_nonBIOS_cpu1.cmd /Test_for_28377D/cmd line 239 C/C++ Problem
gmake: *** [Test_for_28377D.out] Error 1 Test_for_28377D C/C++ Problem
gmake: Target 'all' not remade because of errors. Test_for_28377D C/C++ Problem
#10247-D creating output section "HwbistRegsFile" without a SECTIONS specification Test_for_28377D C/C++ Problem
#10247-D creating output section "PbistRegsFile" without a SECTIONS specification Test_for_28377D C/C++ Problem
#10247-D creating output section "TrigRegsFile" without a SECTIONS specification Test_for_28377D C/C++ Problem
—————————————
错误具体在这两行
InputXbarRegsFile : > INPUT_XBAR PAGE = 1
IpcRegsFile : > IPC, PAGE = 1
————————————————————————————-
求助下,在新建工程是,添加2837xD_RAM_lnk_cpu1.cmd和F2837xD_Headers_nonBIOS_cpu1.cmd后,编译出错如以上,主程序还没有开始写,不知道如何设置CCS或修改cmd文件,希望有过此类问题的人帮帮忙!!
Seven Han:
你好,应该是SECTIONS段的配置有问题,你参考下C:\ti\controlSUITE\device_support\F2837xD
2017-05-06
Description Resource Path Location Type
#10010 errors encountered during linking; "Test_for_28377D.out" not built Test_for_28377D C/C++ Problem
<a href="http://processors.wiki.ti.com/index.php/Compiler/diagnostic_messages/10099">#10099-D</a> program will not fit into available memory. run placement with alignment/blocking fails for section "InputXbarRegsFile" size 0x2e page 1. Available memory ranges: F2837xD_Headers_nonBIOS_cpu1.cmd /Test_for_28377D/cmd line 237 C/C++ Problem
<a href="http://processors.wiki.ti.com/index.php/Compiler/diagnostic_messages/10099">#10099-D</a> program will not fit into available memory. run placement with alignment/blocking fails for section "IpcRegsFile" size 0x26 page 1. Available memory ranges: F2837xD_Headers_nonBIOS_cpu1.cmd /Test_for_28377D/cmd line 239 C/C++ Problem
gmake: *** [Test_for_28377D.out] Error 1 Test_for_28377D C/C++ Problem
gmake: Target 'all' not remade because of errors. Test_for_28377D C/C++ Problem
#10247-D creating output section "HwbistRegsFile" without a SECTIONS specification Test_for_28377D C/C++ Problem
#10247-D creating output section "PbistRegsFile" without a SECTIONS specification Test_for_28377D C/C++ Problem
#10247-D creating output section "TrigRegsFile" without a SECTIONS specification Test_for_28377D C/C++ Problem
—————————————
错误具体在这两行
InputXbarRegsFile : > INPUT_XBAR PAGE = 1
IpcRegsFile : > IPC, PAGE = 1
————————————————————————————-
求助下,在新建工程是,添加2837xD_RAM_lnk_cpu1.cmd和F2837xD_Headers_nonBIOS_cpu1.cmd后,编译出错如以上,主程序还没有开始写,不知道如何设置CCS或修改cmd文件,希望有过此类问题的人帮帮忙!!
Linda:
回复 Seven Han:
您好!
可以查一下程序中除了提到的两个.cmd是否还包含了其他的.cmd文件。
另外建议参考controlSUITE中F2837xD例程中的相关文件设置来新建项目。
2017-05-06
Description Resource Path Location Type
#10010 errors encountered during linking; "Test_for_28377D.out" not built Test_for_28377D C/C++ Problem
<a href="http://processors.wiki.ti.com/index.php/Compiler/diagnostic_messages/10099">#10099-D</a> program will not fit into available memory. run placement with alignment/blocking fails for section "InputXbarRegsFile" size 0x2e page 1. Available memory ranges: F2837xD_Headers_nonBIOS_cpu1.cmd /Test_for_28377D/cmd line 237 C/C++ Problem
<a href="http://processors.wiki.ti.com/index.php/Compiler/diagnostic_messages/10099">#10099-D</a> program will not fit into available memory. run placement with alignment/blocking fails for section "IpcRegsFile" size 0x26 page 1. Available memory ranges: F2837xD_Headers_nonBIOS_cpu1.cmd /Test_for_28377D/cmd line 239 C/C++ Problem
gmake: *** [Test_for_28377D.out] Error 1 Test_for_28377D C/C++ Problem
gmake: Target 'all' not remade because of errors. Test_for_28377D C/C++ Problem
#10247-D creating output section "HwbistRegsFile" without a SECTIONS specification Test_for_28377D C/C++ Problem
#10247-D creating output section "PbistRegsFile" without a SECTIONS specification Test_for_28377D C/C++ Problem
#10247-D creating output section "TrigRegsFile" without a SECTIONS specification Test_for_28377D C/C++ Problem
—————————————
错误具体在这两行
InputXbarRegsFile : > INPUT_XBAR PAGE = 1
IpcRegsFile : > IPC, PAGE = 1
————————————————————————————-
求助下,在新建工程是,添加2837xD_RAM_lnk_cpu1.cmd和F2837xD_Headers_nonBIOS_cpu1.cmd后,编译出错如以上,主程序还没有开始写,不知道如何设置CCS或修改cmd文件,希望有过此类问题的人帮帮忙!!
JZ QU:
回复 Seven Han:
我把两个cmd文件复制到工程下,properties中在C2000-linker-file search path中没有引用cmd文件,如果不复制cmd文件,直接引用cmd文件也会出现这种错误。
另外,标准的可移植工程的建立是什么流程呢?