Skip to main content
Home Forums 68kMLA GCC-based cross compiler for 68K Macs — #3
Post #3 by Elfen
Source Forum68kMLA
CategoryDevelopment
Post DateSat, 13 Sep 2014 - 03:27
Original URLhttps://68kmla.org/bb/threads/gcc-based-cross-compiler-for-68k-macs.140/
Post
Hello everyone :)

If you're like me, then you've been frustrated that THINK C++ 7.0 doesn't support all the newest features from the C++11 standard.

Well, you probably aren't.

But anyway, I've managed to get the GNU C/C++ Compiler (version 4.7) to cross-compile from modern day Linux or Mac OS X to System 6:

https://github.com/autc04/Retro68

So, I hope that people will soon start writing new software for my old Mac SE :)

That's nice and all but you will still need a resource Editor (ResEdit is good start) to create your resources and then a way to tie your resource forks with your data/program forks which are needed to create an app for systems .97 to OS 9.2.2.

Programming on Mac was never easy.

mp.ls