* [Qemu-devel] compile error ( translate-op.c:36 -op.h:In function `dyng..)
@ 2006-07-20 8:27 Sim
2006-07-20 9:01 ` Jan Marten Simons
0 siblings, 1 reply; 8+ messages in thread
From: Sim @ 2006-07-20 8:27 UTC (permalink / raw)
To: qemu-devel
Hi!
Have you more info about this problem?
http://qemu.dad-answers.com/viewtopic.php?t=1159
Thanks!
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] compile error ( translate-op.c:36 -op.h:In function `dyng..)
2006-07-20 8:27 [Qemu-devel] compile error ( translate-op.c:36 -op.h:In function `dyng..) Sim
@ 2006-07-20 9:01 ` Jan Marten Simons
2006-07-20 9:26 ` Sim
0 siblings, 1 reply; 8+ messages in thread
From: Jan Marten Simons @ 2006-07-20 9:01 UTC (permalink / raw)
To: qemu-devel
Sim wrote:
> Hi!
>
> Have you more info about this problem?
>
> http://qemu.dad-answers.com/viewtopic.php?t=1159
>
Instead of trying to compile 0.80 you might want to try current
cvs-version (link can be found on qemu homepage or the dev-list
archive). It's possible that this problem has been fixed for quite some
time in cvs.
With regards,
Jan
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] compile error ( translate-op.c:36 -op.h:In function `dyng..)
2006-07-20 9:01 ` Jan Marten Simons
@ 2006-07-20 9:26 ` Sim
2006-07-20 10:43 ` Sim
0 siblings, 1 reply; 8+ messages in thread
From: Sim @ 2006-07-20 9:26 UTC (permalink / raw)
To: qemu-devel
Hi!
Sorry, but I have the some problem with qemu-0.8.1
Thanks
> Instead of trying to compile 0.80 you might want to try current
> cvs-version (link can be found on qemu homepage or the dev-list
> archive). It's possible that this problem has been fixed for quite some
> time in cvs.
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] compile error ( translate-op.c:36 -op.h:In function `dyng..)
2006-07-20 9:26 ` Sim
@ 2006-07-20 10:43 ` Sim
2006-07-20 21:04 ` Sim
0 siblings, 1 reply; 8+ messages in thread
From: Sim @ 2006-07-20 10:43 UTC (permalink / raw)
To: qemu-devel
Here my last test for build QEmu.
Thanks.
./configure --disable-gfx-check --target-list=i386-user --disable-sdl
--disable-audio
g -fno-strict-aliasing -fomit-frame-pointer
-mpreferred-stack-boundary=2 -falign-functions=0 -fno-gcse
-fno-reorder-blocks -fno-optimize-sibling-calls -I. -I..
-I/usr/local/src/qemu-0.8.1/target-i386 -I/usr/local/src/qemu-0.8.1
-I/usr/local/src/qemu-0.8.1/linux-user
-I/usr/local/src/qemu-0.8.1/linux-user/i386 -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/usr/local/src/qemu-0.8.1/fpu -DHAS_AUDIO
-I/usr/local/src/qemu-0.8.1/slirp -c -o op.o
/usr/local/src/qemu-0.8.1/target-i386/op.c
../dyngen -o op.h op.o
../dyngen -c -o opc.h op.o
gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I..
-I/usr/local/src/qemu-0.8.1/target-i386 -I/usr/local/src/qemu-0.8.1
-I/usr/local/src/qemu-0.8.1/linux-user
-I/usr/local/src/qemu-0.8.1/linux-user/i386 -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/usr/local/src/qemu-0.8.1/fpu -DHAS_AUDIO
-I/usr/local/src/qemu-0.8.1/slirp -c -o translate-op.o
/usr/local/src/qemu-0.8.1/translate-op.c
In file included from /usr/local/src/qemu-0.8.1/translate-op.c:36:
op.h: In function `dyngen_code':
op.h:5686: error: parse error before ')' token
op.h:5763: error: parse error before ')' token
op.h:5794: error: parse error before ')' token
op.h:5813: error: parse error before ')' token
op.h:5844: error: parse error before ')' token
op.h:5863: error: parse error before ')' token
op.h:6495: error: parse error before ')' token
op.h:6517: error: parse error before ')' token
op.h:6538: error: parse error before ')' token
op.h:6559: error: parse error before ')' token
op.h:6583: error: parse error before ')' token
op.h:7360: error: parse error before ')' token
op.h:7378: error: parse error before ')' token
op.h:7395: error: parse error before ')' token
op.h:7413: error: parse error before ')' token
op.h:7962: error: parse error before ')' token
op.h:7981: error: parse error before ')' token
op.h:8000: error: parse error before ')' token
op.h:8019: error: parse error before ')' token
op.h:8038: error: parse error before ')' token
op.h:8057: error: parse error before ')' token
op.h:8077: error: parse error before ')' token
op.h:8096: error: parse error before ')' token
op.h:8115: error: parse error before ')' token
op.h:8134: error: parse error before ')' token
op.h:8154: error: parse error before ')' token
make[1]: *** [translate-op.o] Error 1
make[1]: Leaving directory `/usr/local/src/qemu-0.8.1/i386-user'
make: *** [all] Error 1
2006/7/20, Sim <simvirus@gmail.com>:
> Hi!
>
> Sorry, but I have the some problem with qemu-0.8.1
>
> Thanks
>
> > Instead of trying to compile 0.80 you might want to try current
> > cvs-version (link can be found on qemu homepage or the dev-list
> > archive). It's possible that this problem has been fixed for quite some
> > time in cvs.
> >
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] compile error ( translate-op.c:36 -op.h:In function `dyng..)
2006-07-20 10:43 ` Sim
@ 2006-07-20 21:04 ` Sim
2006-07-21 9:24 ` Jan Marten Simons
0 siblings, 1 reply; 8+ messages in thread
From: Sim @ 2006-07-20 21:04 UTC (permalink / raw)
To: qemu-devel
Here my last test for build QEmu :-(
./configure --disable-gfx-check --target-list=i386-user --disable-sdl
--disable-audio
g -fno-strict-aliasing -fomit-frame-pointer
-mpreferred-stack-boundary=2 -falign-functions=0 -fno-gcse
-fno-reorder-blocks -fno-optimize-sibling-calls -I. -I..
-I/usr/local/src/qemu-0.8.1/target-i386 -I/usr/local/src/qemu-0.8.1
-I/usr/local/src/qemu-0.8.1/linux-user
-I/usr/local/src/qemu-0.8.1/linux-user/i386 -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/usr/local/src/qemu-0.8.1/fpu -DHAS_AUDIO
-I/usr/local/src/qemu-0.8.1/slirp -c -o op.o
/usr/local/src/qemu-0.8.1/target-i386/op.c
../dyngen -o op.h op.o
../dyngen -c -o opc.h op.o
gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I..
-I/usr/local/src/qemu-0.8.1/target-i386 -I/usr/local/src/qemu-0.8.1
-I/usr/local/src/qemu-0.8.1/linux-user
-I/usr/local/src/qemu-0.8.1/linux-user/i386 -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/usr/local/src/qemu-0.8.1/fpu -DHAS_AUDIO
-I/usr/local/src/qemu-0.8.1/slirp -c -o translate-op.o
/usr/local/src/qemu-0.8.1/translate-op.c
In file included from /usr/local/src/qemu-0.8.1/translate-op.c:36:
op.h: In function `dyngen_code':
op.h:5686: error: parse error before ')' token
op.h:5763: error: parse error before ')' token
op.h:5794: error: parse error before ')' token
op.h:5813: error: parse error before ')' token
op.h:5844: error: parse error before ')' token
op.h:5863: error: parse error before ')' token
op.h:6495: error: parse error before ')' token
op.h:6517: error: parse error before ')' token
op.h:6538: error: parse error before ')' token
op.h:6559: error: parse error before ')' token
op.h:6583: error: parse error before ')' token
op.h:7360: error: parse error before ')' token
op.h:7378: error: parse error before ')' token
op.h:7395: error: parse error before ')' token
op.h:7413: error: parse error before ')' token
op.h:7962: error: parse error before ')' token
op.h:7981: error: parse error before ')' token
op.h:8000: error: parse error before ')' token
op.h:8019: error: parse error before ')' token
op.h:8038: error: parse error before ')' token
op.h:8057: error: parse error before ')' token
op.h:8077: error: parse error before ')' token
op.h:8096: error: parse error before ')' token
op.h:8115: error: parse error before ')' token
op.h:8134: error: parse error before ')' token
op.h:8154: error: parse error before ')' token
make[1]: *** [translate-op.o] Error 1
make[1]: Leaving directory `/usr/local/src/qemu-0.8.1/i386-user'
make: *** [all] Error 1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] compile error ( translate-op.c:36 -op.h:In function `dyng..)
2006-07-20 21:04 ` Sim
@ 2006-07-21 9:24 ` Jan Marten Simons
2006-07-21 14:00 ` Sim
0 siblings, 1 reply; 8+ messages in thread
From: Jan Marten Simons @ 2006-07-21 9:24 UTC (permalink / raw)
To: qemu-devel
Sim wrote:
> Here my last test for build QEmu :-(
>
>
> ./configure --disable-gfx-check --target-list=i386-user --disable-sdl
> --disable-audio
>
> g -fno-strict-aliasing -fomit-frame-pointer
> -mpreferred-stack-boundary=2 -falign-functions=0 -fno-gcse
> -fno-reorder-blocks -fno-optimize-sibling-calls -I. -I..
> -I/usr/local/src/qemu-0.8.1/target-i386 -I/usr/local/src/qemu-0.8.1
> -I/usr/local/src/qemu-0.8.1/linux-user
> [...]
You're still not using the most up-to-date version (from CVS*).
Additionally more information on your host system would be helpful.
With regards,
Jan
*) http://savannah.nongnu.org/cvs/?group=qemu
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] compile error ( translate-op.c:36 -op.h:In function `dyng..)
2006-07-21 9:24 ` Jan Marten Simons
@ 2006-07-21 14:00 ` Sim
2006-07-21 17:41 ` Sim
0 siblings, 1 reply; 8+ messages in thread
From: Sim @ 2006-07-21 14:00 UTC (permalink / raw)
To: qemu-devel
> You're still not using the most up-to-date version (from CVS*).
> Additionally more information on your host system would be helpful.
Hi Jan !
Thanks for your reply and CVS address.
Here my configure and make per CVS version.
----------------------------------------------------------------------
# ./configure --disable-gfx-check --disable-sdl --disable-audio
--target-list=i386-softmmu
which: no texi2html in
(/sbin:/usr/sbin:/usr/ucb:/bin:/usr/bin:/etc:/usr/local/bin:/opt/xsentry/sbin:/root/bin)
Install prefix /usr/local
BIOS directory /usr/local/share/qemu
binary directory /usr/local/bin
Manual directory /usr/local/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path /usr/local/src/qemu
C compiler gcc
Host C compiler gcc
make make
install install
host CPU i386
host big endian no
target list i386-softmmu
gprof enabled no
profiler no
static build no
SDL support no
mingw32 support no
Adlib support no
CoreAudio support no
ALSA support no
DSound support no
FMOD support no
kqemu support yes
Documentation no
----------------------------------------------------------------------
# make
gcc -DQEMU_TOOL -Wall -O2 -g -fno-strict-aliasing -I. -g -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o qemu-img qemu-img.c
block.c block-cow.c block-qcow.c aes.c block-vmdk.c block-cloop.c
block-dmg.c block-bochs.c block-vpc.c block-vvfat.c -lz
gcc -Wall -O2 -g -fno-strict-aliasing -I. -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o dyngen dyngen.c
make -C i386-softmmu all
make[1]: Entering directory `/usr/local/src/qemu/i386-softmmu'
gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I..
-I/usr/local/src/qemu/target-i386 -I/usr/local/src/qemu -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/usr/local/src/qemu/fpu
-DHAS_AUDIO -I/usr/local/src/qemu/slirp -c -o vl.o
/usr/local/src/qemu/vl.c
/usr/local/src/qemu/vl.c: In function `init_get_clock':
/usr/local/src/qemu/vl.c:547: error: `CLOCK_MONOTONIC' undeclared
(first use in this function)
/usr/local/src/qemu/vl.c:547: error: (Each undeclared identifier is
reported only once
/usr/local/src/qemu/vl.c:547: error: for each function it appears in.)
/usr/local/src/qemu/vl.c: In function `get_clock':
/usr/local/src/qemu/vl.c:559: error: `CLOCK_MONOTONIC' undeclared
(first use in this function)
make[1]: *** [vl.o] Error 1
make[1]: Leaving directory `/usr/local/src/qemu/i386-softmmu'
make: *** [subdir-i386-softmmu] Error 2
root@doncamillo /usr/local/src/qemu# vi /usr/local/src/qemu/vl.c
Now the error is different!
----------------------------------------------------------------------
My host is a Trustix Linux version 2.2 ( http://www.trustix.org )
The packages installed are:
# rpm -qa | grep gcc
gcc-cpp-3.3.4-3tr
gcc-c++-devel-3.3.4-3tr
gcc-runtime-3.3.4-3tr
gcc-3.3.4-3tr
gcc-c++-runtime-3.3.4-3tr
# uname -a
Linux test 2.4.32-1tr #1 Wed Feb 8 12:58:36 GMT 2006 i686 i686 i386 GNU/Linux
For my test I'm using VmWare and HP DL380:
Performance - Xeon 3.4 GHz
Fattore di forma Montabile in rack - 2 U
Dimensioni (LxPxH) 44.5 cm x 66.1 cm x 8.6 cm
Processore 2 x Intel Xeon 3.4 GHz
RAM 2 GB (installati) / 12 GB (max) - DDR II SDRAM - ECC - 400 MHz - PC2-3200
Storage controller RAID ( Ultra320 SCSI ) ( Smart Array 6i Controller )
Controller grafico ATI RAGE XL - 8 MB
Networking Scheda di rete - PCI-X - Ethernet, Fast Ethernet, Gigabit Ethernet
Cache per processore 1 MB
If you need more info don't esitate to contact me.
Thanks!
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] compile error ( translate-op.c:36 -op.h:In function `dyng..)
2006-07-21 14:00 ` Sim
@ 2006-07-21 17:41 ` Sim
0 siblings, 0 replies; 8+ messages in thread
From: Sim @ 2006-07-21 17:41 UTC (permalink / raw)
To: qemu-devel
Hi!
And this whit
./configure --disable-gfx-check --disable-sdl --disable-audio
--target-list=i386-user
../dyngen -o op.h op.o
../dyngen -c -o opc.h op.o
gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I..
-I/usr/local/src/qemu/target-i386 -I/usr/local/src/qemu
-I/usr/local/src/qemu/linux-user -I/usr/local/src/qemu/linux-user/i386
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/usr/local/src/qemu/fpu -DHAS_AUDIO -I/usr/local/src/qemu/slirp -c
-o translate-op.o /usr/local/src/qemu/translate-op.c
In file included from /usr/local/src/qemu/translate-op.c:36:
op.h: In function `dyngen_code':
op.h:5704: error: parse error before ')' token
op.h:5781: error: parse error before ')' token
op.h:5812: error: parse error before ')' token
op.h:5831: error: parse error before ')' token
op.h:5862: error: parse error before ')' token
op.h:5881: error: parse error before ')' token
op.h:6513: error: parse error before ')' token
op.h:6535: error: parse error before ')' token
op.h:6556: error: parse error before ')' token
op.h:6577: error: parse error before ')' token
op.h:6601: error: parse error before ')' token
op.h:7378: error: parse error before ')' token
op.h:7396: error: parse error before ')' token
op.h:7413: error: parse error before ')' token
op.h:7431: error: parse error before ')' token
op.h:7980: error: parse error before ')' token
op.h:7999: error: parse error before ')' token
op.h:8018: error: parse error before ')' token
op.h:8037: error: parse error before ')' token
op.h:8056: error: parse error before ')' token
op.h:8075: error: parse error before ')' token
op.h:8095: error: parse error before ')' token
op.h:8114: error: parse error before ')' token
op.h:8133: error: parse error before ')' token
op.h:8152: error: parse error before ')' token
op.h:8172: error: parse error before ')' token
make[1]: *** [translate-op.o] Error 1
make[1]: Leaving directory `/usr/local/src/qemu/i386-user'
make: *** [subdir-i386-user] Error 2
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-07-21 17:42 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-20 8:27 [Qemu-devel] compile error ( translate-op.c:36 -op.h:In function `dyng..) Sim
2006-07-20 9:01 ` Jan Marten Simons
2006-07-20 9:26 ` Sim
2006-07-20 10:43 ` Sim
2006-07-20 21:04 ` Sim
2006-07-21 9:24 ` Jan Marten Simons
2006-07-21 14:00 ` Sim
2006-07-21 17:41 ` Sim
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).