ARMmbed / mbed-client-classic

DEPRECATED: mbed Client adaptation layer for mbed OS Classic
https://cloud.mbed.com/docs/current
Apache License 2.0
0 stars 5 forks source link

pal_network.h not found (mbed os 5.2) #44

Closed p03189 closed 8 years ago

p03189 commented 8 years ago

Hi

I'm trying to build mbed-os-example-client with latest version of mbed-client (v1.18.3) Target: K64F Toolchain: gcc-arm-none-eabi-4_9-2015q2

I got error message as following: [DEBUG] Output: ./mbed-client/mbed-client-classic/mbed-client-classic/m2mconnectionhandlerpimpl.h:27:25: fatal error: pal_network.h: No such file or directory [DEBUG] Output: #include "pal_network.h" [DEBUG] Output: ^ [DEBUG] Output: compilation terminated.

I can't find pal_network.h in mbed-os 5 libraries. Please help me to fix this error, thank you.

ciarmcom commented 8 years ago

ARM Internal Ref: IOTCLT-1077

yogpan01 commented 8 years ago

Hi, Why are you using this repo from master HEAD ? You are not supposed to use this repo directly but get it through released mbed OS version.

JanneKiiskila commented 8 years ago

Hi,

yes, please use this for latest official mbedOS;

https://github.com/armmbed/mbed-os/tree/mbed-os-5.1

or if you really want the cutting edge, you can get the 5.2 release candidates (not officially released yet).

https://github.com/armmbed/mbed-os/tree/mbed-os-5.2

mbedOS includes the latest version of this repo as well, which has been tested to work.

p03189 commented 8 years ago

Hi jankii01,

Thanks for your reply.