Skip to content
Stefan "Bebbo" Franke edited this page Jun 7, 2018 · 12 revisions

Welcome to Amiga-Gcc

This project provides you a configuration to download, configur and build a cross-compiler toolchain for the classic AmigaOS with 68k based cpus.

Supported Plattforms

It's known to build properly on Centos 7.5 64 bit, Cygwin 32/64bit, Linux Mint 17.10, Ubuntu 17.*/18.* and OSX. Guess more plattforms will do.

How to build/update

git pull
make update -j
make all -j4

To clean run

make clean clean-prefix -j
Clone this wiki locally