qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] MinGW build


From: Liviu Ionescu
Subject: [Qemu-devel] MinGW build
Date: Wed, 26 Nov 2014 21:55:43 +0200

since I had some troubles to build QEMU on Windows, I compiled a page with some 
instructions:

        http://gnuarmeclipse.livius.net/wiki/How_to_build_QEMU#Windows

the purpose was to generate a standalone executable, that requires no libraries.


although the procedure is fully functional, I had to apply a small patch, 
basically:

#ifdef __MINGW32__
    #if !defined(ffs)
    #define ffs __builtin_ffs
    #endif
#endif

in several files.


- any suggestions on how to simplify the MinGW build procedure?

- anyone interested in this patch?


regards,

Liviu




reply via email to

[Prev in Thread] Current Thread [Next in Thread]