Part Number: DRA829J
Other Parts Discussed in Thread: SYSBIOS
Hi,
I'm trying to build TI BSP for QNX. I downloaded and installed TI RTOS SDK and PSDK as per the steps mentioned in the user guide.
Now when build BSP, I'm getting below error.
/home/abishekkumk/development/qnx710/host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx7.1.0-ld: cannot find /home/abishekkumk/development/ti-processor-sdk-rtos-j721e-evm-07_02_00_06/psdkqa//pdk/packages/ti/drv/udma/lib/j721e/qnx_mpu1_0/release/udma_apputils.aa72fg: No such file or directory
/home/abishekkumk/development/qnx710/host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx7.1.0-ld: cannot find /home/abishekkumk/development/ti-processor-sdk-rtos-j721e-evm-07_02_00_06/psdkqa//pdk/packages/ti/drv/udma/lib/j721e/qnx_mpu1_0/release/udma.aa72fg: No such file or directory
/home/abishekkumk/development/qnx710/host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx7.1.0-ld: cannot find /home/abishekkumk/development/ti-processor-sdk-rtos-j721e-evm-07_02_00_06/psdkqa//pdk/packages/ti/osal/lib/qnx/j721e/qnx_a72/release/ti.osal.aa72fg: No such file or directory
/home/abishekkumk/development/qnx710/host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx7.1.0-ld: cannot find /home/abishekkumk/development/ti-processor-sdk-rtos-j721e-evm-07_02_00_06/psdkqa//pdk/packages/ti/drv/sciclient/lib/j721e/qnx_mpu1_0/release/sciclient.aa72fg: No such file or directory
/home/abishekkumk/development/qnx710/host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx7.1.0-ld: cannot find /home/abishekkumk/development/ti-processor-sdk-rtos-j721e-evm-07_02_00_06/psdkqa//pdk/packages/ti/csl/lib/j721e/qnx_a72/release/ti.csl.aa72fg: No such file or directory
/home/abishekkumk/development/qnx710/host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx7.1.0-ld: cannot find /home/abishekkumk/development/ti-processor-sdk-rtos-j721e-evm-07_02_00_06/psdkqa//qnx/resmgr/udma_qnx_rsmgr/usr/aarch64/a.le/libtiudma-usr.a: No such file or directory
/home/abishekkumk/development/qnx710/target/qnx7/usr/include/mk/qtargets.mk:43: recipe for target '/home/abishekkumk/development/qnx710/bsp/src/hardware/flash/boards/j7-ospi/aarch64/le/devf-j7-ospi' failed
make[7]: *** [/home/abishekkumk/development/qnx710/bsp/src/hardware/flash/boards/j7-ospi/aarch64/le/devf-j7-ospi] Error 1
Its seems that it looks for the libs for the core qnx_mpu1_0. But this is not present in the packages/ti/drv/udma/lib/j721e/ whereas mpu1_0 is present in that location. Is there anything I'm missing in the configuration?
Thanks