So I think this is a bug. I went back through the mbed library releases and I see that up to release 43 it contains libmbed.a. Starting with release 44, made in November, comment "Complete refactoring of the mbed library to move the target dependent code to a thin well ...", there is no libmbed.a that I can see.
For my project, I imported release 43 of the mbed library, built, exported, and built in code red and now I am able to build completely and debug my project. This contrasts to building with the latest release 53, which doesn't have libmbed.a, and fails to build in code red.
thanks,
steve
I exported a project and brought it into the lpcxpresso code red environment but it seems that the mbed library itself is missing. The project is constructed with -lmbed on the linker command line but the exported project does not have libmbed.a in it. I tried removing -lmbed from the linker command line but of course I get tons of unresolved externals. I also tried one of the GCC exports to see if it had the library but it doesn't either. Am I doing something wrong? I updated the mbed library in the online compiler to the latest version prior to exporting.
thanks,
steve