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
Other Parts Discussed in Thread: SYSBIOS

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.

  • Hi KeeBeom,

    This error is not expected and as you have shown is a result of some of the libraries not being built.

    Regarding the bolded part of the path provided, this would be created as part of a successful build. /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 


    To move forward on this, can you check and/or provide the full build log, to locate any errors which are occurring prior to the libraries being missing?

    To shorten the generated build, you can type "make qnx", in the vision_apps folder to see any errors that occur.

    Regards,

    kb

  • Thank your kindly reply.
    I typed make qnx and build log is below.

    kbkim@ap-eval-02:~/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11$ cd vision_apps/
    kbkim@ap-eval-02:~/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/vision_apps$ make qnx
    SHELL=/bin/sh
    TARGET_MAKEFILES=applibs/srv_bowl_lut_gen_applib/concerto.mak applibs/srv_calibration_applib/concerto.mak applibs/test/concerto.mak apps/basic_demos/app_c7x_kernel/c7x/concerto.mak apps/basic_demos/app_c7x_kernel/concerto.mak apps/basic_demos/app_dof/concerto.mak apps/basic_demos/app_dof2/concerto.mak apps/basic_demos/app_encode/concerto.mak apps/basic_demos/app_ipc/concerto.mak apps/basic_demos/app_linux_arm_opengl_mosaic/concerto.mak apps/basic_demos/app_linux_fd_exchange/concerto.mak apps/basic_demos/app_mem/concerto.mak apps/basic_demos/app_multi_cam/concerto.mak apps/basic_demos/app_remote_log/concerto.mak apps/basic_demos/app_single_cam/concerto.mak apps/basic_demos/app_stereo/concerto.mak apps/basic_demos/app_test_framework/concerto.mak apps/basic_demos/app_tirtos/common/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/c66x_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/c66x_2/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/c7x_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mcu1_0/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mcu1_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mcu2_0/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mcu2_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mcu3_0/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mcu3_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mpu1/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/c66x_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/c66x_2/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/c7x_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mcu1_0/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mcu1_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mcu2_0/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mcu2_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mcu3_0/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mcu3_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mpu1/concerto.mak apps/basic_demos/app_vx_conformance/concerto.mak apps/basic_demos/app_vx_tutorial/concerto.mak apps/dl_demos/app_tidl/concerto.mak apps/dl_demos/app_tidl_avp/concerto.mak apps/dl_demos/app_tidl_avp2/concerto.mak apps/dl_demos/app_tidl_avp3/concerto.mak apps/dl_demos/app_tidl_cam/concerto.mak apps/dl_demos/app_tidl_od/concerto.mak apps/dl_demos/app_tidl_seg/concerto.mak apps/ptk_demos/app_common/concerto.mak apps/ptk_demos/app_dof_sfm_fisheye/concerto.mak apps/ptk_demos/app_lidar_ogmap/concerto.mak apps/ptk_demos/app_radar_gtrack/concerto.mak apps/ptk_demos/app_sde_multilayer/concerto.mak apps/ptk_demos/app_sde_obstacle_detection/concerto.mak apps/ptk_demos/app_surround_radar_ogmap/concerto.mak apps/ptk_demos/app_valet_parking/concerto.mak apps/ptk_demos/applibs/fused_ogmap_applib/concerto.mak apps/ptk_demos/applibs/lidar_ogmap_applib/concerto.mak apps/ptk_demos/applibs/ps_mapping_applib/concerto.mak apps/ptk_demos/applibs/radar_gtrack_applib/concerto.mak apps/ptk_demos/applibs/sde_multilayer_applib/concerto.mak apps/ptk_demos/applibs/sde_obstacle_detection_applib/concerto.mak apps/ptk_demos/applibs/sde_singlelayer_applib/concerto.mak apps/ptk_demos/applibs/surround_radar_ogmap_applib/concerto.mak apps/ptk_demos/applibs/surround_sfm_ogmap_applib/concerto.mak apps/srv_demos/app_srv_calibration/concerto.mak apps/srv_demos/app_srv_camera/concerto.mak apps/srv_demos/app_srv_fileio/concerto.mak kernels/common/target/concerto.mak kernels/fileio/arm/concerto.mak kernels/fileio/host/concerto.mak kernels/img_proc/arm/concerto.mak kernels/img_proc/c66/concerto.mak kernels/img_proc/host/concerto.mak kernels/lidar/arm/concerto.mak kernels/lidar/host/concerto.mak kernels/park_assist/host/concerto.mak kernels/park_assist/target/concerto.mak kernels/sample/a72/concerto.mak kernels/sample/host/concerto.mak kernels/sample/r5f/concerto.mak kernels/srv/c66/concerto.mak kernels/srv/gpu/3dsrv/Tools/concerto.mak kernels/srv/gpu/3dsrv/concerto.mak kernels/srv/gpu/concerto.mak kernels/srv/host/concerto.mak kernels/srv/test/concerto.mak kernels/stereo/host/concerto.mak kernels/stereo/target/bam/concerto.mak kernels/stereo/target/concerto.mak kernels/stereo/test/concerto.mak utils/console_io/src/concerto.mak utils/draw2d/src/concerto.mak utils/dss/src/concerto.mak utils/ethfw/src/concerto.mak utils/grpx/src/concerto.mak utils/hwa/src/concerto.mak utils/ipc/src/concerto.mak utils/iss/src/concerto.mak utils/itt_server/src/concerto.mak utils/mem/src/concerto.mak utils/misc/src/concerto.mak utils/mmc_sd/src/concerto.mak utils/network_api/src/concerto.mak utils/opengl/src/a72/concerto.mak utils/opengl/src/pc/concerto.mak utils/pcie/src/concerto.mak utils/perf_stats/src/concerto.mak utils/remote_service/src/concerto.mak utils/sciclient/src/concerto.mak utils/sensors/src/concerto.mak utils/udma/src/concerto.mak
    file TIARMCGT_ROOT=$(PSDK_PATH)/ti-cgt-arm_20.2.0.LTS
    file GCC_SYSBIOS_ARM_ROOT=$(PSDK_PATH)/gcc-arm-9.2-2019.12-x86_64-aarch64-none-elf
    file CGT6X_ROOT=$(PSDK_PATH)/ti-cgt-c6000_8.3.2
    file CGT7X_ROOT=$(PSDK_PATH)/ti-cgt-c7000_1.3.0.STS
    undefined GCC_WINDOWS_ROOT=
    file GCC_LINUX_ROOT=/usr/
    file GCC_QNX_ROOT=$(QNX_HOST)/usr/bin
    #######################################################################
    TARGET_COMBO=J7:SYSBIOS:R5F:3:release:TIARMCGT
    HOST_ROOT=/home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=TIARMCGT
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=4
    TARGET_OS=SYSBIOS
    TARGET_CPU=R5F
    TARGET_ARCH=32
    TARGET_FAMILY=ARM
    TARGET_NUM_CORES=3
    TARGET_PLATFORM=J7
    TARGET_BUILD=release
    TARGET_OUT=/home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/R5F/SYSBIOS/release
    TARGET_DOC=/home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/R5F/SYSBIOS/release/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_SYSBIOS_R5F_3_release_TIARMCGT_DEFS = SYSBIOS J7 R5F="R5F" TARGET_NUM_CORES=3 TARGET_ARCH=32 ARCH_32 ARM TARGET_BUILD=1
    J7_SYSBIOS_R5F_3_release_TIARMCGT_LDIRS =
    SCM_ROOT=
    SCM_VERSION=
    #######################################################################
    TARGET_COMBO=J7:SYSBIOS:C66:2:release:CGT6X
    HOST_ROOT=/home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=CGT6X
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=4
    TARGET_OS=SYSBIOS
    TARGET_CPU=C66
    TARGET_ARCH=32
    TARGET_FAMILY=DSP
    TARGET_NUM_CORES=2
    TARGET_PLATFORM=J7
    TARGET_BUILD=release
    TARGET_OUT=/home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C66/SYSBIOS/release
    TARGET_DOC=/home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C66/SYSBIOS/release/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_SYSBIOS_C66_2_release_CGT6X_DEFS = SYSBIOS J7 C66="C66" TARGET_NUM_CORES=2 TARGET_ARCH=32 ARCH_32 DSP TARGET_BUILD=1
    J7_SYSBIOS_C66_2_release_CGT6X_LDIRS =
    SCM_ROOT=
    SCM_VERSION=
    Build Skipped for kernels.stereo.target.bam.J7.SYSBIOS.C66.release:vx_target_kernels_stereo_bam
    #######################################################################
    TARGET_COMBO=J7:SYSBIOS:C71:1:release:CGT7X
    HOST_ROOT=/home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=CGT7X
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=4
    TARGET_OS=SYSBIOS
    TARGET_CPU=C71
    TARGET_ARCH=64
    TARGET_FAMILY=DSP
    TARGET_NUM_CORES=1
    TARGET_PLATFORM=J7
    TARGET_BUILD=release
    TARGET_OUT=/home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C71/SYSBIOS/release
    TARGET_DOC=/home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C71/SYSBIOS/release/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_SYSBIOS_C71_1_release_CGT7X_DEFS = SYSBIOS J7 C71="C71" TARGET_NUM_CORES=1 TARGET_ARCH=64 ARCH_64 DSP TARGET_BUILD=1
    J7_SYSBIOS_C71_1_release_CGT7X_LDIRS =
    SCM_ROOT=
    SCM_VERSION=
    #######################################################################
    TARGET_COMBO=J7:QNX:A72:1:release:GCC_QNX_ARM
    HOST_ROOT=/home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=GCC_QNX_ARM
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=4
    TARGET_OS=QNX
    TARGET_CPU=A72
    TARGET_ARCH=64
    TARGET_FAMILY=ARM
    TARGET_NUM_CORES=1
    TARGET_PLATFORM=J7
    TARGET_BUILD=release
    TARGET_OUT=/home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/QNX/release
    TARGET_DOC=/home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/QNX/release/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_QNX_A72_1_release_GCC_QNX_ARM_DEFS = QNX J7 A72="A72" TARGET_NUM_CORES=1 TARGET_ARCH=64 ARCH_64 ARM TARGET_BUILD=1
    J7_QNX_A72_1_release_GCC_QNX_ARM_LDIRS =
    SCM_ROOT=
    SCM_VERSION=
    Build Skipped for kernels.stereo.target.bam.J7.QNX.A72.release:vx_target_kernels_stereo_bam
    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-ar: creating /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/qnx/bsp/src/hardware/flash/mtd-flash/aarch64/a.le/libmtd-flash.a
    /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
    kbkim@ap-eval-02:~/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/vision_apps$

    I upload the full error log (build make sdk)

    Regards

    Full_error_log(make sdk).txt

  • Hi KeeBeom,

    The PSDKQA 7.0 release was tested against the BSP version JBN29 listed at https://software-dl.ti.com/jacinto7/esd/processor-sdk-qnx-jacinto7/latest/exports/docs/release_notes_07_00_00.html#qnx-dependency

    Suspect that you issue may be related to the BSP being used JBN39, has a dependency on the PSDKQA libraries, but the PSDKQA libraries have yet to built in the environment.

    Please try modifying the below line, in psdkqa/qnx/makefile, to switch the build order, such that qnx_libs comes first, and see if that makes a difference.

    From:

    all: bsp qnx_libs
            make examples

    To:

    all: qnx_libs bsp
            make examples

    Regards,

    kb

  • Thank you for your reply.

    I applied your advice and previous issue step over but another issues happened the below :

    In file included from /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/../remote_device/client-rtos/framework/src/app_queue.c:74:0:
    /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/../remote_device/client-rtos/framework/src/app_queue.c: In function 'appQueueInit':
    /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/../remote_device/client-rtos/include/app_queue.h:70:29: error: unknown type name 'Osal_Queue_Params'
     #define Queue_Params        Osal_Queue_Params
                                 ^
    /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/../remote_device/client-rtos/framework/src/app_queue.c:86:5: note: in expansion of macro 'Queue_Params'
         Queue_Params queue_params;
         ^
    /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/../remote_device/client-rtos/include/app_queue.h:71:29: warning: implicit declaration of function 'Osal_Queue_Params_init' [-Wimplicit-function-declaration]
     #define Queue_Params_init   Osal_Queue_Params_init
                                 ^
    /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/../remote_device/client-rtos/framework/src/app_queue.c:106:9: note: in expansion of macro 'Queue_Params_init'
             Queue_Params_init(&queue_params);
             ^
    /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/../remote_device/client-rtos/include/app_queue.h:72:29: warning: implicit declaration of function 'Osal_Queue_create' [-Wimplicit-function-declaration]
     #define Queue_create        Osal_Queue_create
                                 ^
    /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/../remote_device/client-rtos/framework/src/app_queue.c:107:16: note: in expansion of macro 'Queue_create'
             q->q = Queue_create(&queue_params, NULL);
                    ^
    /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/../remote_device/client-rtos/framework/src/app_queue.c:107:14: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             q->q = Queue_create(&queue_params, NULL);
                  ^
    In file included from /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/../remote_device/client-rtos/framework/src/app_queue.c:74:0:
    /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/../remote_device/client-rtos/framework/src/app_queue.c: In function 'appQueueDeinit':
    /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/../remote_device/client-rtos/include/app_queue.h:76:29: warning: implicit declaration of function 'Osal_Queue_delete' [-Wimplicit-function-declaration]
     #define Queue_delete        Osal_Queue_delete
                                 ^
    /home/kbkim/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/psdkqa/../remote_device/client-rtos/framework/src/app_queue.c:199:5: note: in expansion of macro 'Queue_delete'
         Queue_delete(&q->q);
         ^
    cc: /home/kbkim/qnx700/host/linux/x86_64/usr/lib/gcc/aarch64-unknown-nto-qnx7.0.0/5.4.0/cc1 error 1
    /home/kbkim/qnx700/target/qnx7/usr/include/mk/qrules.mk:59: recipe for target 'app_queue.o' failed
    make[4]: *** [app_queue.o] Error 1
    recurse.mk:96: recipe for target 'all' failed
    make[3]: *** [all] Error 2
    recurse.mk:96: recipe for target 'all' failed
    make[2]: *** [all] Error 2
    makefile:46: recipe for target 'remote_device' failed
    make[1]: *** [remote_device] Error 2
    makerules/makefile_qnx.mak:18: recipe for target 'qnx' failed
    make: *** [qnx] Error 2
    kbkim@ap-eval-02:~/ti/tda4x_rtos/psdk_rtos_auto_j7_07_00_00_11/vision_apps$

    I attached the full error logs.

    Please help to solve my errors.

    Thank you.

    RegardsFull_error_log1(make sdk).txt

  • Dear kb

    If I use JBN29 QNX BSP version, I can build vision apps.

    But I need to build the newet versions.

    And while I progress task in the JBM29 QNX BSP version,  I met the another issue.(make qnx_fs_create_sd error)

    e2e.ti.com/.../958079

    Please refer to it and help to solve my errors.

    Thank you.

    Regards

  • Hi KeeBeom,

    A response on the qnx_fs_create_sd error thread has been posted, issue appears to be due to a missing file during installation.

    As it seems that development is just getting started, would recommend moving to the new TI Processor SDK QNX 7.1 which is now available.  Processor SD QNX7.1 was tested against BSP JBN35.

    Link to latest Processor SDK QNX is below:

    https://software-dl.ti.com/jacinto7/esd/processor-sdk-qnx-jacinto7/latest/index_FDS.html

    For further debug on BSP JBN39, will need to ensure that TI has access to this BSP.  Please note, currently unable to reproduce the error being reported on TI Setup.

    Regards,

    kb