Strange include error

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

Strange include error

Jump to solution
562 Views
ihsanyaz_c_
Contributor II

I get an include error when i try to build my project.

I am trying to add my own driver into the BSP. There is a driver header file "pwm_mk30.h"  in bsp.h.

When i compile bsp and psp no error occure but while building the whole project (bsp,psp and application) it says "fatal error: pwm_mk30.h: No such file or directory".  ?

MQX 4.2 and KDS 3.0

Can anyone give me some advise how to solve this?

Thanks

0 Kudos
1 Solution
410 Views
soledad
NXP Employee
NXP Employee

Hi,

Could you please check the below document?

How to Make a new MQX Driver

Let me know if this helps!!!


Have a great day,
Sol

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

View solution in original post

0 Kudos
2 Replies
411 Views
soledad
NXP Employee
NXP Employee

Hi,

Could you please check the below document?

How to Make a new MQX Driver

Let me know if this helps!!!


Have a great day,
Sol

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

0 Kudos
410 Views
ihsanyaz_c_
Contributor II

Hi,

Thanks for your reply.

Problem is solved.

0 Kudos