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.

debug linux code on CCS3.3

hi,friends,

Could you give me some guide on how to debug a file witch is builded on the dvsdk side,for example video_loopback_dm6467.x470MV,on the CCS3.3?

Thanks,

Xu Wenhao

  • Hi Wenhao,

    The codes present in the dvsdk are written specifically for Linux environment with specific use of Linux based header files in addition to the user-defined header files.

    To debug using CCS3.3, you will need to import the individual .c and .h source and header files, prepare a fresh project in CCS3.3 and add these files to this project. Then you may have to make some changes to the program to make it compatible to CCS environment rather than Linux environment.

    Regards,

    Sid