tenstorrent / tt-mlir

Tenstorrent MLIR compiler
https://tenstorrent.github.io/tt-mlir/
Apache License 2.0
52 stars 7 forks source link

Docker container with GDB 14.2 #593

Closed sdjordjevicTT closed 1 week ago

sdjordjevicTT commented 2 weeks ago

Can we make the dev docker image contain GDB 14.2?

svuckovicTT commented 2 weeks ago

I've copied this from a slack thread, not sure if the first line is needed though. I've installed the gdb locally this way.

sudo apt install libmpfr-dev -y
wget https://ftp.gnu.org/gnu/gdb/gdb-14.2.tar.gz
tar -xvf gdb-14.2.tar.gz
cd gdb-14.2
./configure