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