embench / embench-iot

The main Embench repository
https://www.embench.org/
GNU General Public License v3.0
259 stars 105 forks source link

User guide disagrees with build_all.py script #78

Open Roger-Shepherd opened 4 years ago

Roger-Shepherd commented 4 years ago

The user guide says:

--chip: This mandatory argument ... --board: This mandatory argument...

In build_all.py they are not mandatory and have the default value "default"

Roger-Shepherd commented 3 years ago

9 months on and not a single comment on this!

It's easy to fix this either way.

I suspect that changing the script may break some people's builds. Any build relying on the current behaviour of the script will generate an error.

I propose changing the documentation to match the script.

indumathiraju commented 2 years ago

Is Embench working on --arch Riscv64

jeremybennett commented 2 years ago

@Roger-Shepherd Just realized I haven't paid attention to this. Please do update the documentation!

@indumathiraju I'm not aware of any work on 64-bit RISC-V. Embench IoT is aimed at small microcontrollers, but there is no reason why it cannot be made to work on 64-bit cores.