1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-09 09:04:57 +00:00

Adding instructions for creating Kickstart 1.3 executables with m68k-amigaos-gcc

This commit is contained in:
skeetor
2019-09-27 19:36:48 +02:00
parent 654736ce08
commit debf894c6a

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 can be found at `<PREFIX>/m68k-amigaos/ndk13-include` i.E. `/opt/amiga/m68k-amigaos/ndk13-include`