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.

jpgenc-r Test Application compilation problems with DM365 and DVSDK 3.10

Hello,

 

I am trying to re-compile the jpgenc-r test application using the DVSDK 3.10 and the codesourcery toolchain (Sourcery G++ Lite 2009q1-203 4.3.3).

So I went into the "dvsdk/dvsdk_3_10_00_19/dm365_codecs_03_10_00_07/packages/ti/sdo/codecs/jpegenc/apps/Client/Test/Src" directory and did a "make". But I got the following error:

Makefile:13: ../../../..//Rules.make: No such file or directory
make: *** No rule to make target `../../../..//Rules.make'.  Stop.

Does someone knows how to compile this test application?

Thank you for the help.

 

Best Regards,

--

Oliver

  • Oliver,

    These individual codec test applications are not buildable within a DVSDK  3.xx or 4.xx. They are used for module testing under a different tool chain.

    You can achieve the same results to evaluate the codecs such as JPEG using the DMAI test applications which are built as part of the DVSDK. The JPEG example is at:

    dvsdk_3_10_00_19\dmai_2_10_00_12\packages\ti\sdo\dmai\apps\image_encode_io1\linux

    Iain