Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kusma/amiga-dev

Amiga development environment (VBCC+VASM+VLINK)
https://github.com/kusma/amiga-dev

Last synced: 15 days ago
JSON representation

Amiga development environment (VBCC+VASM+VLINK)

Awesome Lists containing this project

README

        

# Amiga-Dev

This is a simple cross-development environment for Amiga-68k (AmigaOS 3.x)
under Windows. It consists of VBCC, VASM, VLINK and PosixLib.

Current build consists of:
- VBCC v0.9g
- VLink v0.16f
- VAsm v1.8i

## Installation

Install everything to "C:\amiga-dev\", add "C:\amiga-dev\bin\" to PATH, and
set the VBCC environment variable to "C:\amiga-dev\targets\m68k-amigaos".
Now you should be good to go.

## Credits

This package contains VBCC, VASM and VLINK, all developed by
Volker Barthelmann - see http://www.compilers.de/ for details.

It also contains libraries and header files from PosixLib for VBCC by
Frank Wille - see http://aminet.net/package/dev/c/vbcc_PosixLib for details.

The trivial build and packaging was done by Erik Faye-Lund, and supplied
only for convenience.

## Building next version by yourself

All was done following excellent guide found at Blitter Studio:
http://blitterstudio.com/setting-up-an-amiga-cross-compiler-windows/ and http://blitterstudio.com/setting-up-an-amiga-cross-compiler-windows-part-2/