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.

CCS/TMS320F28379D: errors don't find select.h / migration

Part Number: TMS320F28379D
Other Parts Discussed in Thread: LAUNCHXL-F28379D, C2000WARE

Tool/software: Code Composer Studio

Hello,

I use CCS7 and a Development Kit :LAUNCHXL-F28379D and i install C2000.

I want re-use a project. This project works. I just have an other  PC with the same window and  i make the installation of C2000 V3 et controlesuite.

When I want build, i have this errors:

error : cannot open source files :

#1965 cannot open source file "ti/targets/select.h" .ccsproject /Example_CPU1 line 87, external location: C:\ti\xdctools_3_50_04_43_core\packages\xdc\std.h C/C++ Problem

I don't find "select.h" anywhere.


This problems come after I add "xdctools_3_50_30_33 " because i had a error about std.h. (the projet was a broke link to xdctools_3_50_30_33 so i download and add) and after resolve on this forum an problem of conflict betwen headers.

Thank you in advance.

Best regards

  • Hi,

    It sounds like to me that you are trying to import the same project on a different machine and CCS. Is that correct? Perhaps creating a new workspace and reimporting the project might work. Or uninstalling older versions of the XDC tools.

    Regards,
    Ozino
  • Hi,
    thank you for your answer!

    The project develop on
    xdc tools 3 50 03 33
    CCS7
    C2000_1_00_02

    My environement is :
    CCS7
    xdc tools 3 50 04 43
    C2000_1_00_03

    It's the same version of CCS7. Ok,
    I try to create a new workspace and remake the link. I delete old Xdc tool.
    Now the problems it's about library :

    //*********Console
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.6.LTS/lib/rts2800_fpu32.lib", line 3: warning #1268-D: null (zero) character in input line ignored
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.6.LTS/lib/rts2800_fpu32.lib", line 3: warning #1268-D: null (zero) character in input line ignored
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.6.LTS/lib/rts2800_fpu32.lib", line 3: warning #1268-D: null (zero) character in input line ignored
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.6.LTS/lib/rts2800_fpu32.lib", line 3: warning #1268-D: null (zero) character in input line ignored
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.6.LTS/lib/rts2800_fpu32.lib", line 3: warning #1268-D: null (zero) character in input line ignored
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.6.LTS/lib/rts2800_fpu32.lib", line 3: error #7: unrecognized token
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.6.LTS/lib/rts2800_fpu32.lib", line 3: warning #1268-D: null (zero) character in input line ignored
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.6.LTS/lib/rts2800_fpu32.lib", line 3: error #7: unrecognized token
    [...]
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/headers/include/F2837xD_device.h", line 68: warning #12-D: parsing restarts here after previous syntax error
    26 errors detected in the compilation of "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/source/F2837xD_Gpio.c".
    gmake: *** [F2837xD_Gpio.obj] Error 1
    //******** end console

    I try several time to change environment and other things, each time have a new problems.
    Can you help me with this errors?

    Best regards
    Jean-jacques
  • It's OK the program work. The problem was the compiler (I'm using ti-cgt-c2000_16.9.6.LTS). The program was develop in ti-cgt-c2000_16.9.4.LTS, I wasn't see the different number in the version.

    Think you for your answer.

    Good afternoon.

    JJ
  • JJ,

    Glad to hear that you found a resolution. Thank you for sharing your findings.

    Regards,
    Ozino