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.

Rebuild demo application EVM DM6437

Other Parts Discussed in Thread: TMS320DM6437, CCSTUDIO

I have a TMS320DM6437 EVM. I had set up a  dvsdk_1_01_00_15, In document spruev6 have a diagram:" The dm6437_demo.out file was built with device driver instrumentation turned off. However, pre-built instrumented versions of the driver libraries have been provided with the DVSDK product. To use these instrumented drivers, simply follow these steps:
1) Right-click on the demo project in CCStudio, and select the Instrumented option."

but i right-click to project and can't find the option Instrumented. Can you capture a picture and help me.. and when i rebuilt a demo program it has a error:  can't find xdc/std.h"

i'm using CCS 3.3 include in EVM kit.

 

 

  • Hi!

     

    If you installed CC3 in C:\, this is the location that you must browse this file:

    C:\CCStudio_v3.3\bios_5_31_07\xdctools\packages\xdc

    YOu must include in build options, in compiler, in preprocessor option this path: C:\CCStudio_v3.3\bios_5_31_07\xdctools\packages\

     

    Maybe, you have  bios_5_31_02, then update the BIOS in component manager.

     

     

  • Hi!


    If you installed CC3 in C:\, this is the location that you must browse this file:

    C:\CCStudio_v3.3\bios_5_31_07\xdctools\packages\xdc

    YOu must include in build options, in compiler, in preprocessor option this path: C:\CCStudio_v3.3\bios_5_31_07\xdctools\packages\


    Maybe, you have  bios_5_31_02, then update the BIOS in component manager.



  • Thanks your help. I did it well.