PPP lib can't compile for MQX_KSDK_1.0.0.0

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

PPP lib can't compile for MQX_KSDK_1.0.0.0

844件の閲覧回数
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 返信

742件の閲覧回数
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 件の賞賛
返信