hi,
i have problem in adding header file in KDS IDE. am tried to build RTCS
serial_to_ethernet example project but i cant build that project its gave
error "rtcs.h No file or directory" so how to add
that header file. what are the steps i want to do to successfully build
that project.
解決済! 解決策の投稿を見る。
Hi Sudhakar,
Have you built the RTCS library first?
C:\Freescale\KSDK_1.1.0\tcpip\rtcs\build\kds\rtcs_frdmk64f
Also please review the following to build the RTOS:
C:\Freescale\KSDK_1.1.0\rtos\mqx\doc\Getting Started with Freescale MQX RTOS for Kinetis SDK.pdf
With all this built, then you should be able to build the application.
Regards,
David
Hi sudhakar p,
please, what chip are you using?
I will check it.
I also noticed, you are asking in 2 threads together.
Iva
am using FRDM-K64F120 controller. suppose i want to include headed file from existing source file means what are the steps i want to do... is project properties i want to include or i want to add anythink..?
Hi Sudhakar,
Have you built the RTCS library first?
C:\Freescale\KSDK_1.1.0\tcpip\rtcs\build\kds\rtcs_frdmk64f
Also please review the following to build the RTOS:
C:\Freescale\KSDK_1.1.0\rtos\mqx\doc\Getting Started with Freescale MQX RTOS for Kinetis SDK.pdf
With all this built, then you should be able to build the application.
Regards,
David
hi David,
thank you,you are correct after build Rtcs library its working fine.