Cross-compiling / 2012-02-13 09:59:17

To cross-compile Classic AmigaOS programs on Windows, there are two choices:

Using AmiDevCpp

TO BE CONTINUED

Using Cygwin and GCC

  1. A Window-operated computer and Cygwin installed: Cygwin provides a good documentation so I won't repeat it here. I will assume that
  2. A cross-compiler: Zerohero provides everything that you need on this Web page, which provides all the details to install the cross-compiler without problems. Unfortunately as of 2012/02/13 this page is down, so I try to reproduce below the steps as well as provide the required files:
    1. Download the cross-compiler GCC v3.4.0 at m68k-amigaos-gcc-3.4.0.tar.
    2. Extract the content of m68k-amigaos-gcc-3.4.0.tar into /usr/local/.
    3. Download the cross-compiler utils v2.14 at m68k-amigaos-binutils-2.14.tar.
    4. Extract the content of m68k-amigaos-binutils-2.14.tar into /usr/local/amiga/bin.
    5. Download the LibNIX v1.2 libraries at libnix-1.2.tar.
    6. Extract the content of libnix-1.2.tar into /usr/local/.
    7. Download the IXEmul v48.0 libraries at ixemul-48.0.tar.
    8. Extract the content of ixemul-48.0.tar into /usr/local/.