1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-20 22:51:28 +00:00

Merge pull request #124 from skeetor/development

Adding instructions for creating Kickstart 1.3 executables
This commit is contained in:
Stefan "Bebbo" Franke
2019-10-21 20:14:24 +02:00
committed by GitHub

View File

@ -106,3 +106,13 @@ make clean-prefix
date; make all -j3 >&b.log; date
```
takes roughly 10 minutes on my laptop running ubuntu. takes forever running cygwin on windows^^.
## Kickstart 1.3
If you plan to develop for Kickstart 1.3 you should use `-mcrt=nix13` in your compiler commandline
```
m68k-amigaos-gcc test.cpp -mcrt=nix13
```
The include files for 1.3 - which are picked up by the compiler if `-mcrt=nix13` is used - can be found at `<PREFIX>/m68k-amigaos/ndk13-include` i.E. `/opt/amiga/m68k-amigaos/ndk13-include`