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.

CCS 4.1 Linking Problem

I wanted to create a single project based off of the provided examples that does not link other depended files. I have been able to compile the program, but when the linker is invoked I get this error on the console output:

 

 undefined       first referenced        

  symbol             in file             

 ---------       ----------------        

 _AdcRegs        ./DSP2833x_Adc.obj      

 _CpuTimer0Regs  ./DSP2833x_CpuTimers.obj

 _CpuTimer1Regs  ./DSP2833x_CpuTimers.obj

 _CpuTimer2Regs  ./DSP2833x_CpuTimers.obj

 _CsmPwl         ./DSP2833x_SysCtrl.obj  

 _CsmRegs        ./DSP2833x_SysCtrl.obj  

 _DSP28x_usDelay ./DSP2833x_SysCtrl.obj  

 _DmaRegs        ./DSP2833x_DMA.obj      

 _FlashRegs      ./DSP2833x_SysCtrl.obj  

 _GpioCtrlRegs   ./DSP2833x_Xintf.obj    

 _PieCtrlRegs    ./DSP2833x_PieVect.obj  

 _PieVectTable   ./DSP2833x_PieVect.obj  

 _SysCtrlRegs    ./DSP2833x_SysCtrl.obj  

 _XintfRegs      ./DSP2833x_Xintf.obj    

 

error: unresolved symbols remain

The error are like this: 

 

unresolved symbol _AdcRegs, first referenced in ./DSP2833x_Adc.obj Skel_Proj line 0 1278612764996 541

Any thoughts to why this is happening is much appreciated!