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.
Hello,
When i compile the 'ti-processor-sdk-rtos-j721e-evm-07_03_00_07' using "make TARGET_PLATFORM=PC", I have the following problem. The settings is as follows. Please how to solve this problem. Thanks very much.
ubuntu18.04
opencv-4.1.0
protobuf-3.11.3
flatbuffers-1.12.0
======== MAKING CUSTOM LIB =================
make -C ./ti_dl/custom -f makefile
make[1]: Entering directory '~/TI_env/0703/ti-processor-sdk-rtos-j721e-evm-07_03_00_07/tidl_j7_02_00_00_07/ti_dl/custom'
compiling tidl_custom_maxpooling.c
In file included from tidsp/tidl_custom_maxpool_ixX_oxX.h:25:0,
from tidl_custom_maxpooling.c:82:
tidsp/c7x.h:151:21: fatal error: c7x_ecr.h: No such file or directory
compilation terminated.
~/TI_env/0703/ti-processor-sdk-rtos-j721e-evm-07_03_00_07/tidl_j7_02_00_00_07/makerules/rules.mk:463: recipe for target '~/TI_env/0703/ti-processor-sdk-rtos-j721e-evm-07_03_00_07/tidl_j7_02_00_00_07/out/PC/dsp/algo/release/ti_dl/custom/tidl_custom_maxpooling.obj' failed
make[1]: *** [~/TI_env/0703/ti-processor-sdk-rtos-j721e-evm-07_03_00_07/tidl_j7_02_00_00_07/out/PC/dsp/algo/release/ti_dl/custom/tidl_custom_maxpooling.obj] Error 1
make[1]: Leaving directory '~/TI_env/0703/ti-processor-sdk-rtos-j721e-evm-07_03_00_07/tidl_j7_02_00_00_07/ti_dl/custom'
makefile:321: recipe for target 'custom' failed
make: *** [custom] Error 2
Hi,
We've got the issue and escalated to e2e, please expect the response. Below is the link:
e2e.ti.com/.../the-problem-is-about-the-compile-of-ti-processor-sdk-rtos-j721e-evm-07_03_00_07
Thanks!
Hi,
Please run the below command before running make command
export PSDK_INSTALL_PATH=~/TI_env/0703/ti-processor-sdk-rtos-j721e-evm-07_03_00_07
Refer below for more details
Hi,
Thank you for your reply!
Regarding the command 'export PSDK_INSTALL_PATH=~/TI_env/0703/ti-processor-sdk-rtos-j721e-evm-07_03_00_07', I've added it to the environment variables, but get the same problem.
The compilation environment was PC before.
When I tried to install the compilation environment in docker, the above problems did not occur.
The settings are as follows.
docker ubuntu18.04
opencv-3.1.0
protobuf-3.11.3
flatbuffers-1.12.0
Thank you again~