Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 8 months ago.
Dear MBED, Can you please fix the online compiler. Mbed-os is unhappy.
Below is from a brand new compiler account importing mbed-os-blinky for K64F. No compilio.
Error: Identifier "mbedtls_ecp_group" is undefined in "extras/mbed-os.lib/features/mbedtls/inc/mbedtls/ecdh.h", Line: 46, Col: 6
3 Answers
7 years, 8 months ago.
We are working on a fix. As a workaround, you can disable LWIP. To disable LWIP you can use this mbed_app.json
{ "target_overrides": { "*": { "target.features_remove": ["LWIP"] } } }
7 years, 8 months ago.
Same here with F767ZI and also many "mbedtls_ecp_keypair" errors.
yep that's just the first error because if i posted them all the forum complained about whether it was a useful post. O_o
posted by 27 Apr 2017As it turns out we are aware of that "real comments look like spam" problem too. We're working on it as well. Be aware that it may take some time though, it's an open area of research and we are trying to use the best of the best from it. There's quite a bit of difficult maths involved there XD.
posted by 28 Apr 2017