mirror of
https://github.com/brain-hackers/lab
synced 2024-12-22 12:10:04 +09:00
Update x1 README
This commit is contained in:
parent
c997a68459
commit
beb13f7943
@ -1,4 +1,4 @@
|
|||||||
CROSS_COMPILE:=arm-linux-gnueabi-
|
CROSS_COMPILE:=arm-linux-gnueabihf-
|
||||||
AS:=$(CROSS_COMPILE)as
|
AS:=$(CROSS_COMPILE)as
|
||||||
|
|
||||||
.PHONY:
|
.PHONY:
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
#### Build
|
#### Build
|
||||||
```sh
|
```sh
|
||||||
|
apt install gcc-arm-linux-gnueabihf
|
||||||
pip3 install pyelftools
|
pip3 install pyelftools
|
||||||
make all
|
make all
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user