The build tools

In below example of the build flow for the s32g you can see all currently supported tools marked in color. An explanation of the fliw is already given in the Section “Building an image from scratch”.

BuildTools

The idea behin the set of build tools in this SDK folllows the UNIX philosophy to make each program do one and only one thing well and by adding new features through connecting the output from one programm to another programm that again does one job well. This modular approach offers high flexibility and is easy to maintain.