ghidra/Ghidra/Extensions/SleighDevTools/pcodetest
2022-06-03 07:12:29 +02:00
..
c_src Corrected ARM/Thumb adcs/sbcs flag update macros. 2021-08-17 10:47:43 -04:00
.gitignore Added pcodetest source code to SleighDevTools module. Corrected 2019-07-11 16:46:11 -04:00
build Port pcodetest builder to Python 3. 2022-06-03 07:12:29 +02:00
build.py Port pcodetest builder to Python 3. 2022-06-03 07:12:29 +02:00
defaults.py Corrected ARM/Thumb adcs/sbcs flag update macros. 2021-08-17 10:47:43 -04:00
pcode_defs.py Merge remote-tracking branch 'origin/GP-1043_ghidorahrex_ARM_adcs_sbcs_flag_fix--SQUASHED' 2021-08-17 14:47:40 -04:00
pcodetest.py Port pcodetest builder to Python 3. 2022-06-03 07:12:29 +02:00
README.txt Added pcodetest source code to SleighDevTools module. Corrected 2019-07-11 16:46:11 -04:00
tpp.py Updated certification headers 2021-03-17 18:22:50 -04:00

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