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.

make gpp_libs error

Other Parts Discussed in Thread: DM3730

Hi all,

I'm developing an audio application on Igepv2 (DM3730). I'm trying to setting up C6Run to build opus-codec library on DSP.

Following http://processors.wiki.ti.com/index.php/Getting_Started_With_C6Run I receive this error when compiling gpp_libs:

js: "/home/emanuele/C6run/C6Run_0_98_03_03/xdctools_3_22_01_21/packages/xdc/cfg/Main.xs", line 137: Error: incompatible use of package 'xdc.runtime' [in /home/emanuele/C6run/C6Run_0_98_03_03/xdctools_3_22_01_21/packages/xdc/runtime/]: version of the loaded package 'xdc.runtime' is [2, 1, 0], while 'ti.bios.power.utils' [in /home/emanuele/C6run/C6Run_0_98_03_03/local_power_manager_linux_1_24_02_09/packages/ti/bios/power/utils/] was built with 'xdc.runtime' [2, 0, 0, 0]
Adding the following line to your program configuration script:
        environment['xdc.cfg.check.fatal'] = 'false';
converts this incompatibility error into a warning. Please, check the documentation for the package xdc.cfg for more information.

Any help will be appreciated

Thank you

  • Hi there,

    I have similar problem regarding xdc.runtime that don't match each other. Please help!

    Cheers,

    Louie

     configuring bin/ti_platforms_evm3530/linux/debug/lpmON.pv5T from package/cfg/bin/ti_platforms_evm3530/linux/debug/lpmON_pv5T.cfg ...
    /home/louie/Downloads/C6Run_0_98_03_03/xdctools_3_22_01_21/xs -Dxdc.path="/home/louie/Downloads/C6Run_0_98_03_03/local_power_manager_linux_1_24_02_09;/home/louie/Downloads/C6Run_0_98_03_03/xdctools_3_22_01_21/packages;../../../.." -Dxdc.root=/home/louie/Downloads/C6Run_0_98_03_03/xdctools_3_22_01_21 -Dxdc.hostOS=Linux -Dconfig.importPath=".;/home/louie/Downloads/C6Run_0_98_03_03/local_power_manager_linux_1_24_02_09;/home/louie/Downloads/C6Run_0_98_03_03/xdctools_3_22_01_21/packages;../../../..;/home/louie/Downloads/C6Run_0_98_03_03/xdctools_3_22_01_21;/home/louie/Downloads/C6Run_0_98_03_03/xdctools_3_22_01_21/etc" -Dxdc.bld.targets="" -DTOOLS=   xdc.cfg bin/ti_platforms_evm3530/linux/debug/lpmON.pv5T package/cfg/bin/ti_platforms_evm3530/linux/debug/lpmON_pv5T.cfg package/cfg/bin/ti_platforms_evm3530/linux/debug/lpmON_pv5T
    js: "/home/louie/Downloads/C6Run_0_98_03_03/xdctools_3_22_01_21/packages/xdc/cfg/Main.xs", line 137: Error: incompatible use of package 'xdc.runtime' [in /home/louie/Downloads/C6Run_0_98_03_03/xdctools_3_22_01_21/packages/xdc/runtime/]: version of the loaded package 'xdc.runtime' is [2, 1, 0], while 'ti.bios.power.utils' [in /home/louie/Downloads/C6Run_0_98_03_03/local_power_manager_linux_1_24_02_09/packages/ti/bios/power/utils/] was built with 'xdc.runtime' [2, 0, 0, 0]
    Adding the following line to your program configuration script:
            environment['xdc.cfg.check.fatal'] = 'false';
    converts this incompatibility error into a warning. Please, check the documentation for the package xdc.cfg for more information.
    gmake[1]: *** [package/cfg/bin/ti_platforms_evm3530/linux/debug/lpmON_pv5T.xdl] Error 1
    gmake: *** [packages/ti/bios/power/utils,.dlls] Error 2
    make[3]: *** [lpm_build] Error 2
    make[3]: Leaving directory `/home/louie/Downloads/C6Run_0_98_03_03/build/gpp_libs/ipc/dsplink'
    make[2]: *** [/home/louie/Downloads/C6Run_0_98_03_03/build/gpp_libs/ipc/debug] Error 2
    make[2]: Leaving directory `/home/louie/Downloads/C6Run_0_98_03_03/build/gpp_libs'
    make[1]: *** [gpp] Error 2
    make[1]: Leaving directory `/home/louie/Downloads/C6Run_0_98_03_03/build'
    Building C6Run backend libraries is now complete for the selected platform.