Hi all,
I am a spoiled C# developer where installing VisualStudio is the most work of getting ready to build your code.
Now i am looking into what it takes to develop software for AROS 68K and to this seems to be rather complex. But hopefully i am missing some insight here.
From what i have gathered from all the bits and pieces of info is the following workflow. (when developing on windows) But as i said seems overly complicated.
- Setting up a linux VM to compile AROS and in a directory my own application. I saw the "A pre-configured Development environment for AROS" topic.
- Find an editor with codecompletion?
- setting up WINUAE with the harddisk file I found in this topic : "AROS One 68k"
- Compile with 68K target?
- Probably adding some shared diskspace (between linux and WINUAE) where i can compile to or copy my application to and then switch to WINUAE to run it.
- debug? / step through, no idea?
Also there is someone working on optimising gcc for 68k can this be used for AROS?
https://github.com/bebbo/amiga-gccAny help or info would be great!