• Hello MLAers! We've re-enabled auto-approval for accounts. If you are still waiting on account approval, please check this thread for more information.

GCC on A/UX?

Figure i'd ask here since I have A/UX on a quadra,

Has anyone gotten gcc (GNU C compiler) fully installed and setup on A/UX? If so, please tell me how you did it. I'd like to add some other newer GNU stuff like sudo or bash but they require gcc to compile them. It's been quite some fun trying to get it to work. So many lost CD-R discs trying to get this to work.

Any ideas or help appreaciated!

 
Last edited by a moderator:
Is this on your Quadra 650?  If so, it has onboard Ethernet.  You should get an AAUI to RJ45 transciever so you can use Ethernet instead of burning CD coasters.

 
If I remember correctly, GCC is pre-installed on this image: https://github.com/unxmaal/aux_sdcard

Be aware that it is an older GCC based on the 2.7 series. I planned to port GCC 10 but other things took my time.

You cannot use the GCC patch as-is when cross-compiling, since it requires the native assembler instead of the one from GNU Binutils. It would be nice to use QEMU userspace emulation to run the programs from A/UX…

 
Last edited by a moderator:
Binutils does not require any patches. The version used is 2.10.1. The last version of Binutils to support m68k-coff format is 2.16.1.

GCC requires patches. I ported the patch to 2.7.2.3 in unified format. 





Retro68 exists, but it creates applications for the Macintosh environment, not the UNIX environment. https://github.com/autc04/Retro68

 
Back
Top