Update x1 README

This commit is contained in:
Takumi Sueda 2021-03-04 02:19:24 +09:00
parent c997a68459
commit beb13f7943
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CROSS_COMPILE:=arm-linux-gnueabi-
CROSS_COMPILE:=arm-linux-gnueabihf-
AS:=$(CROSS_COMPILE)as
.PHONY:

View File

@ -6,6 +6,7 @@
#### Build
```sh
apt install gcc-arm-linux-gnueabihf
pip3 install pyelftools
make all
```