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.

CCS/AM4372: EtherCAT Slave build error

Part Number: AM4372
Other Parts Discussed in Thread: SYSBIOS, , AM4379

Tool/software: Code Composer Studio

Hi,

    I am trying to build ethercat sample project in ccsv7 but it showing following error.

"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O 
 
'Building file: "../am437x_app.cfg"'
'Invoking: XDCtools'
"C:/ti/xdctools_3_50_04_43_core/xs" --xdcpath="C:/ti/bios_6_70_01_03/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t gnu.targets.arm.A9F -p ti.platforms.evmAM437X -r debug -c "C:/ti/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update" "../am437x_app.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring am437x_app.xa9fg from package/cfg/am437x_app_pa9fg.cfg ...
generating custom ti.sysbios library makefile ... 
subdir_rules.mk:12: recipe for target 'build-1271787055-inproc' failed
js: "C:/ti/xdctools_3_50_04_43_core/packages/xdc/cfg/Main.xs", line 48: XDC runtime error: can't find program 'am437x_app.xa9fg's linker command template file: 'null/examples/ethercat_slave/ethercat.xdt' along the path C:/ti/bios_6_70_01_03/packages;C:/ti/ccsv7/ccs_base;C:/ti/xdctools_3_50_04_43_core/packages;..;
gmake.exe: *** [package/cfg/am437x_app_pa9fg.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/am437x_app_pa9fg.xdl'
gmake.exe: *** [package/cfg/am437x_app_pa9fg.xdl] Deleting file `package/cfg/am437x_app_pa9fg.h'
gmake.exe: *** [package/cfg/am437x_app_pa9fg.xdl] Deleting file `package/cfg/am437x_app_pa9fg.c'
js: "C:/ti/xdctools_3_50_04_43_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[1]: *** [build-1271787055-inproc] Error 1
gmake: *** No rule to make target 'build-1271787055', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-1271787055', needed by 'configPkg/compiler.opt'.
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
Can you help to find solution.
Thanks in advance