Hi,
Working environment is Ubuntu 18.04 version.
Recently I have made a customer layer, trying to rebuild the test and quantools.
I have built the tidl_custom.lib in the ti_dl/custom/ folder.
I use make "make TARGET_PLATFORM=PC TARGET_CPU=C71" to rebuild PC_dsp_test_dl_algo.out.
Error message is as below:
/usr/bin/ld: cannot find -ltidl_custom
/usr/bin/ld: cannot find -lzlib
collect2: error: ld returned 1 exit status
psdk_rtos_auto_j7_06_01_00_15/tidl_j7_01_00_00_00/makerules/rules.mk:642: recipe for target 'outfile' failed
make: *** [outfile] Error 1
Thank you.