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.

build c6run error

Other Parts Discussed in Thread: SYSBIOS

hi all

my ezsdk = ti-ezsdk_dm816x-evm_5_02_02_60

board platform = ti8168

i tried to build c6run component  but failed  

here is the logs

looking forward to geting some helps

---------------------------------------------------------

user@ubuntu:~/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/c6run_0_98_00_00$ make dsp_libs

....................................................

Configuro: Generating SysBios files...
CODEGEN_INSTALL_DIR=/home/user/ti-ezsdk_dm816x-evm_5_02_02_60/dsp-devkit/cgt6x_7_2_3 \
    PLATFORM_DIR=/home/user/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/c6run_0_98_00_00/platforms/TI816x \
    IPC_DIR=/home/user/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/c6run_0_98_00_00/build/dsp_libs/ipc/syslink \
    SHAREDMEM_DIR=/home/user/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/c6run_0_98_00_00/build/dsp_libs/sharedmem/cmem \
    /home/user/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/xdctools_3_22_01_21/xs --xp="/home/user/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/bios_6_32_01_38/packages;/home/user/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/ipc_1_23_03_31/packages;/home/user/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/syslink_2_00_02_80/packages" xdc.tools.configuro -DCODEGEN_INSTALL_DIR=/home/user/ti-ezsdk_dm816x-evm_5_02_02_60/dsp-devkit/cgt6x_7_2_3 -DPLATFORM_DIR=/home/user/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/c6run_0_98_00_00/platforms/TI816x -rwhole_program -b /home/user/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/c6run_0_98_00_00/platforms/TI816x/platform.bld C6Run.cfg
making package.mak (because of package.bld) ...
generating interfaces for package C6Run (because package/package.xdc.inc is older than package.xdc) ...
configuring C6Run.pe674 from package/cfg/C6Run_pe674.cfg ...
js: "/home/user/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/c6run_0_98_00_00/build/dsp_libs/ipc/syslink/sysbios6.xs", line 2: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: /home/user/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/syslink_2_00_02_80/packages/ti/syslink/ipc/rtos/package.xdc found along the package path, but no schema file was found.  Ensure that the package 'ti.syslink.ipc.rtos' is completely built.
    "/home/user/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/c6run_0_98_00_00/build/dsp_libs/os/sysbios6/C6Run.cfg", line 77
    "./package/cfg/C6Run_pe674.cfg", line 239
    "./package/cfg/C6Run_pe674.cfg", line 318
    "./package/cfg/C6Run_pe674.cfg", line 226
gmake: *** [package/cfg/C6Run_pe674.xdl] Error 1
js: "/home/user/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/xdctools_3_22_01_21/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
make[3]: *** [C6Run/compiler.opt] Error 1
make[3]: Leaving directory `/home/user/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/c6run_0_98_00_00/build/dsp_libs/os/sysbios6'
make[2]: *** [/home/user/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/c6run_0_98_00_00/build/dsp_libs/os/debug] Error 2
make[2]: Leaving directory `/home/user/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/c6run_0_98_00_00/build/dsp_libs'
make[1]: *** [dsp] Error 2
make[1]: Leaving directory `/home/user/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/c6run_0_98_00_00/build'
Building C6Run backend libraries is now complete for the selected platform.
user@ubuntu:~/ti-ezsdk_dm816x-evm_5_02_02_60/component-sources/c6run_0_98_00_00$ 

thank you for any help
  

  • It looks like the SysLink component in the SDK may not be completely built.  Can you build the SysLink component from the top-level SDK and the try rebuilding the C6Run component.  There should be a make target called "syslink".

    Regards, Daniel