Re: help compilation qemu

2020-05-24 Thread Hans-Bernhard Bröker
Am 24.05.2020 um 17:30 schrieb Juan carlos Rebate via Cygwin: [Can you _please_ cut down on the TOFU? Thanks ] Hi Caba, I know qemu-system-i386 because the official binary is that \ size.As for the command used I use this:x86_64-w64-mingw32- this way it

Re: help compilation qemu

2020-05-24 Thread Eliot Moss
Dear Juan Carlos: I think by "command" we mean the full command line, plus information about the version of the compiler, etc. Regards - Eliot Moss -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Re: help compilation qemu

2020-05-24 Thread Juan carlos Rebate via Cygwin
Hi Caba, I know qemu-system-i386 because the official binary is that size.As for the command used I use this:x86_64-w64-mingw32- this way it compiles perfectly except for the file sizes, if I add the option - s the error Bash option -s unknown, I use 64-bit El dom., 24 may. 2020 11:32, Csaba

Re: help compilation qemu

2020-05-24 Thread Csaba Ráduly via Cygwin
Hi Juan Carlos, On 24/05/2020 02:08, Juan carlos Rebate via Cygwin wrote: ... 1 the compiler is extremely slow, gcc on Linux is about 10 times faster, How could I speed up the compilation process?. Unfortunately, Cygwin's emulation of fork() is slow compared to the native Linux

help compilation qemu

2020-05-23 Thread Juan carlos Rebate via Cygwin
Good morning, in a previous post I was debating with some nice users (for technical reasons I can't retrieve that thread)The point is that although the qemu wiki says it can't compile with cygwin for 64-bit it actually can, and for technical reasons I haven't been able to communicate it before,The

Re: help compilation qemu

2020-05-03 Thread Maarten Hoes via Cygwin
Hi, On Sun, May 3, 2020 at 4:54 PM Eliot Moss wrote: > On 5/3/2020 8:52 AM, Maarten Hoes via Cygwin wrote: > > Hrm. > > > > That's odd. I just installed MSYS2 and followed the instructions provided > > in the QEMU wiki for MSYS2, and all preparatory steps of running > >

Re: help compilation qemu

2020-05-03 Thread Eliot Moss
On 5/3/2020 8:52 AM, Maarten Hoes via Cygwin wrote: Hrm. That's odd. I just installed MSYS2 and followed the instructions provided in the QEMU wiki for MSYS2, and all preparatory steps of running msys2/pacman/git/configure (only excluding the actual 'make' for compilation) work as expected.

Re: help compilation qemu

2020-05-03 Thread Maarten Hoes via Cygwin
Hrm. That's odd. I just installed MSYS2 and followed the instructions provided in the QEMU wiki for MSYS2, and all preparatory steps of running msys2/pacman/git/configure (only excluding the actual 'make' for compilation) work as expected. There must be a difference between our

Re: help compilation qemu

2020-05-02 Thread Juan carlos Rebate via Cygwin
Yes, pkconfig is among the requirements although today in 2020 that package is not in cygwin, due to the scarce documentation in this regard, I will try to see if a cross-compilation is feasible. El sáb., 2 may. 2020 23:47, Vanda Vodkamilkevich < vanda.vodkamilkev...@gmail.com> escribió: > Le

Re: help compilation qemu

2020-05-02 Thread Juan carlos Rebate via Cygwin
I can't use msys2 because when I use the Syu command it is not able to resolve the download url,The only missing component is mingw64-686-pkconfig, all other components if they are in cygwin El sáb., 2 may. 2020 22:24, Maarten Hoes escribió: > Hi, > > I have no personal experience with this,

Re: help compilation qemu

2020-05-02 Thread Maarten Hoes via Cygwin
Hi, I have no personal experience with this, but when I take a look at the QEMU wiki, it seems that : [1] Builds with cygwin are not really supported. https://wiki.qemu.org/Hosts/W32#Native_builds_with_Cygwin [2] A supported way of building QEMU on Windows is with MSYS2

Re: help compilation qemu

2020-05-02 Thread Juan carlos Rebate via Cygwin
I'm already aware of the availability of binaries for windows, but I want to compile it myself, I ask because qemu documentation is sparse. El sáb., 2 may. 2020 21:39, john doe escribió: > On 5/2/2020 9:28 PM, Juan carlos Rebate via Cygwin wrote: > > Hello, it is the first time that I write

Re: help compilation qemu

2020-05-02 Thread john doe
On 5/2/2020 9:28 PM, Juan carlos Rebate via Cygwin wrote: > Hello, it is the first time that I write here, sorry for the possible > malfunctions of the mailing list.I am interested in compiling qemu with > cygwin and the documentation is scarce, it only indicates that the > environment is complete

help compilation qemu

2020-05-02 Thread Juan carlos Rebate via Cygwin
Hello, it is the first time that I write here, sorry for the possible malfunctions of the mailing list.I am interested in compiling qemu with cygwin and the documentation is scarce, it only indicates that the environment is complete but it does not indicate all the necessary components,The