How to compile newlib, libstdc++ as shared libraries for ARM
Posted: Mon May 13, 2013 8:49 am
Both newlib and libstdc++ ignore the "--enable-shared" flag as the target "arm-none-eabi" doesn't support shared libraries in the configuration script. In the case for a custom operating system and you want to add shared library support that makes it a little bit unfortunate. Have anyone successfully compiled newlib and libstdc++ so that it outputs .so shared libraries for ARM custom OS targets?