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.

PROCESSOR-SDK-DRA8X-TDA4X: "license check failed" during building

Part Number: PROCESSOR-SDK-DRA8X-TDA4X

Dear TI,

When I'm trying to build, a error is happened as below logs

make -C /home/jwook/ssd1/TI_TDA4X/tda4x_QNX/tda4x/psdkqa/qnx all QNX_BASE=/home/jwook/ssd1/TI_TDA4X/tda4x_QNX/tda4x/psdkqa/qnx700 PROFILE=release -s

license check failed

Could you let me know how to resolve this?

This is my environment.

# Changes

Edit file tiovx/build_flags.mak and modify below variables

BUILD_EMULATION_MODE=no
BUILD_TARGET_MODE=yes
BUILD_LINUX_A72=no
BUILD_QNX_A72=yes
PROFILE=release

# Build step

cd ${PSDKRA_PATH}

./psdkqa/qnx/scripts/psdkqa_setup.sh

cd vision_apps
make sdk


# HW : TDA4x EVM

# SW version

    PSDKLA : V07.00.00.04

    PSDKRA : V07.00.00.05

    PSDKQA : V07.00.00.11

Thanks,

Aiden

  • Hi Aiden,

    Can you please check that the QNX development license is available for the host that is being used to build the PSDKQA release. 

    This can be done using the QNX Software Center, under "Manage License Keys", or "License Keys and Activation".   The License Key must show as Activated.

    Regards,

    kb

  • Hi kb,

    Is the license checking was activated since psdkqa 7.0?

    Actually, there is no this issue in psdkqa 6.2.

    Thanks,

    Aiden.

  • TI understanding is that in order to compile / build in the QNX environment a QNX development seat is required.   

    This is true for both PSDKQA6.2 and PSDKQA7.0, nothing has changed on the TI side, the license being referred to is from QNX.

    Some possibilities:

    •  would be that a 30 day evaluation license from QNX was previously being used, and has now expired. 
    •  license that was being used on the machine being developed on, has been assigned somewhere else.
    •  license on machine is valid, but is not being found in the paths specified

    Recommend checking license in QNX Software Center, and checking that "/home/jwook/ssd1/TI_TDA4X/tda4x_QNX/tda4x/psdkqa/qnx700" is a valid path.

    Regards,

    kb

  • Hi kb,

    Thank you very much for your detailed explanation.

    Regards,

    Aiden