Hello there,
I created a new project for TMS320F2808 on CCS Version: 5.3.0.00090, added few files and compiled the project. For some reason the linker in not seeing sections defined in DSP280x_Header_nonBIOS.cmd file and giving unresolved symbols error. Attached is the the zipped project folder for your reference. Please advice.
Thanks
Prasoon
Errors I see:
undefined first referenced
symbol in file
--------- ----------------
_AdcMirror ./Source/dev/on-chip/Adc.obj
_AdcRegs ./Source/dev/on-chip/Adc.obj
_CpuTimer0Regs ./Source/sys/Board.obj
_CpuTimer1Regs ./Source/dev/RFCommand.obj
_CpuTimer2Regs ./Source/sys/Board.obj
_DSP28x_usDelay ./Source/algo/SignalConditioning.obj
_DisableDog ./Source/dev/RFCommand.obj
_EPwm1Regs ./Source/dev/on-chip/Epwm.obj
_EPwm2Regs ./Source/dev/on-chip/Epwm.obj
_EnableDog ./Source/dev/RFCommand.obj
_EnableXCLKOUT ./Source/sys/System.obj
_GpioCtrlRegs ./Source/dev/off-chip/DevRF.obj
_GpioDataRegs ./Source/algo/SignalConditioning.obj
_GpioIntRegs ./Source/dev/on-chip/Xint.obj
_InitPieCtrl ./Source/sys/Board.obj
_InitPieVectTable ./Source/sys/Board.obj
_InitSysCtrl ./Source/sys/Board.obj
_PieCtrlRegs ./Source/dev/on-chip/Xint.obj
_PieVectTable ./Source/dev/on-chip/Xint.obj
_ServiceDog ./Source/dev/RFCommand.obj
_SpibRegs ./Source/dev/on-chip/Spi.obj
_SpicRegs ./Source/dev/on-chip/Spi.obj
_SysCtrlRegs ./Source/dev/RFCommand.obj
_XIntruptRegs ./Source/dev/RFCommand.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "SMControl.out" not built
>> Compilation failure
gmake: *** [SMControl.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****