emu48-mirror/Sources/GCCPatch/README.TXT

38 lines
1.1 KiB
Text
Raw Normal View History

2024-03-19 22:37:03 +01:00
*********************
* 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
2024-03-19 22:37:54 +01:00
of the compiler and the necessary files is MinGW at www.mingw.org.
2024-03-19 22:37:03 +01:00
Emu48 was tested with the following MinGW file versions:
MinGW-3.1.0-1.exe
w32api-3.10.tar.gz
mingw-runtime-3.13.tar.gz
mingw32-make-3.81-2.tar.gz
binutils-2.16.91-20060119-1.tar.gz
gcc-core-3.4.5-20060117-1.tar.gz
or
w32api-3.11.tar.gz
mingw-runtime-3.14.tar.gz
mingw32-make-3.81-20080326.tar.gz
binutils-2.18.50-20080109-2.tar.gz
gcc-core-3.4.5-20060117-1.tar.gz
2024-03-19 22:38:33 +01:00
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.
2024-03-19 22:37:54 +01:00
2024-03-19 22:37:03 +01:00
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<74>rrez for his work on making Emu48 GCC
compatible.
07/27/10 (c) by Christoph Gie<69>elink