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.
Description Resource Path Location Type #10247-D creating output section "csm_rsvd" without a SECTIONS specification F2812Template C/C++ Problem Description Resource Path Location Type #10247-D creating output section "csmpasswds" without a SECTIONS specification F2812Template C/C++ Problem
以上为编译后提出的编译警告。新建工程的步骤如下:
csm_rsvd : >CSM_RSVD , PAGE = 1 csmpasswds : > CSM_PWL, PAGE = 1
来解决问题,但是首先默认没有提供CSM_RSVD这个区域,其次CSM_PWL的长度只有”0x000008“,所以在编译的时候提示错误:
"../Cmd/DSP281x_Headers_nonBIOS.cmd", line 100: error #10099-D: program will not fit into available memory. placement with alignment/blocking fails for section "csm_rsvd" size 0x76 page 1. Available memory ranges: CSM_PWL size: 0x8 unused: 0x0 max hole: 0x0
观察F2812的内存映射,“PassWord”区也仅仅提供有128 bits的空间,所以这里该如何处理。
您好,我也同样在抛出问题以后一点点的尝试解决问题。所以,现在问题已经进化成一个错误了,麻烦您帮忙解答。
还有此贴的内容要是有可能也希望能够获得解答。
http://www.deyisupport.com/question_answer/microcontrollers/c2000/f/56/t/102913.aspx