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.

xdc/std.h building problem in CCS 5.5.0.00077

Other Parts Discussed in Thread: TMS320C5515, ADS1298

Hi,

In the \ti\bios_6_35_04_50\packages\ti\bios\include\std.h file exist the #include <xdc/std.h> command (line 125) but the compiler cannot locate this file, probable must include std.h from \ti\xdctools_3_25_03_72\packages\ti\targets folder ( those two files have same names with different contents ???).

I tried to search any solutions on forums and google but without succes, the suggestions like

define=xdc_target_types__="/TI/xdctools_3_25_03_72/packages/ti/targets/std.h"

define=xdc_target_name__=C64P

or adding folder to "include options", DO NOT HELP ME.

Any concrete suggestions are welcome, thanks.

  • This problem is solved:

    1.add "d:\ti\xdctools_3_25_03_72\packages" to INCLUDE OPTIONS (without \ti\targets !!!)

    2.add xdc_target_types__=ti/targets/std.h and xdc_target_name__="C64" to C/C++ BUILD ---> SETTINGS ---> TOOL SETTINGS ---> C5500 COMPILER ---> ADVANCED OPTIONS ---> PREDEFINED SYMBOLS

    but ... occurred another error "error <ti/targets/std.h> is not supported for this target", is a message in line 83 in std.h file located in d:\ti\xdctools_3_25_03_72\packages\ti/targets/std.h .

    Really, the TMS320C5515 device is not supported ? Then how it works the ADS1298_ECGSystem_C5515EVM application ?