mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 14:55:21 +00:00
Right now the build system builds the host tools over and over again, in some environments especially when running in an IDE on windows for example, this is not desired and a set of pre-built host tools should be used. Provide an option to use pre-built tools instead of building them from source. To use, set PREBUILT_HOST_TOOLS to the path where all pre-built host tools are hosted. To get a prebuilt version of the host tools, build without the variable set and copy the generated host binaries from outdir. The following tools are supported: * conf * fixdep * gen_idt * gen_offset_header Jira: ZEP-237 Change-Id: Iea505bfd0b50f851ee2781b5117bb6085ab20157 Signed-off-by: Anas Nashif <anas.nashif@intel.com> |
||
---|---|---|
.. | ||
basic | ||
cross_compiler | ||
gen_idt | ||
gen_offset_header | ||
kconfig | ||
patches | ||
sanity_chk | ||
support | ||
.gitignore | ||
build_grub.sh | ||
check_known_checkpatch_issues.sh | ||
check_link_map.py | ||
checkconfig.py | ||
checkpatch.pl | ||
checkstack.pl | ||
compare_footprint | ||
config | ||
diffconfig | ||
do_checkpatch.sh | ||
expr_parser.py | ||
filter-known-issues.py | ||
gcc-version.sh | ||
get_maintainer.pl | ||
headerdep.pl | ||
Kbuild.include | ||
maintainer-checkpatch.bash | ||
make-ll | ||
Makefile | ||
Makefile.build | ||
Makefile.clean | ||
Makefile.extrawarn | ||
Makefile.headersinst | ||
Makefile.help | ||
Makefile.host | ||
Makefile.lib | ||
Makefile.modbuiltin | ||
Makefile.toolchain.gccarmemb | ||
Makefile.toolchain.issm | ||
Makefile.toolchain.xtools | ||
Makefile.toolchain.zephyr | ||
mkmakefile | ||
mksysmap | ||
qemu-machine-hack.py | ||
sanitycheck | ||
size_report | ||
spelling.txt | ||
sysgen | ||
tags.sh | ||
timestamp | ||
vercomp |