5 years, 5 months ago.

AWS MQTT for Multitech Dragon

Hi,

I am compiling AWS IOT for mutitech dragonfly. I am not able to compile the aws code. When merging SDK onto mbed OS thereis error in config.h,

if defined(TARGET_LIKE_MBED) && \ ( defined(MBEDTLS_NET_C) || defined(MBEDTLS_TIMING_C) ) error "The NET and TIMING modules are not available for mbed OS - please use the network and timing functions provided by mbed OS" 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?

Be the first to answer this question.