MQX KSDK_1.2.0 Build error: psptypes.h: No such file or directory

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MQX KSDK_1.2.0 Build error: psptypes.h: No such file or directory

1,038 次查看
ChristianSchult
Contributor I

Thank you very much, it worked fine, I'm getting used with the board and KDS, so please forgive me for such a dumb question...

 

If possible, could you please try to help me with other issue I'm facing? I'm trying to build (and test) an example from KSDK, I would like to try the example with HTTP server running on top of MQX, but it doesn't build, giving me the error:

c:\freescale\ksdk_1.2.0\rtos\mqx\mqx\source\include\mqx.h:82:22: fatal error: psptypes.h: No such file or directory

#include "psptypes.h"

 

The example I'm trying to build is located at:

examples\frdmk64f\demo_apps\lwip\lwip_httpserver_demo\httpserver_rtos\httpserver_mqx\kds

 

Could you please try to build in your machine, and see if it gets the same problem? If yes, do you know what should I do to fix it?

 

Thank you for any help!

标签 (1)
0 项奖励
回复
1 回复

783 次查看
DavidS
NXP Employee
NXP Employee

Hi Christian,

That is an error to indicate that the mqx_frdmk64f_all project wasn't built.

Try to make sure all library projects have been built before building the lwip_httpserver_demo_mqx_frdmk64f application.

Regards,

David

0 项奖励
回复