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/`
88
88
## 2) Compiling gdb
89
89
90
90
Clone 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.
92
92
93
93
Work 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.
95
95
II) create a build dir.
96
96
III) 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 `
97
97
IV) 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=(
9
9
" https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.17.tar.gz"
10
10
" https://ftp.gnu.org/pub/gnu/gmp/gmp-6.3.0.tar.xz"
11
11
" 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"
13
13
)
14
14
15
15
function unpack_tarball() {
You can’t perform that action at this time.
0 commit comments