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.
5 years, 2 months ago.
Are the library and examples working
Hi,
Is this library tested and working, what hardware platform do you recommend its use with?
Question relating to:
1 Answer
5 years, 2 months ago.
Hi Joe,
I tried compiling the hello world example, and have M_PI
not defined, if this is the same as your issue, you can try below two workaround.
1. Because M_PI
is not in C standard, you might need to define it by yourself like #define M_PI 3.14159
2. Or you can change the compiler to use c99 or gnu11, that would need you use offline mbed-cli.
Regards, Desmond
Apologies, I should add I just tried to compile the example for the K64f but there are a few compilation errors
posted by joe holdsworth 05 Sep 2019