From deef5fbc83e37ac11b9513d3e146b03b8c0b7d45 Mon Sep 17 00:00:00 2001 From: Willem de Bruijn Date: Wed, 3 Jul 2019 12:47:40 -0400 Subject: 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. --- docs/linux/setup_linux-host_qemu-vm_arm-kernel.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'docs/linux/setup_linux-host_qemu-vm_arm-kernel.md') diff --git a/docs/linux/setup_linux-host_qemu-vm_arm-kernel.md b/docs/linux/setup_linux-host_qemu-vm_arm-kernel.md index 315c2240d..0c74c4273 100644 --- a/docs/linux/setup_linux-host_qemu-vm_arm-kernel.md +++ b/docs/linux/setup_linux-host_qemu-vm_arm-kernel.md @@ -104,8 +104,13 @@ ssh should succeed. # syzkaller -Build `syzkaller` with `make TARGETARCH=arm`. Create manager config `arm.cfg` -similar to the following one (changing paths as necessary): +Build syzkaller as described [here](/docs/contributing.md), with `arm` target: + +``` +make TARGETOS=linux TARGETARCH=arm +``` + +Create manager config `arm.cfg` similar to the following one (changing paths as necessary): ``` { -- cgit mrf-deployment