aboutsummaryrefslogtreecommitdiffstats
path: root/docs/setup_linux-host_qemu-vm_arm64-kernel.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-10-10 14:19:49 +0200
committerGitHub <noreply@github.com>2017-10-10 14:19:49 +0200
commit3874fcc32343b4346dcf68b91280accea847ee19 (patch)
treed51429b1904aa00a4eff6e192650ae40b70dddfe /docs/setup_linux-host_qemu-vm_arm64-kernel.md
parent9a2368f5f5ce602a48a7bc00b3182ad7fae715a7 (diff)
Update setup_linux-host_qemu-vm_arm64-kernel.md
Diffstat (limited to 'docs/setup_linux-host_qemu-vm_arm64-kernel.md')
-rw-r--r--docs/setup_linux-host_qemu-vm_arm64-kernel.md13
1 files changed, 1 insertions, 12 deletions
diff --git a/docs/setup_linux-host_qemu-vm_arm64-kernel.md b/docs/setup_linux-host_qemu-vm_arm64-kernel.md
index b9f60533d..8dc0a4e73 100644
--- a/docs/setup_linux-host_qemu-vm_arm64-kernel.md
+++ b/docs/setup_linux-host_qemu-vm_arm64-kernel.md
@@ -119,18 +119,7 @@ Reboot the machine, and ensure that you can ssh from host to guest as.
## Build syzkaller
-Native-compile the syz-manager:
-
- $GOROOT/bin/go build -o bin/syz-manager ./syz-manager
-
-Cross-compile the syz-fuzzer, syz-execprog:
-
- GOARCH=arm64 $GOROOT/bin/go build -o bin/syz-fuzzer ./syz-fuzzer
- GOARCH=arm64 $GOROOT/bin/go build -o bin/syz-execprog ./syz-execprog
-
-Cross-compile the syz-executor (Note that the cross compiler should be the same as the one used to compile the Linux kernel):
-
- /gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-g++ executor/executor.cc -O1 -g -Wall -static -o bin/syz-executor -lpthread
+ make TARGETARCH=arm64 [CC=/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-g++]
## Modify your config file and start off syzkaller