Category: Compilers
Show subcategories objects- 44 Atari 16/32 bit
- 0 Clones
- 28 Falcon 030
- 25 Mega STE / STE
- 34 ST
- 16 TT
- 2 Atari magazines
- 18 Documentation
- 2 F.A.Q.
- 4 General
- 46 Programming
- 27 Code snippets
- 8 Compilers
- 14 Graphics
- 2 Languages
- 26 C / C++
- 3 dsp56k assembler
- 5 gfa basic
- 44 m68k assembler
- 6 Sound
- 3 Subsystems
- 6 Tutorials
- 8 Tools
Name | Type |
---|---|
Creating TOS binaries with CMake and cross compiler | wiki |
Cross compiling and setting up of Cygwin and gcc 4.x.x under Windows XP | article |
Debugging TOS binaries created by GNU gcc | article |
Hisoft Devpac 3 manual
Manual for Devpac 3 package, m68k macro assembler compiler, debugger and development environment for Atari ST range of computers. |
file |
How to use VASM m68k assembly code within GCC C/C++ programs
Article explains how to use VASM m68k compiler with modern gcc (4.x) C/C++ compiler. It lists several use-case scenarios and general troubleshooting instructions for linking errors. |
article |
Native coding tools | wiki |
Reducing size of executables produced by gcc
Article explains how to remove libc/libc++ dependencies in m68k gcc compiler. It reduces binary size dramatically. For example the smallest 'Hello world' linked against libc takes ~55kb, which is alot |
article |
Setting up VASM for cross compilation (Cygwin/Linux)
This article describes process of compilation and installation of VASM m68k crossassembler under Cygwin/Linux environment. The procedure should also work under FreeMiNT if you have proper tools and ca |
article |
SDL compilation and installation procedure should work under Linux too. You ha