From beb13f79432b0aeee8699a38ef4cbaa2a0943d43 Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Thu, 4 Mar 2021 02:19:24 +0900 Subject: [PATCH] Update x1 README --- x1/Makefile | 2 +- x1/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/x1/Makefile b/x1/Makefile index 1faf865..9a4bf0a 100644 --- a/x1/Makefile +++ b/x1/Makefile @@ -1,4 +1,4 @@ -CROSS_COMPILE:=arm-linux-gnueabi- +CROSS_COMPILE:=arm-linux-gnueabihf- AS:=$(CROSS_COMPILE)as .PHONY: diff --git a/x1/README.md b/x1/README.md index 5dbc408..11d1df2 100644 --- a/x1/README.md +++ b/x1/README.md @@ -6,6 +6,7 @@ #### Build ```sh +apt install gcc-arm-linux-gnueabihf pip3 install pyelftools make all ```