My SAM440ep system is currently on it's way to me and I'm looking forward to getting back into Amiga coding. I did a fair bit in the early 90's (mainly debugging tools, game disk operating systems and such) and wrote a few coding articles for LSD.
All of this was in 680x0 so the move to C is going to be interesting! From what I've read on here so far it looks like C (rather than C++) using VBCC is probably the way to go.
Welcome to the family, and for languages there are much to choose, but if you like the C the best option is the gcc, I'll wait your software creations.
~Yes I am a Kiwi, No, I did not appear as an extra in 'Lord of the Rings'~ 1x AmigaOne X5000 2.0GHz 2gM RadeonR9280X AOS4.x 3x AmigaOne X1000 1.8GHz 2gM RadeonHD7970 AOS4.x
I was like you. Developer under 680x0 / 68881/2 ASM, and Amos / AmosPRO on old Amigas. And under PureBASIC / DarkBASIC / DarkBASIC Professional on PC. Acquiring a Sam440 was the beginning of C coding for me :) using gcc ;) Now AmiDARK Engine WIP get good progress :p
@MickJT: PM sent ;)
Regards, AmiDARK.
All we have to decide is what to do with the time that is given to us.
From my point of view current GCC and current VBCC on aos4 make not big deal beetwen. But, vbcc can do smaller and faster code (because Frank optimize it by hands). Lately i use gcc only (because it easy for porting stuff), but vbcc are good for crosscompiling work (like making aos4 binaryes when you have only winaue, or making morphos binaryes, when you have only aos4). + as i say it a bit faster, and maybe have less bugs.