Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 496 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 496 Bytes

A VLE toolchain without a clunky IDE

Build a baremetal VLE toolchain from NXP's S32 Design Studio source code release.

  • builds both a working compiler as well as a Python-enabled gdb.
  • uses multi-stage builds to ensure the docker container doesn't communicate with external hosts after initial installation (Hence Docker >= 17.05 required)

Use build.sh to build the toolchain in the Docker container and get_toolchain.sh to copy the tarball out of the container after the build.