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.

Building problem of new project

Hi

I am using ccs and when i import and  debug codes from example codes from ccs it works well but when i links the relative files for a new project it shows build error

"error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "test1.out" not built"

i am posting the full error here:


**** Build of configuration Debug for project test1 ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building target: test1.out'
'Invoking: C2000 Linker'
"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/bin/cl2000" -v28 -ml -mt --float_support=fpu32 -g --diag_warning=225 --display_error_number -z --stack_size=0x300 -m"test1.map" --warn_sections -i"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/lib" -i"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/include" -i"C:/Users/arun/workspace_v5_3/test1" -i"/DSP2833x_common/lib" -i"/v15c/lib" -i"/V100/lib" --reread_libs --display_error_number --rom_model -o "test1.out"  "./main.obj" "./DSP2833x_usDelay.obj" "./DSP2833x_SysCtrl.obj" "./DSP2833x_PieVect.obj" "./DSP2833x_PieCtrl.obj" "./DSP2833x_DefaultIsr.obj" "./DSP2833x_CpuTimers.obj" "./DSP2833x_CodeStartBranch.obj" "./DSP2833x_ADC_cal.obj" -l"rts2800_fpu32.lib" -l"IQmath_fpu32.lib" -l"rts2800_fpu32_fast_supplement.lib" "../28335_RAM_lnk.cmd" "../DSP2833x_Headers_nonBIOS.cmd"
<Linking>
error #10008-D: cannot find file "IQmath_fpu32.lib"
error #10008-D: cannot find file "rts2800_fpu32_fast_supplement.lib"

>> Compilation failure

 undefined      first referenced        
  symbol            in file             
 ---------      ----------------        
 _CpuTimer0Regs ./main.obj              
 _CpuTimer1Regs ./DSP2833x_CpuTimers.obj
 _CpuTimer2Regs ./DSP2833x_CpuTimers.obj
 _CsmPwl        ./DSP2833x_SysCtrl.obj  
 _CsmRegs       ./DSP2833x_SysCtrl.obj  
 _EPwm1Regs     ./main.obj              
 _FlashRegs     ./DSP2833x_SysCtrl.obj  
 _GpioCtrlRegs  ./main.obj              
 _GpioDataRegs  ./main.obj              
 _PieCtrlRegs   ./main.obj              
 _PieVectTable  ./main.obj              
 _SysCtrlRegs   ./main.obj              
 _XintfRegs     ./DSP2833x_SysCtrl.obj  

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "test1.out" not built
gmake: *** [test1.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

Can you provide me with suggestions so that i could solve this problem.

Thank you

Arun