rtcs serial to ethernet project build error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

rtcs serial to ethernet project build error

Jump to solution
875 Views
sudhakarp
Contributor V

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.

Labels (1)
1 Solution
416 Views
DavidS
NXP Employee
NXP Employee

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

View solution in original post

4 Replies
416 Views
ivadorazinova
NXP Employee
NXP Employee

Hi sudhakar p,

please, what chip are you using?

I will check it.

I also noticed, you are asking in 2 threads together.

KDS mqx RTCS project

Iva

0 Kudos
416 Views
sudhakarp
Contributor V

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..?

0 Kudos
417 Views
DavidS
NXP Employee
NXP Employee

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

416 Views
sudhakarp
Contributor V

hi David,

          thank you,you are correct after build Rtcs library its working fine.

0 Kudos