Hello,
I tried porting the CKFA.pjt to CCS5.3 and compiler version of 6.1.0. I changed all the linker paths, include paths, but i am unable to get rid of the above warning and errors in .cmd file during linking. I made modifications for using F2811 device and try to compile it for my compiler version.
I have given the path of the obj file in the linker file search path.
"${SRC_ROOT}/Debug/obj"
and made the following changes in the linker cmd file as below
.text_unsecured : > RAMM0M1 PAGE = 0
{
unlock_main.obj (.text)
DSP281x_CodeStartBranch.obj (.text)
Example_Flash281x_CsmKeys.obj (.text)
DSP281x_MemCopy.obj (.text)
rts2800_ml.lib (.text)
}
.econst_unsecured : > RAMM0M1 PAGE = 0
{
unlock_main.obj (.econst)
}
Can you please suggest, why this error is still coming and is there any porting issues in the latest CCS compilers?
Thanks in Advance,
Aviinaash S