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.

Linker error TMS320F2808 Experimenter kit sprc207.

Other Parts Discussed in Thread: TMS320F2808

Hi,

      I have downloaded the program sprc207 for Implementation of sensored Indirect FOC of Induction motor for TMS320F2808. It was written for ccsv3.3.

But I'm using ccs Version: 5.5.0.00077. On building aci3_3.pjt using the 'Import legacy 3.3 projects' option i get the following linker error as given below.

>> Compilation failure
_DLOG_4CH_init C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_DLOG_4CH_update C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_F280X_CAP_Init C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_F280X_CAP_Read C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_F280X_DRIVE_Init C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_F280X_DRIVE_Update C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_F280X_PWMDAC_Init C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_F280X_PWMDAC_Update C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_F280X_PWM_Init C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_F280X_PWM_Update C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_F280X_ileg2_dcbus_drv_init C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_F280X_ileg2_dcbus_drv_read C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_clarke_calc C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_ipark_calc C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_park_calc C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_pid_reg3_calc C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_rampgen_calc C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_rmp_cntl_calc C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_speed_prd_calc C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj
_svgendq_calc C:/tidcs/DMC/c28/v32x/sys/ACI3_3_280x/cIQmath/obj/aci3_3.obj

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

How can I resolve the errors?