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.

Unresolved symbol erros on CSL

Hey everybody,

I do not want to double post (see here), but as my old answer was marked as "suggested answer" I assume that the support team does not read it anymore, anyway it is another problem so it should be on his own post.

I try to convert my old c6713 projects (done with CCSV2.2, bios and CSL support) to CCSV4. Changing the bios from 4.9.x to 5.4 was also a challenge but is done (see post before), now I have an other problem which I can not explain. I add the CSL to all search pathes, but there are still some unresolved symbol erros:

undefined           first referenced                              
  symbol                 in file                                   
 ---------           ----------------                              
 _CACHE_reset        C:/Works_Software/MCWD20/Debug/main.obj       
 _EDMA_allocTable    C:/Works_Software/MCWD20/Debug/edma_mcasp1.obj
 _EDMA_intAlloc      C:/Works_Software/MCWD20/Debug/edma_mcasp1.obj
 _EDMA_intDispatcher C:/Works_Software/MCWD20/Debug/c6713cfg.obj   
 _EDMA_intHook       C:/Works_Software/MCWD20/Debug/edma_mcasp1.obj
 _EDMA_map           C:/Works_Software/MCWD20/Debug/edma_mcasp1.obj
 _EDMA_open          C:/Works_Software/MCWD20/Debug/edma_mcasp1.obj
 _EDMA_resetAll      C:/Works_Software/MCWD20/Debug/main.obj       
 _GPIO_clear         C:/Works_Software/MCWD20/Debug/gpio.obj       
 _GPIO_open          C:/Works_Software/MCWD20/Debug/gpio.obj       
 _I2C_open           C:/Works_Software/MCWD20/Debug/i2c0.obj       
 _MCASP_enableClk    C:/Works_Software/MCWD20/Debug/mcasp1.obj     
 _MCASP_enableFsync  C:/Works_Software/MCWD20/Debug/mcasp1.obj     
 _MCASP_enableHclk   C:/Works_Software/MCWD20/Debug/mcasp1.obj     
 _MCASP_enableSers   C:/Works_Software/MCWD20/Debug/mcasp1.obj     
 _MCASP_enableSm     C:/Works_Software/MCWD20/Debug/mcasp1.obj     
 _MCASP_open         C:/Works_Software/MCWD20/Debug/mcasp1.obj     
 _MCASP_reset        C:/Works_Software/MCWD20/Debug/mcasp1.obj     
 _TIMER_open         C:/Works_Software/MCWD20/Debug/timer1.obj     
 __IRQ_eventTable    C:/Works_Software/MCWD20/Debug/main.obj       

error: unresolved symbols remain
error: errors encountered during linking;
   "C:/Works_Software/MCWD20/Debug/MCWD20_Debug.out" not built

Is there any other libary I have to add? Or is there a file I have to add because I changed the bios version (additional to the *.tcf file)?

Regards,

Max