emu48-mirror/Sources/GCCPatch/README.TXT
Gwenhael Le Moine 478b7f6efe
2006-11-24: Updated to version 1.42
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
2024-03-19 23:35:29 +01:00

48 lines
1.2 KiB
Text

*********************
* Emu48 GCC Version *
*********************
Emu48 is normally compiled with the Microsoft Visual C++ V6.0 compiler. An
alternative is the GCC compiler from the GNU project. A great distribution
of the compiler and the necessary files is MinGW at www.mingw.org.
Emu48 was tested with the following MinGW file versions:
MinGW-3.1.0-1.exe
or
MinGW-3.1.0-1.exe
w32api-2.5.tar.gz
mingw-runtime-3.3.tar.gz
binutils-2.15.90-20040222-1.tar.gz
gcc-core-3.4.1-20040711-1.tar.gz
or
MinGW-3.1.0-1.exe
w32api-3.3.tar.gz
mingw-runtime-3.8.tar.gz
binutils-2.16.91-20050827-1.tar.gz
gcc-core-3.4.4-20050522-1.tar.gz
or
MinGW-3.1.0-1.exe
w32api-3.7.tar.gz
mingw-runtime-3.9.tar.gz
binutils-2.16.91-20060119-1.tar.gz
gcc-core-3.4.5-20060117-1.tar.gz
Older versions of the MinGW package might not work, because there are several
bug fixes, especially in the header files, made in the last time.
Because of some inconsistences in the current MinGW distribution you have to
add the files of this archive to the actual Emu48 source files.
Many thanks to Pedro A. Arranda Gutiérrez for his work on making Emu48 GCC
compatible.
08/16/06 (c) by Christoph Gießelink