gdb-cross-compiler
gdb-cross-compiler copied to clipboard
Compiled GDB for various distributions and architectures
Results
1
gdb-cross-compiler issues
Sort by
recently updated
recently updated
newest added
Hi, I've been trying to build gdb with https://github.com/richfelker/musl-cross-make as statically linking is [much better with musl-libc](https://stackoverflow.com/questions/57476533/why-is-statically-linking-glibc-discouraged). I was able to replicate your scripts here by hand using glibc, but...