I've been looking into compiling MAME (
http://mamedev.org) for the
Android platform. Before tinkering with the NDK, I first tried
compiling the code natively on my Vista machine. The only way it
would compile successfully was to use a repackaged mingw toolchain.
"mingw-w64 is the official set compile tools for MAME. It is a
repackaging of the gcc compiler along with the necessary tools, all
ported to Windows. Part of mingw-w64 is an effort to produce Windows-
compatible header files so that you can build executables linked
against standard Windows libraries. This is a very complete solution
for free Windows development, and much lighter weight than the
Microsoft tools."
Will this affect my chances of a successful build with the Android
NDK, or is there a way to incorporate the repackaged toolchain?