alfishe / amiga-dev

Amiga development environment (VBCC+VASM+VLINK)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.9a

Clone repository

Clone repository with all submodules (vbcc, vlink and vasm) to a local drive:

git clone --recurse-submodules https://github.com/alfishe/amiga-dev.git

or

git clone https://github.com/alfishe/amiga-dev.git
git submodule init
git submodule update

Pull changes / update:

git pull --recurse-submodules

Build

cd src
./build.sh

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/

About

Amiga development environment (VBCC+VASM+VLINK)


Languages

Language:C 76.4%Language:Assembly 21.8%Language:RPC 1.2%Language:SWIG 0.6%Language:Shell 0.0%