Amiga.org

Amiga computer related discussion => Amiga/MorphOS/AROS Programmers Forum => Topic started by: NinjaCyborg on October 28, 2018, 02:15:00 PM

Title: What is the baseline setup for OS3 development tooling everyone is using now?
Post by: NinjaCyborg on October 28, 2018, 02:15:00 PM
Since having common tooling is necessary to make collaborative open source development easy, I wondered what is the baseline setup for tooling everyone uses these days? I assume some combination of the NDK3.5 and 3.9, together with SASC if you have it or GCC (but which version?) or VBCC if you don't. Do people use clib2 on OS3 now as their main C lib? Is there a known good amiga.lib? I remember the 3.9 one had some problems back in the day. What about installation location, assigns setup, tooling setup, default stack sizes, debugging tools and other supporting tools. Is there a modern version of geekgadgets that can build recent linux stuff?
Title: Re: What is the baseline setup for OS3 development tooling everyone is using now?
Post by: krashan on October 29, 2018, 08:38:06 AM
My setup is GCC 2.95.3, 3.1 SDK. Do not use C stdlib at all.
Title: Re: What is the baseline setup for OS3 development tooling everyone is using now?
Post by: NinjaCyborg on October 29, 2018, 09:05:22 AM
OK so I assume you don't ever work with other people's code, no open source projects, no porting from other platforms.