TODO: Pro's and cons of the various alternatives (vbcc, gcc, others?)
As an alternative to developing on the Amiga itself, you can cross compile. AmiDevCpp provides a Windows based IDE and compilers.
Download MorphOS Software Development Kit and follow instructions. The development kit includes Scribble development environment, GCC, make and other tools.
Download MorphOS Software Development Kit and follow instructions.
* Autorev is a tool to auto-update header contents with versioning/date information
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.