Skip to content

Commit

Permalink
Enable gdb on toolchain builder (openhwgroup#2789)
Browse files Browse the repository at this point in the history
As discussed in openhwgroup#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.
  • Loading branch information
valentinThomazic authored Feb 25, 2025
1 parent 2d411b2 commit dfdc72c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
```
riscv64-unknown-elf-gdb /path/to/elf
risc-none-elf-gdb /path/to/elf

(gdb) target remote localhost:3333
(gdb) load
Expand Down
4 changes: 0 additions & 4 deletions util/toolchain-builder/config/global.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,7 @@ BINUTILS_CONFIGURE_OPTS() {
--target=$1
--prefix=${INSTALL_DIR}
--disable-werror
--disable-gdb
--disable-nls
--disable-sim
--disable-libdecnumber
--disable-readline
)
echo "${OPTS[@]}"
}
Expand Down

0 comments on commit dfdc72c

Please sign in to comment.