MediaTek-Labs / aws_mbedtls_mqtt

The source code to use mbedTLS library to connect to AWS mqtt IOT server.
62 stars 34 forks source link

fatal error: mbedtls\net.h: No such file or directory #include "mbedtls\net.h" #8

Open teuteuguy opened 8 years ago

teuteuguy commented 8 years ago

Everything is in the title.

I can't get the examples to work.

I've followed the git Readme.

Download the zip of the repo.

Add the Zip with the include library/add zip function.

When trying to compile the example: aws_paho_shadow I get this error.

?

JasonMTK commented 8 years ago

Hi,

There's a compile problem. And I just fixed it. Please try again.

Thanks,

Hiramdu commented 2 years ago

Hi,

There's a compile problem. And I just fixed it. Please try again.

Thanks,

Hi, I meet same problem. May I know how you fix it?