building 3.2.1 cross-compiler

Nehal nehal@canada.com
Thu Feb 6 06:04:00 GMT 2003


Hi,

i have successfully built for target = i386-mingw32msvc,
i have compiled many libraries (ie SDL) and programs
and tested under win32 and seems to be working fine..

one change i did need to do in the source:

lines 25,26 i changed from:

	char *zfrom;
	char *zto;

to the following:

	const char *zfrom;
	const char *zto;

other than that it worked with no errors,
many warnings though

Nehal



More information about the Gcc mailing list