@@ -242,10 +242,10 @@ Connect to the Intel Linux (`xbbi`):
242242caffeinate ssh xbbi
243243```
244244
245- Connect to the Arm Linux (` xbba ` ):
245+ Connect to the Arm Linux (` berry ` ):
246246
247247``` bash
248- caffeinate ssh xbba
248+ caffeinate ssh berry
249249```
250250
251251On all machines, clone the ` xpack-develop ` branch:
@@ -276,21 +276,24 @@ A typical run takes about 80 minutes.
276276On ` xbbi ` :
277277
278278``` bash
279+ bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --all --disable-multilib
280+
279281bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --linux64 --windows64 --disable-multilib
280282bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --linux32 --windows32 --disable-multilib
281283```
282284
283- A typical run on takes about 105 minutes.
285+ A typical run takes about 160+150 minutes.
284286
285- On both Linux machines ( ` xbbi ` and ` xbba ` ) :
287+ On ` berry ` :
286288
287289``` bash
288290bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --arm64 --disable-multilib
289- bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --arm32 --disable-multilib
290291```
291292
292293A typical run takes about 370 minutes.
293294
295+ Please note that the 32-bit build fails with out of memory.
296+
294297### Clean the destination folder for the test binaries
295298
296299On the development machine (` wks ` ) clear the folder where binaries from all
@@ -370,21 +373,21 @@ A typical run takes about 250 minutes.
370373On ` xbbi ` :
371374
372375``` bash
373- bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --linux64 --win64
374- bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --linux32 --win32
376+ bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --all
375377```
376378
377379A typical run takes about 300 minutes.
378380
379- On ` xbba ` :
381+ On ` berry ` :
380382
381383``` bash
382384bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --arm64
383- bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --arm32
384385```
385386
386387A typical run takes about 945 minutes.
387388
389+ Please note that the 32-bit build fails.
390+
388391### Clean the destination folder
389392
390393On the development machine (` wks ` ) clear the folder where binaries from all
0 commit comments