Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 101525f

Browse files
committed
README-BUILD: explicit --arm32
1 parent 5ba17c7 commit 101525f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README-BUILD.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ network connection or a computer entering sleep.
287287
screen -S arm
288288

289289
sudo rm -rf ~/Work/riscv-none-embed-gcc-*
290-
bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/helper/build.sh --develop --disable-multilib --all
290+
bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/helper/build.sh --develop --disable-multilib --arm64 --arm32
291291
```
292292

293293
or, for development builds:
@@ -296,7 +296,7 @@ or, for development builds:
296296
screen -S arm
297297

298298
sudo rm -rf ~/Work/riscv-none-embed-gcc-*
299-
bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/helper/build.sh --develop --without-pdf --disable-tests --disable-multilib --arm32 --arm64
299+
bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/helper/build.sh --develop --without-pdf --disable-tests --disable-multilib --arm64 --arm32
300300
```
301301

302302
To detach from the session, use `Ctrl-a` `Ctrl-d`; to reattach use
@@ -314,6 +314,8 @@ total 702592
314314
-rw-rw-r-- 1 ilg ilg 120 Oct 25 07:31 xpack-riscv-none-embed-gcc-10.1.0-1.2-linux-arm.tar.gz.sha
315315
```
316316

317+
Note: on some versions, the 32-bit Arm binaries could not be built, since the RVV support requires more than 4 GB or RAM.
318+
317319
### Build the macOS binaries
318320

319321
The current platform for macOS production builds is a macOS 10.13.6

0 commit comments

Comments
 (0)