OS4 DepotLogo by Liksmaskaren 
(anonymous IP: 3.145.74.54,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Debug » gdb-5.3.patch.bz2

Gdb-5.3

Description: Patches for gdb 5.3 OS4/SDK
Download: gdb-5.3.patch.bz2       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 317kb
Version: 5.3
Date: 20 Jun 2004
Author: The os4 team
Submitter: Thomas Frieden
Email: ThomasF/hyperion-entertainment biz
Category: development/debug
License: GPL
Distribute: yes
Min OS Version: 4.0
FileID: 63
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 273  (Current version)
273  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
This is a patch for gdb 5.3 to produce the OS4 debugger.

To rebuild the source, get ftp://ftp.gnu.org/pub/gnu/gdb/gdb-5.3.tar.gz. Unpack
the source, change to the directory of the source code, and apply the diff
(unpack it first):

> tar xvzf gdb-5.3.tar.gz
> cd gdb-5.3
> bzcat <path/to/patch/>gdb-5.3.patch.bz2 | patch -p 1

To build the debugger, create a new directory (outside the debugger's source
tree), and configure it:

> mkdir gdb-build
> cd gdb-build
> ../gdb-5.3/configure --host=ppc-amigaos --target=ppc-amigaos --build=<your
build system> --prefix=<path/to/install/to>
> make
> make install

For more information about configuring and building gdb, see the gdb
documentation

Note: Due to a change in the system header files, this source code will
currently not compile. It is provided to comply with the GPL. An updated version
will be available, uh, when it's done.






Copyright © 2004-2024 by Björn Hagström All Rights Reserved