Hi,
I am using the example project from ecat stack folder along with patched ecat stack folder. I want to remove precompiled .lib files(eg. am335x_platform.lib ,sys_bios_driver.lib etc) from ecat_app setting add manually these files for my debugging purpose. I want to know how can i added the .c and .h file without adding .lib files. I did by adding all .c and .h files into the project from the respective src folders but it finally give a linking error.
can you please tell me the procedure.