libcpp
libcpp copied to clipboard
Embedded Systems C++ Library Support (Currently wraps libcxx)
Running the build specified in the ci file (or an example given in the readme) with an official arm-none-eabi toolchain fails to compile. * Project Version/Tag/Commit: 3d809a75669f3f3600a57ac2ab30f71591338bfb * Operating System:...
random.cpp - get support for arc4random and opening a bare metal random device We currently just use rand(), but we could be much better.
libcpp: need to add a test application that links against the libraries to check for potential problems like the mach_absolute_time missing symbol at link time due to poor symbol definition....
This documentation needs a home: ``` Using libc++experimental and Libc++ provides implementations of experimental technical specifications in a separate library, libc++experimental.a. Users of headers may be required to link -lc++experimental....
Create a CI job which weekly tries to udpate the libcxx and libcxxabi mirrors, checks the build, and then commits them if it's all OK.
We've disabled them for now because we jsut want to get the build server back up and running.
Add options to build shared libraries (For tests) Add run targets to build tests
How do I cross compile (for mips/arm) with my own version of libc using its .a and headers? I'd like to disable features like exceptions, replace new/delete, no gnu extension...