embench / embench-iot

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

Failed to compute speed benchmarks for riscv #157

Closed richunorman-1 closed 2 years ago

richunorman-1 commented 2 years ago

I have run ./build_all.py

./build_all.py --arch riscv32 --chip generic --board ri5cyverilator --cc riscv64-unknown-elf-gcc --cflags="-c -O2 -ffunction-sections -march=rv64imac_zba_zbb_zbc_zbs_zicsr_zifencei -mabi=lp64" --ldflags="-Wl,-gc-sections" --user-libs="-lm" --clean

and build the embench without warning or error. build-2022-03-03-111703.log and run the benchmark-speed using the following arguments

./benchmark_speed.py --absolute --target-module run_gdbserver_sim --gdb-command riscv64-unknown-elf-gdb --gdbserver-command riscv32-gdbserver --gdbserver-target ri5cy

But failed to compute the benchmark.Here is the log file. speed-2022-03-03-111841.log