I use the
board: AM335x – Industrial Communication Engine (ICE) V2
CCSv5.5
Ind SDK v 1.1.0.3
I imported the ecat_appl project to my workspace, patched and copied the Beckhoff EtherCat stack to the project.
It works fine if the EtherCat stack resides in {Project_location}/EcatStack
but if I put the stack one folder deeper to {Project_location}/src/EcatStack
the stack files won't be compiled any more and as a result the linker complains about not finding the file "tiesc_appreload.obj" (a line in ../am335x.cmd (10) is marked.
I can't find the problem why it does not compile the sources any more if the folder is moved. (Build Configuration is not excluded)