Hi all,
I am trying to clone a library for aros but I need a compiler with ide with similar way how stormC used to do like step by step run and show pointers like if they are doing the jobs.
So what's the best way to do this on windows..
I don't know why you need any special IDE. For small projects like a library, a
Notepad++ is enough. For large projects, you can take something in
JetBrains.
The compiler has nothing to do with this. What you really need is called
toolchain. You can build it or download it from
archive.aros-exec.org.
I commented a lot there about what works and what doesn't.
In the same place, you need a Linux-like environment in Windows for convenient use gcc and other. I use
cygwin.
There is an excellent guide for cross-platform development for AmigaOS 4:
How to build AmigaOS4 cross-compiler (Binutils 2.23.2 & GCC 8.3.0) on CYGWINThis is just adapting for cross-compilation purpose in i386-aros. That's exactly what I did.
Only please, when you upload your builds, write the architecture (like i386-aros, x86_64-aros, etc) in the archive name as adequate people do.
and it is also advisable to write in the field "Requirements" what ABI (ABIv0 or ABI-WIP or ABIv1)