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: SDK 7.01 build error

Part Number: TDA4VM

Dear Sir/madam,

I am using TDA4VMEVM.

I downloaded the SDK 7.01 from www.ti.com/.../PROCESSOR-SDK-DRA8X-TDA4X.

It get error message when I build vision_apps.

I use default tiovx/build_flags.mak .

cd vision_apps

make vision_apps

[GCC] Compiling C99 app_ipc_linux.c
/home/jason/ti_tda4x_7_01/ti-processor-sdk-rtos-j721e-evm-07_01_00_11/vision_apps/utils/ipc/src/app_ipc_linux.c:62:10: fatal error: ti_rpmsg_char.h: No such file or directory
62 | #include <ti_rpmsg_char.h>
| ^~~~~~~~~~~~~~~~~
compilation terminated.
concerto/finale.mak:308: recipe for target '/home/jason/ti_tda4x_7_01/ti-processor-sdk-rtos-j721e-evm-07_01_00_11/vision_apps/out/J7/A72/LINUX/release/module/utils.ipc.src/app_ipc_linux.o' failed
make[1]: *** [/home/jason/ti_tda4x_7_01/ti-processor-sdk-rtos-j721e-evm-07_01_00_11/vision_apps/out/J7/A72/LINUX/release/module/utils.ipc.src/app_ipc_linux.o] Error 1
make[1]: Leaving directory '/home/jason/ti_tda4x_7_01/ti-processor-sdk-rtos-j721e-evm-07_01_00_11/vision_apps'
Makefile:159: recipe for target 'vision_apps' failed
make: *** [vision_apps] Error 2

Could you give me suggestion?

Best regards

-Jason

  • Hi Jason,

    Can you please first try "make sdk" command? This command will build all required/dependent components and then will build vision apps.

    I am assuming that you have run psdk_rtos\scripts\setup_psdk_rtos.sh before starting building..

    Regards,

    Brijesh

  • Hi Brijesh,

    Yes , I did  psdk_rtos\scripts\setup_psdk_rtos.sh before starting building.

    I following your suggestion.

    I tried "make sdk" command.

    But I got same error message.

    [GCC] Compiling C99 app_ipc_linux.c
    /home/jason/ti_tda4x_7_01/ti-processor-sdk-rtos-j721e-evm-07_01_00_11/vision_apps/utils/ipc/src/app_ipc_linux.c:62:10: fatal error: ti_rpmsg_char.h: No such file or directory
       62 | #include <ti_rpmsg_char.h>
          |          ^~~~~~~~~~~~~~~~~
    compilation terminated.
    concerto/finale.mak:308: recipe for target '/home/jason/ti_tda4x_7_01/ti-processor-sdk-rtos-j721e-evm-07_01_00_11/vision_apps/out/J7/A72/LINUX/release/module/utils.ipc.src/app_ipc_linux.o' failed
    make[2]: *** [/home/jason/ti_tda4x_7_01/ti-processor-sdk-rtos-j721e-evm-07_01_00_11/vision_apps/out/J7/A72/LINUX/release/module/utils.ipc.src/app_ipc_linux.o] Error 1
    make[2]: Leaving directory '/home/jason/ti_tda4x_7_01/ti-processor-sdk-rtos-j721e-evm-07_01_00_11/vision_apps'
    Makefile:159: recipe for target 'vision_apps' failed
    make[1]: *** [vision_apps] Error 2
    make[1]: Leaving directory '/home/jason/ti_tda4x_7_01/ti-processor-sdk-rtos-j721e-evm-07_01_00_11/vision_apps'
    Makefile:167: recipe for target 'sdk' failed
    make: *** [sdk] Error 2

    I tried to find ti_rpmsg_char.h by "locate" command.

    But it no found ti_rpmsg_char.h file.

    Could you give me suggestion?

    Best regards

    -Jason

  • Hi Jason,

    This file is actually part of the file system. So could you please download the new filesystem from the release link and install it? 

    When you run psdk_rtos\scripts\setup_psdk_rtos.sh script, it will give error if filesystem is not installed. can you check if you are seeing any error?

    Regards,

    Brijesh

  • Hi Brijesh,

    I found the problem.

    I installed old version PSDK Linux.

    The build OK after install ti-processor-sdk-rtos-j721e-evm-07_01_00_11-linux-x64-installer.run

    Thank you very much.

    -Jason

  • Hi Jason,

    Glad to know it is resolved.

    Please close the thread if the question is answered.

    Rgds,

    Brijesh