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.

VC3 demo m3vpss build error

hi, Experts

I run make CORE=m3vpss under VC3 folder, it report follows error:

"/home/algorithm/ti-ezsdk_dm816x-evm_5_00_00_11/xdctools_3_20_07_86/packages/xdc/cfg/global.h", line 39: fatal error: could not open source file "/home/algorithm/ti-ezsdk_dm816x-evm_5_00_00_11/omx_05_00_00_11/packagesoutfiles/vc3/obj/ti816x-evm/m3vpss/whole_program_debug/vc3_configuro/package/cfg/VpsAppMain_pem3.h"
1 fatal error detected in the compilation of "src/m3vpss_main.c".
Compilation terminated.

>> Compilation failure
make: *** [/home/algorithm/ti-ezsdk_dm816x-evm_5_00_00_11/omx_05_00_00_11/packagesoutfiles/vc3/obj/ti816x-evm/m3vpss/whole_program_debug/m3vpss_main.oem3] Error 1

 

How to fix it? Thanks.

  • hi Gang Bai,

    >>make CORE=m3vpss

    To build vc3 you need to give the command such as this in the $OMXINSTALLDIR 

    make vc3 PROFILE_m3vpss=debug PROFILE_m3video=debug
    ROOTDIR=/home/sdk/user/install/omx_05_00_00_10/packages
    INTERNAL_SW_ROOT=/home/sdk/user/install/omx_05_00_00_10/pa
    ckages EXTERNAL_SW_ROOT=/home/sdk/user/install
    DEST_ROOT=/proj/SDK5/builds/user/release
    CODESOURCERY_PATH=/proj/SDK5/builds/tools/CodeSourcery/arm
    -2009q1 IPC_MODE=remoteWithHOST

    Can you please refer section Re-Building the Executable (VC3) in the user guide.

    thanks

    Tarakesh.