[hatari-users] Hatari Win32 builds with mingw |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-users Archives
]
- To: hatari-users@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-users] Hatari Win32 builds with mingw
- From: Douglas Little <doug694@xxxxxxxxxxxxxx>
- Date: Sun, 27 Jan 2013 12:28:16 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=OdMMKqP9ksE9P7kUU2hELHJv7H7g4tyfFK2ufwIdN78=; b=fO0QMAdFOGVQ+wBqxg3n2GKmS9c3IQIJ3VVsPiJ1gAqM+1dWgS5D/oTUo3wGa9itik PlBcWQ2iR/0xy9IJ9wvGkXL39j3/W1lpnGgdXZ96f4F/vqYcI26OeJKrqMzeu6WcOfAF vquZLsK5VrtihH+d0tQWoft9n8Oe2N3B3r/5tZAne2o4D2Xtlci7nVkD83lCXP80Mp+S Ja3fu+hyZMe1x/KT/Gv86k4BStfXoXXSBXH2UsJGrscXs+Ghy9UFXcYcM3LzNRgXQAZx Xb3fP9tHg+tn8WLsiqTyxNG9K46IRhG1R5MwTvLy7hgjfrXZGJWY6iSAlszO+REhJ2Pv Dqcw==
Hello,
Is there a guide in existence describing how to building a Win32 executable of Hatari from a Linux environment?
I had a quick try from Cygwin using this (from the hatari/build path):
cmake -DCMAKE_TOOLCHAIN_FILE=Toolchain-mingw32.cmake ..; make clean; make
...however it just created another (nonworking) Cygwin executable as if -DCMAKE_TOOLCHAIN_FILE had been ignored and I didn't notice any errors from cmake regarding mingw... there could be an environmental configuration issue on my system or I could be invoking the build in the wrong way.
Any kind of 'first steps build guide' would be handy for quickly eliminating mistakes/misunderstandings at my side and getting access to the new Hatari profiling features.
Note: A native Cygwin build does complete without errors and produces an executable, but when run it exits with an SDL configuration / missing video device error. This is probably also an environmental/SDL config problem at my side but it seems like less trouble to just follow the MinGW build procedure others have been using?
Any help or links appreciated!
Doug.