From debf894c6a0eb095ea88e1814a8d774a7786ecbc Mon Sep 17 00:00:00 2001 From: skeetor Date: Fri, 27 Sep 2019 19:36:48 +0200 Subject: [PATCH] Adding instructions for creating Kickstart 1.3 executables with m68k-amigaos-gcc --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ba6403b..d6e9512 100644 --- a/README.md +++ b/README.md @@ -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 `/m68k-amigaos/ndk13-include` i.E. `/opt/amiga/m68k-amigaos/ndk13-include`