Warning: Failed to find return code
Args to subprocess:
riscv32-unknown-elf-gdb -ex 'set confirm off' -ex 'set style enabled off' -ex 'set height 0' -ex 'file aha-mont64' -ex 'target remote | riscv32-gdbserver -c ri5cy --stdin' -ex 'stepi' -ex 'stepi' -ex 'load' -ex 'break start_trigger' -ex 'break stop_trigger' -ex 'break _exit' -ex 'jump *_start' -ex 'monitor cyclecount' -ex 'continue' -ex 'monitor cyclecount' -ex 'continue' -ex 'print $a0' -ex 'detach' -ex 'quit'
GNU gdb (GDB) 12.0.50.20211007-git
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "--host=x86_64-pc-linux-gnu --target=riscv32-unknown-elf".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
Reading symbols from aha-mont64...
(No debugging symbols found in aha-mont64)
Remote debugging using | riscv32-gdbserver -c ri5cy --stdin
Breakpoint 1 at 0x10458
Breakpoint 2 at 0x1045c
Breakpoint 3 at 0x1070c
/bin/bash: riscv32-gdbserver: command not found
Remote communication error. Target disconnected.: Connection reset by peer.
The program is not being run.
The program is not being run.
You can't do that when your target is `exec'
The program is not being run.
"monitor" command not supported by this target.
The program is not being run.
"monitor" command not supported by this target.
The program is not being run.
No registers.
The program is not being run.
Warning: Failed to find return code
Args to subprocess:
riscv32-unknown-elf-gdb -ex 'set confirm off' -ex 'set style enabled off' -ex 'set height 0' -ex 'file crc32' -ex 'target remote | riscv32-gdbserver -c ri5cy --stdin' -ex 'stepi' -ex 'stepi' -ex 'load' -ex 'break start_trigger' -ex 'break stop_trigger' -ex 'break _exit' -ex 'jump *_start' -ex 'monitor cyclecount' -ex 'continue' -ex 'monitor cyclecount' -ex 'continue' -ex 'print $a0' -ex 'detach' -ex 'quit'
GNU gdb (GDB) 12.0.50.20211007-git
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "--host=x86_64-pc-linux-gnu --target=riscv32-unknown-elf".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
Reading symbols from crc32...
(No debugging symbols found in crc32)
Remote debugging using | riscv32-gdbserver -c ri5cy --stdin
Breakpoint 1 at 0x1023e
Breakpoint 2 at 0x10242
Breakpoint 3 at 0x10528
/bin/bash: riscv32-gdbserver: command not found
Remote communication error. Target disconnected.: Connection reset by peer.
The program is not being run.
The program is not being run.
You can't do that when your target is `exec'
The program is not being run.
"monitor" command not supported by this target.
The program is not being run.
"monitor" command not supported by this target.
The program is not being run.
No registers.
The program is not being run.
......
I have used the following configuration to run ./build.py
and build sucessfully build-2022-03-07-141006.log Then I tried to find benchmark speed using the following.
But I was not able to get the desired output.
This is the obtained log.
speed-2022-03-07-141200.log