File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ VII) run `cp ./lib/.libs/libiconv.a ./lib/.libs/lib/`
8888## 2) Compiling gdb
8989
9090Clone gdb from sourceware - https://sourceware.org/git/binutils-gdb.git .
91- I checked out to the 15.1 tag.
91+ I checked out to the 15.2 tag.
9292
9393Work according to the following steps:
94- I) Apply my patches (gdb_static.patch). If you are not on the exact tag i used (15.1 ) - you might need to apply them manually, and change some stuff.
94+ I) Apply my patches (gdb_static.patch). If you are not on the exact tag i used (15.2 ) - you might need to apply them manually, and change some stuff.
9595II) create a build dir.
9696III) run ` ../configure --enable-static --with-static-standard-libraries --disable-tui --disable-inprocess-agent --with-libiconv-prefix=<COMPILATION_DIR_PATH>/lib/.libs/ --with-libiconv-type=static `
9797IV) run ` make all-gdb -j$(nproc) ` - for gdbserver, run ` make all-gdbserver -j$(nproc) ` .
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ PACKAGE_URLS=(
99 " https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.17.tar.gz"
1010 " https://ftp.gnu.org/pub/gnu/gmp/gmp-6.3.0.tar.xz"
1111 " https://ftp.gnu.org/pub/gnu/mpfr/mpfr-4.2.1.tar.xz"
12- " https://ftp.gnu.org/gnu/gdb/gdb-15.1 .tar.xz"
12+ " https://ftp.gnu.org/gnu/gdb/gdb-15.2 .tar.xz"
1313)
1414
1515function unpack_tarball() {
You can’t perform that action at this time.
0 commit comments