Mail Archives: djgpp/2014/05/11/19:15:45.1
This the port of GNU debugger (GDB) 7.7.1 to MSDOS/DJGPP.
GDB is a source-level debugger for C, C++, Pascal, Objective-C and many
other languages. GDB can target (i.e., debug programs running on) more
than a dozen different processor architectures, and GDB itself can run
on most popular GNU/Linux, Unix and Microsoft Windows variants.
DJGPP specific changes.
=======================
- There are no DJGPP specific user visible changes.
I have disable the TUI support. If you prefer a build with TUI support
enabled you will have to uncomment the line BUILD_WITH_TUI_SUPPORT=yes
in /djgpp/build.sh.
GDB 7.7.1 is an bug fix update. I do not know if these fixes really do
concern the DJGPP port but I have decided to make it available and to
delete the old port gdb77[a|b|d|s].zip.
- For all DJGPP specific issues that are the same than for the previous port
see:
<http://www.delorie.com/archives/browse.cgi?p=djgpp-announce/2014/05/03/15:50:08>
- Please note that to configure and compile the sources using djdev203 you
will have to replace cat.exe and sort.exe with those versions compiled
with djdev204.
To compile the sources like I have done you will need the following ports:
<ftp://ftp.delorie.com/pub/djgpp/current/v2tk/zlib128b.zip>
<ftp://ftp.delorie.com/pub/djgpp/current/v2tk/pdcur34a.zip>
<ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gmp600b.zip>
<ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mpc102b.zip>
<ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mpfr312b.zip>
or:
<ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/zlib128b.zip>
<ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/pdcur34a.zip>
<ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/gmp600b.zip>
<ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/mpc102b.zip>
<ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/mpfr312b.zip>
As usual, all djgpp specific files (build.sh, diffs, README files, etc.)
are located in the /djgpp directory. The sources have not been configured.
For further information about GDB please read the info docs and NEWS file.
The port consists of the usual four packages that have been compiled
using stock djdev203 and that can be downloaded from ftp.delorie.com
and mirrors as (time stamp 2014-05-10):
GNU debugger 7.7.1 binary and info format documentation:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gdb771b.zip
GNU debugger 7.7.1 bfd, liberty and opcode libraries and headers:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gdb771a.zip
GNU debugger 7.7.1 dvi, html, ps and pdf format documentation:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gdb771d.zip
GNU debugger 7.7.1 source:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gdb771s.zip
The binaries have been produced a second time using the stock version of
djdev204 beta library. This package is available at ftp.delorie.com and
mirrors as (time stamp 2014-05-10):
GNU debugger 7.7.1 binary and info format documentation:
ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/gdb771b.zip
GNU debugger 7.7.1 bfd, liberty and opcode libraries and headers:
ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/gdb771a.zip
Send GDB specific bug reports to <bug-gdb AT gnu DOT org>.
Send suggestions and bug reports concerning the DJGPP port to
comp.os.msdos.djgpp or <djgpp AT delorie DOT com>.
Enjoy.
Guerrero, Juan Manuel <juan DOT guerrero AT gmx DOT de>
- Raw text -