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-J784S4: TIOVX failing as not found "stdint.h"

Part Number: PROCESSOR-SDK-J784S4

Similar to the issue read for SDKJ784S4, I see error compiling TIOVX in SDK 9.01.00.06 for J721e.

After running setup_psdk_rtos.sh with no errors, and doing make in Tiovx, I receive an error :

  

But this file is present in compiler: 

 

It seems some path configurations are failing, but  I don't know. Could you indicate how to solve it?

BR.

  • I have solved it. 

    The problem was not having targetFs folder and I did not have it because I execute 

    ./sdk_builder/scripts/setup_psdk_rtos.sh

    from ${PSDKR_PATH} as is required

    After executing correctly, make for tiovx does not fail

    BR