PPP lib can't compile for MQX_KSDK_1.0.0.0

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

PPP lib can't compile for MQX_KSDK_1.0.0.0

390 Views
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

Labels (1)
0 Kudos
1 Reply

288 Views
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 Kudos