Logo by Nickman (anonymous IP: 18.191.87.157,0) | ||||||||||||
| ||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
 Amigans.net  OpenAmiga  Aminet  UtilityBase  IntuitionBase  AmigaBounty
Support the site
|
[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] 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 (c) 2004-2024 by Björn Hagström All Rights Reserved Amiga OS and its logos are registered trademarks of Hyperion Entertainment |