ghidra/Ghidra/Extensions/SleighDevTools/pcodetest
RoboSchmied d7cc532fe3 Fix: 132 typos
Signed-off-by: RoboSchmied <github@roboschmie.de>
2024-03-22 02:25:30 +01:00
..
c_src Fix: 132 typos 2024-03-22 02:25:30 +01:00
.gitignore Added pcodetest source code to SleighDevTools module. Corrected 2019-07-11 16:46:11 -04:00
build GP-3211: Refactored pcodetest scripts 2023-08-15 15:53:42 +00:00
build.py Port pcodetest builder to Python 3. 2022-06-03 07:12:29 +02:00
defaults.py GP-1062 revisions made to combined PR 1407 and 5442 (includes merge 2023-08-31 17:03:06 -04:00
pcode_defs.py Merge remote-tracking branch 'origin/patch' 2024-03-08 08:54:02 -05:00
pcodetest.py GP-3211: Refactored pcodetest scripts 2023-08-15 15:53:42 +00: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