powertrain-build/docs/build_cmd.md
Henrik Wahlqvist 65c1d746a7 Copy from Volvo Cars local project
We don't transfer git history since it may contain proprietary data that
we cannot have in an open sources version.

Change-Id: I9586124c1720db69a76b9390e208e9f0ba3b86d4
2024-05-29 08:03:54 +02:00

867 B

Run the build command

pybuild/build.py is the starting point for generating all the files needed for building a complete SW using the supplier make environment. The script takes one positional argument, and that is a project_config.

This script acts as a command line wrapper for build.

usage: build.py [-h] [-cd] [-d] [-na] [-if] [-V] proj_config

positional arguments:
    proj_config        the project root configuration file

optional arguments:
    -h,  --help        show this help message and exit
    -cd, --core_dummy  generate core dummy code to enable integration with old supplier code
    -d,  --debug       activate the debug log
    -na, --no_abort    do not abort due to errors
    -if, --interface   generate interface report
    -V,  --version     show application version and exit