Problems with the new mbed library

21 Nov 2012

Hello,

I'm having problems with the new mbed library (version 44). I can not compile the my code.

Link: http://mbed.org/users/carlos_nascimento08/code/Andar_Linha_Reta_Robo_Claw_v1/

I need help.

Best Regards. Carlos Alberto.

22 Nov 2012

Hello Carlos, you can read a changelog of revision 44 here: mbed library releases.

Carlos Alberto Nascimento Filho wrote:

I can not compile the my code.

In your project there is a binary library that has been compiled against an old version of the mbed library: FatFileSystem.

We changed certain compilation options for the mbed library, for example we have now removed RTTI. We cannot guarantee compatibility with old binary blobs, you should try to recompile the FatFileSystem library from source.

Cheers, Emilio

22 Nov 2012

Hello Emilio,

That means that my library will not work anymore?

How can I solve this problem?

You know of any libraries for USB mass storage devices?

Best Regards. Carlos Alberto.