automotive-compilers
automotive-compilers copied to clipboard
Set of Dockerfiles to build GCC for architectures used in automotive such as PowerPC VLE, V850, TriCore.
Automotive Compilers
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.
Supported Architectures:
- 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.
How to build
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.