Content originally posted in LPCWare by JojoS on Thu Apr 10 00:02:49 MST 2014
thanks for the fast reply.
Its not the performance difference, but I've started with a project (the emWin sample) on mbed. When I export this project to LPCXpresso, the mbed lib uses the hard-ABI and the linker complains. It was successful to recompile the mbed lib with soft-ABI, but for an update of the mbed lib in my project I always have to pull the sources and build my own lib.
I don't know how the mbed online compiler works with soft-ABI version, but the strange thing is that the online compiler (linker) can handle the different libs. But the mbed online compiler has no debugger, so exporting the project is an important thing.