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.

TDA4VM: vision apps build error in qnx+TI RTOS Mode

Part Number: TDA4VM


Hello I'm Keebeom Kim.

I am building in the "~/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/vision_apps " with below instructions.

kbkim@ap-eval-02:~/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/vision_apps$ make sdk

I got the error below :

make -C /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/qnx all QNX_BASE=/home/kbkim/qnx700 PROFILE=release -s
/home/kbkim/qnx700/host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx7.0.0-ld: cannot find /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/pdk/packages/ti/drv/udma/lib/j721e/qnx_mpu1_0/release/udma_apputils.aa72fg: 그런 파일이나 디렉터리가 없습니다
/home/kbkim/qnx700/host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx7.0.0-ld: cannot find /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/pdk/packages/ti/drv/udma/lib/j721e/qnx_mpu1_0/release/udma.aa72fg: 그런 파일이나 디렉터리가 없습니다
/home/kbkim/qnx700/host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx7.0.0-ld: cannot find /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/pdk/packages/ti/osal/lib/qnx/j721e/qnx_a72/release/ti.osal.aa72fg: 그런 파일이나 디렉터리가 없습니다
/home/kbkim/qnx700/host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx7.0.0-ld: cannot find /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/pdk/packages/ti/drv/sciclient/lib/j721e/qnx_mpu1_0/release/sciclient.aa72fg: 그런 파일이나 디렉터리가 없습니다
/home/kbkim/qnx700/host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx7.0.0-ld: cannot find /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/pdk/packages/ti/csl/lib/j721e/qnx_a72/release/ti.csl.aa72fg: 그런 파일이나 디렉터리가 없습니다
/home/kbkim/qnx700/host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx7.0.0-ld: cannot find /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/qnx/resmgr/udma_qnx_rsmgr/usr/aarch64/a.le/libtiudma-usr.a: 그런 파일이나 디렉터리가 없습니다
cc: /home/kbkim/qnx700/host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx7.0.0-ld error 1
/home/kbkim/qnx700/target/qnx7/usr/include/mk/qtargets.mk:43: recipe for target '/home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/qnx/bsp/src/hardware/flash/boards/j7-ospi/aarch64/le/devf-j7-ospi' failed
make[9]: *** [/home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/qnx/bsp/src/hardware/flash/boards/j7-ospi/aarch64/le/devf-j7-ospi] Error 1
recurse.mk:96: recipe for target 'install' failed
make[8]: *** [install] Error 2
recurse.mk:96: recipe for target 'install' failed
make[7]: *** [install] Error 2
recurse.mk:96: recipe for target 'install' failed
make[6]: *** [install] Error 2
recurse.mk:96: recipe for target 'install' failed
make[5]: *** [install] Error 2
recurse.mk:96: recipe for target 'install' failed
make[4]: *** [install] Error 2
recurse.mk:96: recipe for target 'install' failed
make[3]: *** [install] Error 2
Makefile:33: recipe for target 'install' failed
make[2]: *** [install] Error 2
makefile:40: recipe for target 'bsp' failed
make[1]: *** [bsp] Error 2
makerules/makefile_qnx.mak:18: recipe for target 'qnx' failed
make: *** [qnx] Error 2

My build environment is below

1. Host PC : Ubuntu18.04 LTS

2. QNX DSP : 7.0

3. File Usage

1) QNX release BSP : BSP_ti-j721e-am752x-evm_br-700_be-700_SVN926490_JBN39.zip

2) TI release SDK package file: ti-processor-sdk-qnx-automotive_07_00_00.tar.gz

3) PSDKRA Addon Package : psdk_rtos_auto_j7_addon_07_00_00_11-linux-x64-installer.run

Can't find files messages are shown. And then I can't these files
(For examples, in these error case : cannot find /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/pdk/packages/ti/drv/udma/lib/j721e/qnx_mpu1_0/release/udma_apputils.aa72fg
I don't have the path after lib folder in below path

~/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/pdk/packages/ti/drv/udma)

Where should I check or fix to solved it? Please help to solve my errors.