Skip to content

Commit

Permalink
Change build.sh to build FSF GDB not riscv-gdb
Browse files Browse the repository at this point in the history
  • Loading branch information
mwachs5 committed Feb 13, 2020
1 parent f67b413 commit 85d93b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ check_version() {
check_version automake 1.14 "OpenOCD build"
check_version autoconf 2.64 "OpenOCD build"
build_project riscv-openocd --prefix=$RISCV --enable-remote-bitbang --enable-jtag_vpi --disable-werror

build_project riscv-isa-sim --prefix=$RISCV
build_project riscv-gnu-toolchain --prefix=$RISCV
build_project fsf-binutils-gdb --prefix=$RISCV --target=riscv64-unknown-elf
build_project riscv-gnu-toolchain --prefix=$RISCV --disable-gdb
CC= CXX= build_project riscv-pk --prefix=$RISCV --host=riscv64-unknown-elf
build_project riscv-tests --prefix=$RISCV/riscv64-unknown-elf

Expand Down

2 comments on commit 85d93b5

@SaltedFishLZ
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not using the RISC-V GDB?

@mwachs5
Copy link
Contributor Author

@mwachs5 mwachs5 commented on 85d93b5 Dec 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RISC-V GDB is unmaintained, now that work is done on the upstream GDB.

Please sign in to comment.