Hello Erick!
It is rare that you could download the project without compiling MQX, SHELL and MFS libraries that are requiered for that example. But anyway, here are the steps to run this example:
- Open KDS and select import, then select Existing Projects into Workspace located under General folder and look for KSDK library for MQX in C:\Freescale\KSDK_1.3.0\lib\ksdk_mqx_lib\kds and import the project for K65F18

- Compile ksdk_mqx_lib_K65F18 project.
- Select import in next window, go to MQX folder and select Import Working Sets, then press Next >:

- Locate MQX working set for TWR-K65F180M in C:\Freescale\KSDK_1.3.0\rtos\mqx\build\kds\workspace_twrk65f180m and select build_libs.wsd:

- Compile these libraries and no error should be shown.
- Import the MFS project located at: C:\Freescale\KSDK_1.3.0\middleware\filesystem\mfs\build\kds\mfs_twrk65f180m and compile it.
- In total, you should have imported 5 libraries (ksdk_mqx_lib_K65F18, mfs_twrk65f180m, mqx_stdlib_twrk65f180m, mqx_twrk65f180m, nshell_twrk65f180m).
- Now, import the sdcard example located at: C:\Freescale\KSDK_1.3.0\middleware\filesystem\mfs\examples\sdcard\build\kds\sdcard_twrk65f180m. Compile this project and download into your TWR board.
- Run the project and open a terminal at 115200bps and test the shell commands.

I hope this can help you. If there is other doubt please do not hesitate on contact me.
Best Regards,
Isaac
----------------------------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
----------------------------------------------------------------------------------------------------------------------------------------