Name | Type |
---|---|
Creating TOS binaries with CMake and cross compiler | wiki |
Creating TOS binaries with gcc cross-compiler and SCONS
scons, m68k-atari-mint-gcc, c, c++, m68k, cross compilation, makefiles, atari, ST, STe, Atari Falcon030, Atari TT |
wiki |
Cross compiling and setting up of Cygwin and gcc 4.x.x under Windows XP
__note:__ The Cygwin installation part is little outdated, because there is windows installer which set's up everything. SDL compilation and installation procedure should work under Linux too. You ha |
article |
Debugging TOS binaries created by GNU gcc | article |
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 |
Incorporating m68k assembly code (GNU GAS) in GCC C/C++ programs
Article explains how to use m68k GAS(GNU Assembler) in C/C++ programs. It also covers inline assembly. |
article |
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 |