qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Problem compiling under mingw32
  2004-07-03 18:34 [Qemu-devel] more OS X patch help Fred Hope
@ 2004-07-03 19:10 ` Natalia Portillo
  2004-07-03 19:12   ` Filip Navara
  0 siblings, 1 reply; 6+ messages in thread
From: Natalia Portillo @ 2004-07-03 19:10 UTC (permalink / raw)
  To: qemu-devel

When I try to compile the lastest CVS QEMU from mingw32
qemu-system-ppc-softmmu shows an error (attached below), and the
qemu-system-i386-softmmu only shows standard output (help and monitor) when
running under MSYS, under the win32 command line it shows nothing.

Any idea?

$ make
for d in i386-softmmu ppc-softmmu; do \
make -C $d all || exit 1 ; \
        done
make[1]: Entering directory `/home/Claunia/qemu/i386-softmmu'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/Claunia/qemu/i386-softmmu'
make[1]: Entering directory `/home/Claunia/qemu/ppc-softmmu'
gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I.
-I/home/Claunia/qemu/target-ppc -I/home/Claunia/qemu -D_GNU_SOURCE -c -o
vl.o /home/Claunia/qemu/vl.c
In file included from c:/ARCHIV~1/MingW/include/windef.h:246,
                 from c:/ARCHIV~1/MingW/include/windows.h:48,
                 from C:/Archivos de
programa/MinGW/MSYS/home/Claunia/qemu/vl.c:60:
c:/ARCHIV~1/MingW/include/winnt.h:97: parse error before numeric constant
C:/Archivos de programa/MinGW/MSYS/home/Claunia/qemu/vl.c:1205: warning:
`term_exit' defined but not used
make[1]: *** [vl.o] Error 1
make[1]: Leaving directory `/home/Claunia/qemu/ppc-softmmu'
make: *** [all] Error 1

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

* Re: [Qemu-devel] Problem compiling under mingw32
  2004-07-03 19:10 ` [Qemu-devel] Problem compiling under mingw32 Natalia Portillo
@ 2004-07-03 19:12   ` Filip Navara
  2004-07-04  5:25     ` kazu
  0 siblings, 1 reply; 6+ messages in thread
From: Filip Navara @ 2004-07-03 19:12 UTC (permalink / raw)
  To: qemu-devel


Natalia Portillo wrote:

>When I try to compile the lastest CVS QEMU from mingw32
>qemu-system-ppc-softmmu shows an error (attached below), and the
>qemu-system-i386-softmmu only shows standard output (help and monitor) when
>running under MSYS, under the win32 command line it shows nothing.
>
>Any idea?
>  
>
Please, please...not again. I have sent patch for this two times to the 
list, please search the archives.

Regards,
Filip

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

* RE: [Qemu-devel] Problem compiling under mingw32
@ 2004-07-03 19:40 claunia
  2004-07-03 19:54 ` J. Mayer
  0 siblings, 1 reply; 6+ messages in thread
From: claunia @ 2004-07-03 19:40 UTC (permalink / raw)
  To: qemu-devel

Patch applied, but it does not solve the no text output if no under msys.

Also I think that the patch should be commited to CVS.

Any idea?

> -----Mensaje original-----
> De: qemu-devel-bounces+iosglpgc=teleline.es@nongnu.org 
> [mailto:qemu-devel-bounces+iosglpgc=teleline.es@nongnu.org] 
> En nombre de Filip Navara
> Enviado el: sábado, 03 de julio de 2004 20:13
> Para: qemu-devel@nongnu.org
> Asunto: Re: [Qemu-devel] Problem compiling under mingw32
> 
> 
> Natalia Portillo wrote:
> 
> >When I try to compile the lastest CVS QEMU from mingw32 
> >qemu-system-ppc-softmmu shows an error (attached below), and the 
> >qemu-system-i386-softmmu only shows standard output (help 
> and monitor) 
> >when running under MSYS, under the win32 command line it 
> shows nothing.
> >
> >Any idea?
> >  
> >
> Please, please...not again. I have sent patch for this two 
> times to the list, please search the archives.
> 
> Regards,
> Filip
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel

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

* RE: [Qemu-devel] Problem compiling under mingw32
  2004-07-03 19:40 claunia
@ 2004-07-03 19:54 ` J. Mayer
  0 siblings, 0 replies; 6+ messages in thread
From: J. Mayer @ 2004-07-03 19:54 UTC (permalink / raw)
  To: qemu-devel

On Sat, 2004-07-03 at 21:40, claunia@claunia.com wrote:
> Patch applied, but it does not solve the no text output if no under msys.
> 
> Also I think that the patch should be commited to CVS.

Sure not !
It completely breaks the PPC emulation:
with this patch, there is no link register anymore, so the PPC code
can't call or return from functions anymore !

> ginal-----
> > De: qemu-devel-bounces+iosglpgc=teleline.es@nongnu.org 
> > [mailto:qemu-devel-bounces+iosglpgc=teleline.es@nongnu.org] 
> > En nombre de Filip Navara
> > Enviado el: sábado, 03 de julio de 2004 20:13
> > Para: qemu-devel@nongnu.org
> > Asunto: Re: [Qemu-devel] Problem compiling under mingw32
> > 
> > 
> > Natalia Portillo wrote:
> > 
> > >When I try to compile the lastest CVS QEMU from mingw32 
> > >qemu-system-ppc-softmmu shows an error (attached below), and the 
> > >qemu-system-i386-softmmu only shows standard output (help 
> > and monitor) 
> > >when running under MSYS, under the win32 command line it 
> > shows nothing.
> > >
> > >Any idea?
> > >
> > Please, please...not again. I have sent patch for this two 
> > times to the list, please search the archives.
> > 
> > Regards,
> > Filip

-- 
J. Mayer <l_indien@magic.fr>
Never organized

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

* RE: [Qemu-devel] Problem compiling under mingw32
@ 2004-07-03 20:05 Natalia Portillo
  0 siblings, 0 replies; 6+ messages in thread
From: Natalia Portillo @ 2004-07-03 20:05 UTC (permalink / raw)
  To: qemu-devel

#ifdef WIN32 -> Then it only breaks the PPC under Win32 (ok it is already
not working, so its not a problem until a better solution is get).

Or this, or making the configure not allowing compilation of PPC
emulation under win32 right now.

I think both of these will be better than having a compile error that
stops before compiling the utils, etc.

> -----Mensaje original-----
> De: qemu-devel-bounces+iosglpgc=teleline.es@nongnu.org 
> [mailto:qemu-devel-bounces+iosglpgc=teleline.es@nongnu.org] 
> En nombre de J. Mayer
> Enviado el: sábado, 03 de julio de 2004 20:54
> Para: qemu-devel@nongnu.org
> Asunto: RE: [Qemu-devel] Problem compiling under mingw32
> 
> On Sat, 2004-07-03 at 21:40, claunia@claunia.com wrote:
> > Patch applied, but it does not solve the no text output if 
> no under msys.
> > 
> > Also I think that the patch should be commited to CVS.
> 
> Sure not !
> It completely breaks the PPC emulation:
> with this patch, there is no link register anymore, so the 
> PPC code can't call or return from functions anymore !
> 
> > ginal-----
> > > De: qemu-devel-bounces+iosglpgc=teleline.es@nongnu.org
> > > [mailto:qemu-devel-bounces+iosglpgc=teleline.es@nongnu.org]
> > > En nombre de Filip Navara
> > > Enviado el: sábado, 03 de julio de 2004 20:13
> > > Para: qemu-devel@nongnu.org
> > > Asunto: Re: [Qemu-devel] Problem compiling under mingw32
> > > 
> > > 
> > > Natalia Portillo wrote:
> > > 
> > > >When I try to compile the lastest CVS QEMU from mingw32 
> > > >qemu-system-ppc-softmmu shows an error (attached below), and the 
> > > >qemu-system-i386-softmmu only shows standard output (help
> > > and monitor)
> > > >when running under MSYS, under the win32 command line it
> > > shows nothing.
> > > >
> > > >Any idea?
> > > >
> > > Please, please...not again. I have sent patch for this 
> two times to 
> > > the list, please search the archives.
> > > 
> > > Regards,
> > > Filip
> 
> --
> J. Mayer <l_indien@magic.fr>
> Never organized
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel

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

* Re: [Qemu-devel] Problem compiling under mingw32
  2004-07-03 19:12   ` Filip Navara
@ 2004-07-04  5:25     ` kazu
  0 siblings, 0 replies; 6+ messages in thread
From: kazu @ 2004-07-04  5:25 UTC (permalink / raw)
  To: qemu-devel

Hi, Filip.

I added your patch on my site on June 29th. Thank you.

http://www.h7.dion.ne.jp/~qemu-win/

Hi, Natalia. I collected patches for mingw and provide exectables. Please
see my site.

Regards,
kazu

Sunday, July 04, 2004 4:12 AM Filip Navara wrote:
>
> Natalia Portillo wrote:
>
> >When I try to compile the lastest CVS QEMU from mingw32
> >qemu-system-ppc-softmmu shows an error (attached below), and the
> >qemu-system-i386-softmmu only shows standard output (help and monitor)
when
> >running under MSYS, under the win32 command line it shows nothing.
> >
> >Any idea?
> >
> >
> Please, please...not again. I have sent patch for this two times to the
> list, please search the archives.
>
> Regards,
> Filip
>

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

end of thread, other threads:[~2004-07-04  5:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-03 20:05 [Qemu-devel] Problem compiling under mingw32 Natalia Portillo
  -- strict thread matches above, loose matches on Subject: below --
2004-07-03 19:40 claunia
2004-07-03 19:54 ` J. Mayer
2004-07-03 18:34 [Qemu-devel] more OS X patch help Fred Hope
2004-07-03 19:10 ` [Qemu-devel] Problem compiling under mingw32 Natalia Portillo
2004-07-03 19:12   ` Filip Navara
2004-07-04  5:25     ` kazu

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).