mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-19 03:44:46 -04:00
Enable gdb on toolchain builder (#2789)
As discussed in #2775 (comment) , this pr enables gdb back on the toolchain build scripts. It also updates the README to use the current toolchain name for the gdb section.
This commit is contained in:
parent
2d411b2dc8
commit
dfdc72cb5a
2 changed files with 1 additions and 5 deletions
|
@ -408,7 +408,7 @@ Info : Listening on port 4444 for telnet connections
|
||||||
Then you will be able to either connect through `telnet` or with `gdb`:
|
Then you will be able to either connect through `telnet` or with `gdb`:
|
||||||
|
|
||||||
```
|
```
|
||||||
riscv64-unknown-elf-gdb /path/to/elf
|
risc-none-elf-gdb /path/to/elf
|
||||||
|
|
||||||
(gdb) target remote localhost:3333
|
(gdb) target remote localhost:3333
|
||||||
(gdb) load
|
(gdb) load
|
||||||
|
|
|
@ -60,11 +60,7 @@ BINUTILS_CONFIGURE_OPTS() {
|
||||||
--target=$1
|
--target=$1
|
||||||
--prefix=${INSTALL_DIR}
|
--prefix=${INSTALL_DIR}
|
||||||
--disable-werror
|
--disable-werror
|
||||||
--disable-gdb
|
|
||||||
--disable-nls
|
--disable-nls
|
||||||
--disable-sim
|
|
||||||
--disable-libdecnumber
|
|
||||||
--disable-readline
|
|
||||||
)
|
)
|
||||||
echo "${OPTS[@]}"
|
echo "${OPTS[@]}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue