Add RISC-V benchmarks to bench2

This commit is contained in:
2024-12-09 10:47:01 +01:00
committed by Rodrigo Arias Mallo
parent a818bd14b6
commit eb1dc238b1
6 changed files with 96 additions and 35 deletions

View File

@@ -26,3 +26,16 @@ To dump a ROM without the ELF header:
$ nix build .\#nixosConfigurations.lagarto-hun.config.system.build.kernel.configfile
$ nix build .\#nixosConfigurations.lagarto-hun.config.system.build.kernel
```
## Interactive build of rvb
```
hut% cd .../nixos-riscv
hur% nix develop .#nixosConfigurations.qemu-lagarto-ox.pkgs.rvb
hut$ mkdir /tmp/foo
hut$ cd /tmp/foo
hut$ genericBuild
...
error...
hut$ make ...
```