Am 24.09.2013 17:40, schrieb Paolo Bonzini:
> Il 24/09/2013 16:41, Eric Blake ha scritto:
> > -mno-cygwin is an obsolete command line option, formerly used for
> > cross-compiling from cygwin to mingw. It is NOT used when building
> > for cygwin, and these days, building for mingw should use a pro
Trying to buld qemu 1.6.0 with "MinGW64 unger Cygwin64".
Basically it works with current `configure` script but linker
requres alot of libraries built for MinGW64
$ export CC="x86_64-w64-mingw32-gcc"
$ ./configure --target-list="arm-softmmu" --disable-strip --disable-xen
--disable-kvm --disable
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Il 24/09/2013 16:41, Eric Blake ha scritto:
> -mno-cygwin is an obsolete command line option, formerly used for
> cross-compiling from cygwin to mingw. It is NOT used when building
> for cygwin, and these days, building for mingw should use a proper
2013/9/24 Eric Blake
> -mno-cygwin is an obsolete command line option, formerly used for
> cross-compiling from cygwin to mingw. It is NOT used when building for
> cygwin, and these days, building for mingw should use a proper cross
> compiler (available from cygwin.com) rather than the -mno-cy
On 09/24/2013 07:56 AM, Alexander Voropay wrote:
> Hi!
>
> Can anyone please correct a building qemu-1.6.0 under Cygwin64 ?
>
> ./configure reports non-working "cc" . The gcc is installed and working
>
> $ uname -a
> CYGWIN_NT-6.1 MYWIN-A2 1.7.25(0.270/5/3) 2013-08-31 20:37 x86_64 Cygwin
> ^