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.

Compiler/DM388: DM388 IPNC RDK compile error.

Part Number: DM388

Tool/software: TI C/C++ Compiler

Hi all,

I am using IPNC_3.9.1 rdk. I am facing some problem to build.

# Making syslink-rtos in ti/syslink
/home/build/VIO-Debug-hardik/Source/ipnc_rdk/../ti_tools/xdctools_3_25_05_94/xdc XDCBUILDCFG=/home/build/VIO-Debug-hardik/Source/ti_tools/syslink_2_21_02_10/packages/_config.bld XDCPATH="/home/build/VIO-Debug-hardik/Source/ipnc_rdk/../ti_tools/ipc_1_25_03_15/packages;/home/build/VIO-Debug-hardik/Source/ipnc_rdk/../ti_tools/bios_6_37_01_24/packages;/home/build/VIO-Debug-hardik/Source/ipnc_rdk/../ti_tools/syslink_2_21_02_10/packages" \
            XDCARGS="DEVICE=TI813X SYSLINK_BUILD_OPTIMIZE=1 CGT_M3_ELF_DIR=/home/build/VIO-Debug-hardik/Source/ipnc_rdk/../ti_tools/cgt470_5_1_3 DEVICE_VARIANT=TI813X" .libraries -P ti/syslink ti/syslink/ipc/rtos ti/syslink/utils/rtos/bios6
/bin/sh: 1: /home/build/VIO-Debug-hardik/Source/ipnc_rdk/../ti_tools/xdctools_3_25_05_94/xdc: not found
make[4]: *** [makefile:253: syslink-rtos] Error 127
make[4]: Leaving directory '/home/build/VIO-Debug-hardik/Source/ti_tools/syslink_2_21_02_10/packages'
make[3]: *** [makefile:113: syslink-rtos] Error 2
make[3]: Leaving directory '/home/build/VIO-Debug-hardik/Source/ti_tools/syslink_2_21_02_10'
make[2]: *** [Makefile:257: syslinkbuild] Error 2
make[2]: Leaving directory '/home/build/VIO-Debug-hardik/Source/ipnc_rdk'
make[1]: *** [Makefile:260: syslink] Error 2
make[1]: Leaving directory '/home/build/VIO-Debug-hardik/Source/ipnc_rdk'
make: *** [Makefile:366: sys] Error 2

But, the file(xdc)  exists in xdctools_3_25_05_94 folder.

PathPartner suggests to check thepath settings for XDC Tools in Rules.make (give proper xdc_PATH & XDCPATH and export the xdc_PATH).

But, these steps are already a part of Rules.make.

I have also included the following in bashrc.

xdc_PATH="/home/build/VIO-Debug-hardik/Source/ti_tools/xdctools_3_25_05_94/"

But, still I face xdc: not found error.

Thanks,

Hardik