Hello Alberto Lubeiro:
No need to copy the RTCS folder to your project.
You first have to build the RTCS library (lib_rtcs.a) and then link it to your project. Go to Project -> Properties -> C/C++ Build -> Cross ARM C++ Linker -> Libraries and do this:
1) In Library search path (-L) add: "${KSDK_PATH}/middleware/tcpip/rtcs/lib/frdmk64f.kds/debug/rtcs"
2) In Libraries (-l) add: _rtcs
Then in Cross ARM C Compiler -> Includes add the same path as in (1) above: "${KSDK_PATH}/middleware/tcpip/rtcs/lib/frdmk64f.kds/debug/rtcs"
With this you are adding the RTCS library to your existent project.
Regards!,
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------