Skip to content

Commit b4c5f89

Browse files
committed
riscv: add gdb-multiarch
1 parent 9425a60 commit b4c5f89

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

riscv-gcc/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ EOF
3737
# Put the compiled binaries into a fresh image.
3838
FROM ubuntu:24.04
3939

40-
# Install host toolchain.
40+
# Install host toolchain and debug tools.
4141
RUN <<EOF
4242
set -e
4343
apt-get -q -y update
4444
apt-get -q -y install --no-install-recommends \
45-
make gcc libc-dev openocd
45+
make gcc libc-dev \
46+
openocd gdb-multiarch
4647
apt-get clean
4748
rm -rf /var/lib/apt/lists/*
4849
EOF

0 commit comments

Comments
 (0)