mirror of
https://github.com/brain-hackers/lab
synced 2024-12-22 04:00: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
|
||||
|
||||
.PHONY:
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#### Build
|
||||
```sh
|
||||
apt install gcc-arm-linux-gnueabihf
|
||||
pip3 install pyelftools
|
||||
make all
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user