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.

TMS320F28379D: CLA Example Program

Part Number: TMS320F28379D
Other Parts Discussed in Thread: CODECOMPOSER, C2000WARE

I am working on ControlCard TMS320f28379D and CodeComposer latest compiler.

I tried the example in the following folder C2000Ware_3_02_00_00/libraries/math/CLAmath/c28/examples/cos

In that example, I enabled f2837x files and built but I am getting the following error 

Description Resource Path Location Type
#10004 unrecognized file: "C:/ti/c2000/C2000Ware_3_02_00_00/libraries/boot_rom/f2837xd/revB/rom_symbol_libs/c1_CLA_Data_ROM/F2837xRevB_c1bootROM_CLADataROMSymbols_fpu32.lib" .ccsproject /cla_cos line 41, external location: C:\Users\Gp\AppData\Local\Temp\{48EFF4FE-59AE-4554-B055-EA03165BAC50} C/C++ Problem

Kindly help on this error

  • Ganeshapandi K said:
    C2000Ware_3_02_00_00/libraries/math/CLAmath/c28/examples/cos

    Wanted to let you know that there is a newer version (3_03_00_00) available of C2000Ware.

    Ganeshapandi K said:
    In that example, I enabled f2837x files and built but I am getting the following error 

    I tried all 3 of the build configurations for F2837x using C2000Ware v3_02 and am not able to reproduce the error. 

    • Can you tell me which build configuration you tried?
    • Can you also try the V3.03 release? 

    Ganeshapandi K said:
    C:\Users\Gp\AppData\Local\Temp\{48EFF4FE-59AE-4554-B055-EA03165BAC50}

    This seems to be the path to your workspace ? 

    • Can you check there and see if the file exists? 
    • Please try creating a new workspace (file-> switch workspace) and importing the project there. 

    Regards

    Lori

  • Thank you Lori. It worked after creating new workspace as you said.