diff options
| author | Willem de Bruijn <willemb@google.com> | 2019-07-03 12:47:40 -0400 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-07-04 19:37:16 +0200 |
| commit | deef5fbc83e37ac11b9513d3e146b03b8c0b7d45 (patch) | |
| tree | 6741f66c878b4229cd7a3486446e45df68a21a66 /docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md | |
| parent | 55565fa0377f97cf09bfab365707e08b0156c11b (diff) | |
docs/linux: add references to syzkaller build instructions
In the various linux build instructions, add pointers to the main
doc with instructions for building syzkaller.
These instructions were present before commit d23e90a7b44b ("all:
switch to Go 1.12"). They were duplicated across files. Since the
commit the instructions are in one place. Make it easier to find
them from the platform-specific setup guides.
Also clarify in the x86_64 guide that using a precompiled compiler
from the supplied list is optional if the distribution provided
compiler is recent enough. Before commit d28f4ce ("Update
setup_ubuntu-host_qemu-vm_x86-64-kernel.md") the file had explicit
build instructions. Those are no longer needed.
Diffstat (limited to 'docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md')
| -rw-r--r-- | docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md index 1c2e2dd8f..18aacd7ce 100644 --- a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md +++ b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md @@ -120,7 +120,13 @@ Reboot the machine, and ensure that you can ssh from host to guest as. ## Build syzkaller - make TARGETARCH=arm64 [CC=/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-g++] +Build syzkaller as described [here](/docs/contributing.md), with `arm64` target: + +``` +CC=gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-g++ +make TARGETARCH=arm64 +``` + ## Modify your config file and start off syzkaller |
