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.

如何修改.CMD文件

我建了一个sin函数值数组,需要在。cmd文件中进行设置存放的位置及长度,要怎么设置呢。没设置的话出现这样的错误:

"E:\\28035 examp\\DSP2803x_common\\cmd\\28035_RAM_lnk.cmd", line 113: error:
   placement fails for object ".cinit", size 0x864 (page 0).  Available ranges:
   RAMM0        size: 0x3b0        unused: 0x391        max hole: 0x391    
"E:\\28035 examp\\DSP2803x_common\\cmd\\28035_RAM_lnk.cmd", line 119: error:
   run placement fails for object ".ebss", size 0x860 (page 1).  Available
   ranges:
   RAML2        size: 0x400        unused: 0x300        max hole: 0x300    

 undefined   first referenced                                                                      
  symbol         in file                                                                           
 ---------   ----------------                                                                      
 _Adc_Config E:\\28035 examp\\chang epwm\\epwm_dcevent_trip\\Debug\\Example_2803xEPwmDCEventTrip.obj

error: unresolved symbols remain
warning: entry-point symbol other than "_c_int00" specified:  "code_start"
error: errors encountered during linking;
   "./Debug/Example_2803xEPwmDCEventTrip.out" not built

>> Compilation failure

Build Complete,
  3 Errors, 1 Warnings, 0 Remarks.