ARMmbed / mbed-os-example-tls

mbed TLS Sample application
Apache License 2.0
30 stars 52 forks source link

OOB-5.8 Does not compile within online compiler #152

Open donatieng opened 6 years ago

donatieng commented 6 years ago

Tried with K66F & NUCLEO_F429ZI targets.

Looks like there's a define issue with easy-connect.

Error: #error directive: "No connectivity method chosen. Please add 'config.network-interfaces.value' to your mbed_app.json (see README.md for more information)." in "tls-client/easy-connect/easy-connect.h", Line: 49, Col: 3

These work fine with GCC_ARM + mbed cli, might be an online compiler issue.

mazimkhan commented 6 years ago

I can confirm this does not happen on host. May be only online compiler issue. Assigning to @ashok-rao to route to concerned team.

adbridge commented 6 years ago

@theotherjimmy Could you take a look please ?

theotherjimmy commented 6 years ago

Well, for starters, that config error is done incorrectly, and the text is wrong.

theotherjimmy commented 6 years ago

@donatieng Did you try adding the value requested to your mbed_app.json? (I know it's obvious, but it's worth checking)

ciarmcom commented 6 years ago

ARM Internal Ref: IOTSSL-2426