Menu
Features
Categories
Audio (347)
Datatype (51)
Demo (204)
Development (609)
Document (24)
Driver (98)
Emulation (153)
Game (1029)
Graphics (510)
Library (119)
Network (236)
Office (67)
Utility (938)
Video (72)
Total files: 4457
Full index fileRecent index file Links
Amigans.net Aminet IntuitionBase Hyperion Entertainment A-Eon Amiga Future
Support the site
Binutils
Download: binutils.patch.bz2 (TIPS: Use the right click menu if your browser takes you back here all the time) Size: 476kb
Version: 2.14
Date: 20 Jun 2004
Author: The OS4 team
Email: ThomasF/hyperion-entertainment biz
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 62
Downloads: 217 (Current version)
217 (Accumulated)
Votes: 0 (0/0) (30 days/7 days)
This is a patch for binutils to produce OS4 binutils.
To rebuild the source, get
ftp://ftp.gnu.org/pub/gnu/binutils/binutils-2.14.tar.gz. Unpack the source,
change to the directory of the source code, and apply the diff (unpack it
first):
> tar xvzf binutils-2.14.tar.gz
> cd binutils-2.14
> bzcat <path/to/patch/>binutils-2.14.patch.bz2 | patch -p 1
To build the binutils, create a new directory (outside binutils source tree),
and configure it:
> mkdir binutils-build
> cd binutils-build
> ../binutils-2.14/configure --host=<desired host system> --target=ppc-amigaos
--build=<your build system> --prefix=<path/to/install/to>
> make
> make install
For more information about configuring and building binutils, see the binutils
documentation
Note: You need to build these before building the compiler. The compiler build
process needs binutils first.