| Name | Last Modified | Size | Type |
|---|---|---|---|
| ../ | - | Directory | |
| Games/ | 2021-Feb-15 21:13:51 | - | Directory |
| XGAMES/ | 2021-Feb-15 21:39:00 | - | Directory |
| pkgsrc/ | 2021-Feb-18 12:04:18 | - | Directory |
| README.txt | 2021-Mar-21 16:03:49 | 2.3K | text/plain; charset=utf-8 |
| dillo-3.0.5.tar.gz | 2021-Feb-15 21:34:30 | 17.3M | application/x-gtar-compressed |
| dosbox-0.74.tar.gz | 2021-Feb-15 21:34:32 | 11.9M | application/x-gtar-compressed |
| fltk-1.3.5.tar.gz | 2021-Feb-15 21:34:38 | 41.8M | application/x-gtar-compressed |
| gcc-10.2.0-aix-7.2.tar.gz | 2021-Feb-15 21:12:51 | 132.9M | application/x-gtar-compressed |
| gdb-8.3.1.tar.gz | 2021-Feb-16 16:38:48 | 14.7M | application/x-gtar-compressed |
| nokogiri-1.10.3.gem | 2019-Jun-22 09:23:39 | 8.5M | application/octet-stream |
| simh.tar.gz | 2021-Mar-21 16:01:34 | 36.2M | application/x-gtar-compressed |
| xephem-4.0.0.tar.gz | 2021-Feb-15 21:34:42 | 21.8M | application/x-gtar-compressed |
| xerces-c-3.2.3.tar.gz | 2021-Feb-15 21:34:45 | 22.7M | application/x-gtar-compressed |
.... ============== <<<<< >>>>>> ============= ....
___ _______ __ ___________ ____________ _____ ____ ___
/ _ \|_ _\ \ / / |___ / __ \ | ___ \ ___ \/ __ \ / ___| / |
/ /_\ \ | | \ V / / /`' / /' | |_/ / |_/ /| / \// /___ / /| |
| _ | | | / \ / / / / | __/| __/ | | | ___ \/ /_| |
| | | |_| |_/ /^\ \ ./ / ./ /___ | | | | | \__/\| \_/ |\___ |
\_| |_/\___/\/ \/ \_(_) \_____/ \_| \_| \____/\_____/ |_/
- Here is the repo of things I have compiled on AIX 7.2 under Qemu-system-ppc64
- Since the age of M1 things became much faster on the Apple silicon and it
is quite usable now on it (under qemu-system-ppc64 on an arm64 machine)
- All binaries are compiled as 32bit RISC System/6000 executables since XCOFF 64bit
stuff tends to crash a lot under qemu-system-ppc64 on AIX 7.2
GCC 10.2.0 please extract to /usr/local/gcc is configured as follows (took 3 days to build)
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/gcc/libexec/gcc/powerpc-ibm-aix7.2.5.0/10.2.0/lto-wrapper
Target: powerpc-ibm-aix7.2.5.0
Configured with: ./configure --prefix=/usr/local/gcc --mandir=/usr/local/gcc/man --infodir=/usr/local/gcc/info --with-local-prefix=/usr/local/gcc --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --enable-languages=c,c++ --disable-nls --without-gnu-ld --without-gnu-as --disable-libssp --with-isl=/usr/local --with-gmp=/usr/local --with-gmp-include=/usr/local/include --with-gmp-lib=/usr/local/lib/ --with-pmfr=/usr/local/ --with-mpfr-include=/usr/local/include --with-mpfr-lib=/usr/local/lib --with-mpc=/usr/local/ --with-mpc-include=/usr/local/include/ --with-mpc-lib=/usr/local/lib/
Thread model: aix
Supported LTO compression algorithms: zlib
gcc version 10.2.0 (GCC)
Most of the code I have compiled was using GCC 10.2.0
Also some dependecies are from AIX TOOLBOX (opensource) which you can install via yum
- GDB 8.3.1 (RISC System/6000)
(gdb is compiled with GCC 10.2.0 so you need the GCC included here)
(GDB 8.3.1 is configured for /usr/local/gdb so extract the tarball in /usr/local)
- FLTK-1.3.5 + Dillo 3
- Games you can find in Games
- xephem 4.0
- simh - the current simh patched sources + binaries in BIN for AIX 7.2
- dosbox 0.74 (needs SDL_AUDIODRIVER="esd" set in env variable)
- XGAMES (a few X11 older games )