Table of Contents

Setting up a basic C/C++ development environment

TODO: Pro's and cons of the various alternatives (vbcc, gcc, others?)

Preconfigured environments

AmiDevCpp

As an alternative to developing on the Amiga itself, you can cross compile. AmiDevCpp provides a Windows based IDE and compilers.

MorphOS

Download MorphOS Software Development Kit and follow instructions. The development kit includes Scribble development environment, GCC, make and other tools.

Setting up vbcc

Setting up gcc

MorphOS

Download MorphOS Software Development Kit and follow instructions.

Other

FIXME

Shared tools

* Autorev is a tool to auto-update header contents with versioning/date information

Make

Fd2pragma

AmigaOS uses “fd” files to describe the API to libraries. Fd2pragma is a tool that generates various types of header files and link libraries to handle interfacing to the libraries. For most system libraries the appropriate files should be includes in the NDK, but for third party libraries you may need to generate the header files yourself using this tool.

FIXME