This repository was archived by the owner on Feb 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ network connection or a computer entering sleep.
287287screen -S arm
288288
289289sudo 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
293293or, for development builds:
@@ -296,7 +296,7 @@ or, for development builds:
296296screen -S arm
297297
298298sudo 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
302302To 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
319321The current platform for macOS production builds is a macOS 10.13.6
You can’t perform that action at this time.
0 commit comments