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.

Building video_copy using CCS3.3

hi,all. I'm using DM6446,I want to build the video_copy using CCS3.3,the video_copy is a example of xdias6.22 

but I got some errors when I'm building the project. the error says "can not open file 'xdc/std.h'  "

and It's the same about other header files I'm sure I've add the directory to the compiler in "option->customize->directories"

How can I fix the program?
Thanks!

  • Was there a CCS project associated with this example or did you create your own?

    FYI, video_copy example is more commonly associated with codec engine, it cosists of an example codec, dsp server, and linux application; therefore, providing the user good sample source code from which to start.  That said, the codec could probrably be build in CCS 3.3 (although you may need to create a CCS project), but the latter two (dsp server, and linux applications) have part or all of their code dependant on MV toolchain and Linux OS; therefore CCS is not an ideal environment for bulding these.  Although CCS does understand ARM9, it does not understand Linux.