Skip to content

Commit

Permalink
docs: mention install_prerequisites in syscall_descriptions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dvyukov committed Mar 14, 2019
1 parent d23e90a commit 38ebd40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/syscall_descriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ and is pure text processing.
Note: _all_ generated files (`*.const`, `*.go`, `*.h`) are checked-in with the
`*.txt` changes in the same commit.

Note: `make extract` extracts constants for all architectures which requires
installed cross-compilers. If you get errors about missing compilers/libraries,
try `sudo make install_prerequisites` or install equivalent package for your distro.

If you want to fuzz the new subsystem that you described locally, you may find
the `enable_syscalls` configuration parameter useful to specifically target
the new system calls.
Expand Down

0 comments on commit 38ebd40

Please sign in to comment.