qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] MinGW build
@ 2014-11-26 19:55 Liviu Ionescu
  2014-11-26 20:13 ` Peter Maydell
  0 siblings, 1 reply; 33+ messages in thread
From: Liviu Ionescu @ 2014-11-26 19:55 UTC (permalink / raw)
  To: QEMU Developers; +Cc: Peter Maydell

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

^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2015-12-03 14:30 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-26 19:55 [Qemu-devel] MinGW build Liviu Ionescu
2014-11-26 20:13 ` Peter Maydell
2014-11-26 20:19   ` Stefan Weil
2014-11-26 21:44   ` Liviu Ionescu
2014-11-27 16:43   ` Liviu Ionescu
2014-11-27 19:34     ` Peter Maydell
2014-11-27 19:57       ` Liviu Ionescu
2014-11-27 20:09         ` Stefan Weil
2014-11-27 20:14           ` Liviu Ionescu
2014-11-27 20:18           ` Peter Maydell
2014-11-27 20:27             ` Liviu Ionescu
2014-11-27 22:04               ` Peter Maydell
2014-11-28  0:30                 ` Liviu Ionescu
2014-11-28  7:14             ` Stefan Weil
2014-11-28  8:41               ` Peter Maydell
2015-11-27 18:49               ` Peter Maydell
2015-11-27 19:16                 ` Stefan Weil
2015-11-27 21:05                   ` Peter Maydell
2015-11-29 12:03                     ` Juan Quintela
2015-12-03 11:58                       ` Peter Maydell
2015-12-03 14:15                         ` Peter Maydell
2015-12-03 14:30                           ` Juan Quintela
2015-11-30 13:24                 ` Juan Quintela
2015-11-30 13:29                   ` Stefan Weil
2014-11-27 20:52           ` Liviu Ionescu
2014-11-27 21:14             ` Stefan Weil
2014-11-27 21:38               ` Liviu Ionescu
2014-11-28  6:20                 ` Stefan Weil
2014-11-28  6:23                   ` Liviu Ionescu
2014-11-28  7:03                     ` Stefan Weil
2014-12-01 10:30                       ` Liviu Ionescu
2014-12-01 18:42                         ` Stefan Weil
2014-12-02 18:28                           ` Liviu Ionescu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).