summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijaykumar9597@gmail.com>2019-05-19 16:45:50 +0530
committerChristian Mauderer <oss@c-mauderer.de>2019-05-24 21:35:28 +0200
commit9a4ed64d5acc20cd3488a633bd78cad7d1708081 (patch)
tree1cd2c024a9ae949c6718653fc3fc0549fffd53bf
parentAdd riscv support (diff)
downloadrtems-libbsd-9a4ed64d5acc20cd3488a633bd78cad7d1708081.tar.bz2
CONTRIBUTING: mention pyelftools dependency
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 78be5ca6..f2e5da21 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -181,6 +181,9 @@ original FreeBSD code.
`python ./userspace-header-gen.py build/arm-rtems4.12-xilinx_zynq_a9_qemu/freebsd/sbin/pfctl/*.o -p pfctl`
Replace the name (given via -p option) by the name of the userspace tool. It
has to match the name that is used in the RTEMS linker set further below.
+ `Note:` the script `userspace-header-gen.py` depends on pyelftools. It can be
+ installed using pip:
+ `pip install --user pyelftools`
* If you regenerated files that have already been generated, you may have to
remove RTEMS-specific names from the namespace. The defaults (linker set names
and rtems_bsd_program_.*) should already be filtered.