Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE
The C2000Ware version 4_01_00 provides the vcu2 library in COFF format. However my project requires the library in EABI format. I have been able to successfully compile the library in the past. Recently I had to do a fresh installation of CCS and C2000Ware because of the laptop upgrade. I am trying to compile the library again for the EABI format but I am unable to build the project. I have tried two options:
1- Opening the project from the C2000Ware directory as shown below:
The build settings are as shown below:
The build output is given below:
**** Build of configuration ISA_C28FPU32 for project c28x_vcu2_library **** "C:\\ti\\ccs1120\\ccs\\utils\\bin\\gmake" all Building file: "C:/ti/C2000Ware_4_01_00_00/libraries/dsp/VCU/c28/source/common/c/crc/crc_16.c" Invoking: C2000 Compiler "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.0.LTS/bin/cl2000" -v28 -ml -mt --abi=eabi --preproc_with_compile --preproc_dependency="crc/crc_16.d_raw" --obj_directory="crc" "C:/ti/C2000Ware_4_01_00_00/libraries/dsp/VCU/c28/source/common/c/crc/crc_16.c" >> Compilation failure crc/subdir_rules.mk:9: recipe for target 'crc/crc_16.obj' failed "C:/ti/C2000Ware_4_01_00_00/libraries/dsp/VCU/c28/source/common/c/crc/crc_16.c", line 21: fatal error: cannot open source file "VCU2_CRC.h" 1 catastrophic error detected in the compilation of "C:/ti/C2000Ware_4_01_00_00/libraries/dsp/VCU/c28/source/common/c/crc/crc_16.c". Compilation terminated. gmake: *** [crc/crc_16.obj] Error 1 **** Build Finished ****
There seems to be some fundamental issue with the project setup as the include files cannot be located by the complier.
2- I have also tried using the project import wizard but the error remain same. I have tried both with the "copy projects in workspace" checkbox selected as well as de-selected.
Please guide.