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.

how to compile VLIB on DM8148

HI,

    I migrated the latest VLIB(version _3_2_0_2) to ezsdk_evm814x_5_2.

    I added the vlib.h into the examples of viddec_copy,but compiled error, with "error invalid target".

    I checked the header files ,I found that each file didn't define the C674.

    So,how can i compile VLIB on DM8148 with C674x.Any suggestion would be helpful,Thanks.

 

   

#ifndef _VLIB_AFAST_NONMAXSUPPRESSION_H_
#define _VLIB_AFAST_NONMAXSUPPRESSION_H_ 1

#if defined (_TMS320C6600)
#include "c66/VLIB_aFast_nonmaxSuppression.h"
#elif defined (_TMS320C6400_PLUS)
#include "c64P/VLIB_aFast_nonmaxSuppression.h"
#else
#error invalid target
#endif

#endif /* _VLIB_AFAST_NONMAXSUPPRESSION_H_ */