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.

Compiler error while using example linker cmd file for F2812

Hi Mani,

Good Morning,

Thanks for the help u r doing to me,

I gone through The links u sent to me, But i dnt know what to do in gel files,In that They mentioned what u told that it CCS v4 will not support functions(OpenWindow & ColseWindow they are suggesting to use scripting console.

But for the previous problem by changing the workspace i started working from starting, Now its supporting for debugging(I didn't get whats the problem behind that before),

But There is one problem which iam sending u the snapshot of that,(Problem with 2812_RAM_lnk.cmd file)

If i use the .cmd files (DSP281x_Headers_nonBIOS.cmd & F2812_EzDSP_RAM_lnk.cmd) which come from example codes of Spectrum it will work properly,

Please can u tell the reason and the solution for this,

 

Thanks & regards,

Manu

  • Your worst problem is that the .text section does not fit in the memory range you selected for it.  It is 0x1834 words big.  Either choose a different memory range, or make the chosen memory range larger.

    You should also insure the sizes of the stack (.stack) and heap (.sysmem) are explicitly set with the -stack and -heap options.  And explicitly indicate where you want the .cio section to be placed.  Examples of performing these steps are probably in the working linker command files from Spectrum.

    Thanks and regards,

    -George