Trouble with creating Base project

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

Trouble with creating Base project

331 Views
kendang
Contributor I

I repeat labs in "MQX for KSDK Training" by freescale. Lab1 goes well and example project "Hello" is compiled and works well.

In MQX for KSDK - Lab Guides I follow how to create MQX for KSDK Lab 2 - Base Project from the success project "hello".

according to Appendix of the document. I did copy and paste the "hello" project and rename the new as lab2_hello.

delete Sources folder of it and create a new folder with  the same name "Sources". To prevent link to the primary project "hello"

Put lab2 code into the Sources and compile. Error shows that it can not find <mqx.h>.      

Any body knows How to fix the problem?

Labels (1)
0 Kudos
1 Reply

177 Views
Carlos_Musich
NXP Employee
NXP Employee

Hi Ken,

you may be missing to build MQX library. Please see chapter 1.4 It is necessary to build the following libraries:

How To: Create a New MQX RTOS for KSDK Project in KDS

If the problem persists please verify compiler include paths. You can refer to chapter 2.5.

Regards,

Carlos

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos