Skip to content

preview-18.0.0-devdrop0

Pre-release
Pre-release
Compare
Choose a tag to compare
@voltur01 voltur01 released this 16 Nov 17:36
· 169 commits to main since this release
794d119

A dev drop to seek feedback on:

  • C++ exceptions and RTTI support in the libraries.
  • Experimental newlib 4.1.0 based set of multilibs. See #333 for details, in short:
    • The newlib multilib overlay package needs to be downloaded separately from this dev drop released assets and extracted on top of the main toolchain.
    • Then the provided newlib.cfg can be used to choose the newlib set of libraries like this:
      clang --config=newlib.cfg --target=arm-none-eabi -march=armv7m -T redboot.ld -lrdimon -lcrt0-rdimon -o hello hello.c