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.

Problem: MJPEG Decoder HDVICP2 can't compile

I had downloaded MJPEG Decoder HDVICP2 lib from  http://software-dl.ti.com/dsps/dsps_public_sw/codecs/HDVICP2/index_FDS.html , but when I set env for compiling the MJPEG Decoder example program , I found that it had a env problem :  I did that aswhat  the document said , update the CSP from http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/CCSv4/Updates/ivahd/site.xml  and http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/CCSv4/Updates/NETRA/site.xml   with CCS4 ,  I found that the program makefile need

--include_path="$(CSP_DIR)\csl_soc" \  and  --include_path="$(CSP_DIR)\csl_ivahd" \  , but  I can't found these directories on these new updated CSP directory,so the example program can't compile successfully . How and What I can do next? thank you,please give me some help!

 

  • Hi,

    You can build the application w/o CSP_DIR. For a successful program build, please remove following lines from the makefile and build

    CSP_DIR     = %CSP_INSTALL_DIR%

         --include_path="$(CSP_DIR)\" \
         --include_path="$(CSP_DIR)\csl_soc" \
         --include_path="$(CSP_DIR)\csl_ivahd" \

     

    Regards

    Sayanna