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.

Compiler/TMS320C6712D: Looking for CCS Support Files

Part Number: TMS320C6712D

Tool/software: TI C/C++ Compiler

 Customer is looking for the following files to support their development:

1.         Originally we are using code composer studio v2. And JTAG is spectrum Digital XDS510USB emulator.

            We are facing problem while trying to connect to the device TMS320C6712D.

            In CCS v2 requires a tixds510.dvr file to support TMS320C6712D JTAG connection.

            We require this file and Please let me know this file will solve the JTAG connection problem.

 

2.         We tried to convert the old CCS v2 project to CCS v8 project but lot of errors are coming due to supporting files missing.

               We need to convert this project to CCS v8 without an error please let me any process to convert this project without any errors.

 

Below is the compilation error we got while converting from CCS v2 project to CCS v8. 

>> Compilation failure

subdir_rules.mk:9: recipe for target 'C:/ti2/myprojects/CIC1008-1V1.18/Debug/C6712.obj' failed

"C:/Users/skola/workspace_v8/AC/std.h", line 87: fatal error #5: could not open source file "ti/targets/select.h"

1 fatal error detected in the compilation of "../C6712.c".

Compilation terminated.

gmake: *** [C:/ti2/myprojects/CIC1008-1V1.18/Debug/C6712.obj] Error 1

Building file: "../EVENT.C"

 

>> Compilation failure

subdir_rules.mk:65: recipe for target 'C:/ti2/myprojects/CIC1008-1V1.18/Debug/STA.obj' failed

"C:/Users/skola/workspace_v8/AC/stdlib.h", line 88: fatal error #5: could not open source file "__config"

1 fatal error detected in the compilation of "../STA.C".

Compilation terminated.

gmake: *** [C:/ti2/myprojects/CIC1008-1V1.18/Debug/STA.obj] Error 1

Building file: "../Sta_ape.c"

Invoking: C6000 Compiler

  • This ...

    Lawrence Wong said:
    "C:/Users/skola/workspace_v8/AC/std.h", line 87: fatal error #5: could not open source file "ti/targets/select.h"

    ... appears to be an error in the configuration of TI-RTOS.  Though I think it was called BIOS or SYS/BIOS at that time.  For this one problem, I recommend you start a new thread in the Processors forum.

    This ...

    Lawrence Wong said:
    "C:/Users/skola/workspace_v8/AC/stdlib.h", line 88: fatal error #5: could not open source file "__config"

    ... at first glance appears to be problem with the compiler RTS header file stdlib.h.  But it can't be.  That header file is located in the \include directory of the compiler installation.  And it does not include another file named __config.

    As for the other problems, I'll notify a CCS expert about this thread.

    Thanks and regards,

    -George

  • Lawrence,

    The drivers for the Spectrum Digital XDS510 are available from Spectrum Digital. Here is the link to the CCSv2 drivers from Spectrum:

    http://support.spectrumdigital.com/ccs221/

    Regards,

    John