mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-25 05:32:14 +00:00
d7cc532fe3
Signed-off-by: RoboSchmied <github@roboschmie.de> |
||
---|---|---|
.. | ||
c_src | ||
.gitignore | ||
build | ||
build.py | ||
defaults.py | ||
pcode_defs.py | ||
pcodetest.py | ||
README.txt | ||
tpp.py |
OVERVIEW -------- The executable 'build' file in this directory is a python script for building pcode test binaries. Each pcode test binary is built using an associated toolchain. The list of available pcode test binaries is in the file pcode_defs.py. Each entry in this file indicates the required toolchain, and additional options needed to build the pcode test. The defaults.py script should be modified to suit your environment reflecting the installation location of your toolchains, build artifacts, etc. USAGE ----- To see a list of available options, run the build script without arguments. ./build It is possible to build everything from scratch with this command: ./build --pcodetest-all Typically, pcode test binaries are built individually per processor, such as: ./build --pcodetest MIPS16