7 years, 2 months ago.

"MBEDTLS_NET_C": Is it only for Unix and windows environment?

Hello, I am porting AWS IOT SDK. When merging SDK onto mbed OS, I encounter one problem. In config.h, there is

  1. if defined(TARGET_LIKE_MBED) && \ ( defined(MBEDTLS_NET_C) || defined(MBEDTLS_TIMING_C) )
  2. error "The NET and TIMING modules are not available for mbed OS - please use the network and timing functions provided by mbed OS"
  3. endif

What's the #error means? NET module is not available for mbed OS and tell me to use functions provided by mbed OS? What does it mean?

Confused Max Yin :(

1 Answer

6 years, 1 month ago.

HI, I am getting same error what is your solution? Thanks.