Skip to content

Releases: adtools/amigaos-cross-toolchain

Latest release by old maintainer

09 Dec 18:36
Compare
Choose a tag to compare
v0.1

Disable amitools due to TLS 1.2 problem.

Toolchain for Cygwin x86 (32-bit)

09 Jan 21:40
Compare
Choose a tag to compare

Works on Windows 10 x64!

How to install?

Unpack archive in such a way that you can invoke /opt/m68k-amigaos/bin/m68k-amigaos-gcc compiler, then add /opt/m68k-amigaos/bin to your PATH variable.

How did I build it?

  • install cygwin for x86 (NOT x86-64!!!) and select wget during installation
  • install apt-cyg from command line
  • using apt-cyg install added following software packages:
    • git
    • python2
    • python2-devel
    • python2-setuptools
    • gcc-core
    • gcc-g++
    • gperf
    • patch
    • bison
    • make
    • libncurses-devel
  • run git clone https://github.com/cahirwpz/amigaos-cross-toolchain.git
  • run ./toolchain-m68k --prefix=/opt/m68k-amigaos build