hacksysteam / gdb-cross-compiler

Compiled GDB for various distributions and architectures
GNU General Public License v3.0
28 stars 10 forks source link

Add missing dependecy for Dockerfile #1

Closed matan7890 closed 11 months ago

matan7890 commented 1 year ago

When trying to compile gdbserver, it seems that the apt dependency libc6-dev is missing. Adding it to one of the apt-get install commands solves the problem and allows compiling. It would be nice if you will add it to the Dockerfile. Thanks!

hacksysteam commented 1 year ago

Huh @matan7890 I'm not sure why I didn't fix it yet. Will fix it ASAP