We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e321738 commit 6930c20Copy full SHA for 6930c20
README.md
@@ -3,6 +3,11 @@
3
## Building
4
5
You need an `aarch64-linux-gnu-gcc` cross-compiler toolchain (or a native one, if running on ARM64).
6
+You will also need to install the `aarch64-unknown-none-softfloat` toolchain for rust.
7
+
8
+```shell
9
+$ rustup target add aarch64-unknown-none-softfloat
10
+```
11
12
```shell
13
$ git clone --recursive https://github.com/AsahiLinux/m1n1.git
0 commit comments