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.

C6000-CGT: "No rules to make target" error in building DSPLIB

Part Number: C6000-CGT

Hi expert,

I tried rebuilding DSPLIB c66x 3.4.0.0 because wanted to check building process for DSPLIB with C6000 before migrating DSPLIB to C7000 (my developing environment is Ubuntu 18.04.4 LTS).

However, I faced the error as the below:

make[1]: *** No rule to make target './src/DSPF_dp_lud//c66/DSPF_dp_lud.c', needed by 'package/lib/lib/dspliba66/./src/DSPF_dp_lud//c66/DSPF_dp_lud.o66'.  Stop.
make[1]: Leaving directory '/home/hoewon/workspace/sv_oz_tda4x/platforms/tools/dsplib_c66x_3_4_0_0_test/packages/ti/dsplib'
makefile:76: recipe for target 'lib/dsplib.a66' failed
make: *** [lib/dsplib.a66] Error 2

The components prior to DSPF_dp_lud (DSPF_dp_cholesky, DSPF_dp_cholesky_cmplx, DSPF_dp_fftDPxDP and DSPF_dp_ifftDPxDP) seem to compile properly

And I tried removing components related to DSPF_dp_lud frome KERNELC66C in dsplib.a66.mk, but I faced same issue with DSPF_dp_qrd.

What can I do to resolve this issue?

Regards,

Hoewon Kim