mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
info: m68k-amigaos gcc toolchain bootstrap
|
|
author: Krystian Bacławski <firstname [dot] lastname [at] gmail [dot] com>
|
|
|
|
This project enables one to build m68k-amigaos toolchain on your un*x like
|
|
platform with minimum hassle.
|
|
|
|
Tested on:
|
|
* Ubuntu 10.04 ia32
|
|
|
|
Prerequisites (look at bootstrap.conf file):
|
|
* installed locally:
|
|
- gcc 3.4.6
|
|
- flex
|
|
- make
|
|
* sources from GNU project:
|
|
- gcc 2.95.3
|
|
- binutils 2.9.1
|
|
- bison 1.28
|
|
* Amiga specific sources & binaries:
|
|
- libnix 2.1:
|
|
http://sourceforge.net/projects/libnix/
|
|
- AmigaOS NDK 3.9:
|
|
http://www.haage-partner.de/download/AmigaOS/
|
|
- fd2inline 1.21:
|
|
http://ftp.back2roots.org/geekgadgets/amiga/m68k/alpha/fd2inline/
|
|
- sfdc 1.4:
|
|
http://aminet.net/package/dev/gcc/sfdc/
|
|
- libamiga-bin:
|
|
http://ftp.back2roots.org/geekgadgets/amiga/m68k/snapshots/990529/bin/
|
|
|
|
Usage:
|
|
1) Download sources, and put them into archive directory.
|
|
2) Run bootstrap script.
|
|
3) Wait for the result and if something crashes you can try to reach me.
|
|
|
|
TODO:
|
|
* Testing on:
|
|
- MacOS X 10.7
|
|
- Cygwin
|
|
* Remove dependencies:
|
|
- fd2inline
|
|
- libamiga-bin
|