PPP lib can't compile for MQX_KSDK_1.0.0.0

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

PPP lib can't compile for MQX_KSDK_1.0.0.0

821 次查看
Donsnook
Contributor II

tried to compile the PPP lib get undefined  MQX_FILE_PTR, look at changes that made was able to get compile but now fstatus not define in MQX 4.1 fstatus is actually io_fstatus  and they both don't exist in MQX_KSDK. Looks like a release for MQX in December but you can't download because when you click on download button(s) sends you in a circle

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

719 次查看
RadekS
NXP Employee
NXP Employee

You are right MQX_FILE_PTR is not directly defined in SDK.

It is relict from classic MQX.

MQX_FILE_PTR  should be defined as #define MQX_FILE_PTR FILE *

I will report your issue with PPP code.

Kinetis SDK 1.1.0 was released 12/16/2014. Here are links for download

Kinetis SDK 1.1.0 Mainline - Windows 32-bit Installer

Kinetis SDK 1.1.0 Mainline - Windows 64-bit Installer

Kinetis SDK 1.1.0 Mainline - Linux 32-bit Installer

Kinetis SDK 1.1.0 Mainline - Linux 64-bit Installer

I hope it helps you.


Have a great day,
RadekS

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

0 项奖励
回复