Skip to content

plainspooky/atari-st-gcc

Repository files navigation

Atari ST GCC setup

GEM screenshot

Setup a virtual machine with Vagrant and installs MiNT's tool chain for GCC 4.x and download the latest version of EmuTOS. Also includes a configuration file for Hatari and sample C source code.

Just run:

vagrant up

So, just wait provision ends.

Few tips:

  • Edit your code inside ./src structure, in virtual machine it's mapped as /vagrant/src;
  • Use vagrant ssh to access the virtual machine and vagrant help for more details;
  • To compile, use m68k-atari-mint-gcc «program».c -o «program».tos;
  • To start Hatari, run hatari -c hatari.conf, this configuration file uses EmuTOS instead TOS;
  • In Hatari ./src is mapped as C: drive;
  • Press «Contro»+«Z» to open EmuCON2;
  • Happy Hacking!

About

A simple setup to run GCC 4.x tool chain for MiNT and some C code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published