compile fails for example project Sensors_Reader for NUCLEO F09RC and its X-NUCLEO-IKS01A1

12 Aug 2016

I went to:

https://developer.mbed.org/teams/ST/code/Sensors_Reader/

Did:

Import to Compiler. Then did: Compile.

And got error:

undefined symbol aeabi_assert (referred from main.NUCLEO_F091FC.o)

Tried import with update, same problem. This is an example and should build.

/media/uploads/douglaskbell/screen_shot_.doc

12 Aug 2016

have you set the include path?

12 Aug 2016

No. I am new to mbed cloud IDE, and don't know how.

But, why doesn't this example build with error? I just imported it from: https://developer.mbed.org/teams/ST/code/X_NUCLEO_IKS01A1/file/f507d4465c31/Components/lsm6ds3/lsm6ds3_class.h ..and assumed that it would build.

12 Aug 2016

I exported the Sensors_Reader project, and could find "aeabi" no where in it.

14 Aug 2016

I mean: what should I set include path to? This "aeabi_assert" is probably a macro defined somewhere?