Skip to content

Commit 6e5cf97

Browse files
committed
READMEs updates
1 parent 237ac27 commit 6e5cf97

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README-MAINTAINER.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ triggered via the VS Code graphical interface, using the
147147

148148
#### Temporarily disable multilib
149149

150-
In the `scripts.application.sh` enable the `WITHOUT_MULTILIB="y"` definition.
150+
In the `scripts/application.sh` enable the `WITHOUT_MULTILIB="y"` definition.
151151

152152
#### Patches
153153

@@ -461,6 +461,11 @@ For `xbbli` & `xbbla64` start two runners:
461461

462462
From here it'll be cloned on the production machines.
463463

464+
### Check for disk space
465+
466+
Check if the build machines have enough free space and eventually
467+
do some cleanups.
468+
464469
### Manually trigger the build GitHub Actions
465470

466471
To trigger the GitHub Actions builds, use the xPack actions:
@@ -505,11 +510,11 @@ To trigger the GitHub Actions builds, use the same xPack actions as before.
505510

506511
## Durations & results
507512

508-
The full builds take about 14 hours (3h30 without multilib):
513+
The full builds take about 14 hours (3h30 without multi-libs):
509514

510515
- `xbbmi`: 6h20 (1h00)
511-
- `xbbma`: 2h22 (23m)
512-
- `xbbli`: 2h51 (2h49 Linux, 2h51 Windows; without multi-lib: 37m Linux, 33m Windows)
516+
- `xbbma`: 2h22 (0h23)
517+
- `xbbli`: 2h51 (2h49 Linux, 2h51 Windows; without multi-libs: 0h37 Linux, 0h33 Windows)
513518
- `xbbla64`: 13h33 (3h30)
514519
- `xbbla32`: 14h00 (3h15)
515520

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ a dependency for a project is quite easy:
6868
cd my-project
6969
xpm init # Only at first use.
7070

71-
xpm install @xpack-dev-tools/riscv-none-elf-gcc@latest
71+
xpm install @xpack-dev-tools/riscv-none-elf-gcc@latest --verbose
7272

7373
ls -l xpacks/.bin
7474
```
@@ -92,7 +92,7 @@ For xPacks aware tools, like the **Eclipse Embedded C/C++ plug-ins**,
9292
it is also possible to install GNU RISC-V Embedded GCC globally, in the user home folder:
9393

9494
```sh
95-
xpm install --global @xpack-dev-tools/riscv-none-elf-gcc@latest
95+
xpm install --global @xpack-dev-tools/riscv-none-elf-gcc@latest --verbose
9696
```
9797

9898
Eclipse will automatically

0 commit comments

Comments
 (0)