This repository contains Dockerfiles for building the GCC toolchain for the most common architectures used in automotive. I use these to quickly compile some shellcode, so only the minimal set of packages are compiled to build standalone executables. No standard libraries (e.g. newlib) are built.
- PowerPC VLE: GCC 4.9.4 from original sources, with patches from NXP. Based on S32 Design Studio.
- TriCore:
- V850/RH850: GCC 13.2.0 from original sources.
Each architecture contains a Dockerfile. There is also an example script in each architecture folder that builds the docker container, and compiles a bit of shellcode using the container.