qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Compilation broken in SVN version and a debug register


From: Balazs Attila-Mihaly \(Cd-MaN\)
Subject: Re: [Qemu-devel] Compilation broken in SVN version and a debug register question
Date: Wed, 23 Apr 2008 22:19:46 -0700 (PDT)

> Yes. Maybe the patches here help:
> http://lists.gnu.org/archive/html/qemu-devel/2008-03/msg00320.html

Unfortunately no. Probably half of the problem is that the patch doesn't apply 
cleanly to SVN HEAD. Got the following errors during applying the patch:

2 out of 21 hunks FAILED -- saving rejects to file 
qemu/target-i386/translate.c.rej
1 out of 34 hunks FAILED -- saving rejects to file 
qemu/target-i386/ops_sse.h.rej



When trying to still compile it, I get:

/home/cdman/qemu/qemu/tcg/tcg-op.h:216: error: redefinition of 
'tcg_gen_helper_0_3'
/home/cdman/qemu/qemu/tcg/tcg-op.h:204: error: previous definition of 
'tcg_gen_helper_0_3' was here
/home/cdman/qemu/qemu/target-i386/translate.c:2427: error: 
`gen_op_punpckldq_xmm' undeclared here (not in a function)
/home/cdman/qemu/qemu/target-i386/translate.c:2427: error: initializer element 
is not constant
/home/cdman/qemu/qemu/target-i386/translate.c:2427: error: (near initialization 
for `sse_op_table1[20][0]')
/home/cdman/qemu/qemu/target-i386/translate.c:2427: error: 
`gen_op_punpcklqdq_xmm' undeclared here (not in a function)
/home/cdman/qemu/qemu/target-i386/translate.c:2427: error: initializer element 
is not constant

and so on. When fixing the first error (indeed tcg_gen_helper_0_3 was present 
twice??) I still the remaining errors:

/home/cdman/qemu/qemu/target-i386/translate.c:2427: error: 
`gen_op_punpckldq_xmm' undeclared here (not in a function)
/home/cdman/qemu/qemu/target-i386/translate.c:2427: error: initializer element 
is not constant
/home/cdman/qemu/qemu/target-i386/translate.c:2427: error: (near initialization 
for `sse_op_table1[20][0]')
/home/cdman/qemu/qemu/target-i386/translate.c:2427: error: 
`gen_op_punpcklqdq_xmm' undeclared here (not in a function)
/home/cdman/qemu/qemu/target-i386/translate.c:2427: error: initializer element 
is not constant
/home/cdman/qemu/qemu/target-i386/translate.c:2427: error: (near initialization 
for `sse_op_table1[20][1]')
/home/cdman/qemu/qemu/target-i386/translate.c:2427: error: initializer element 
is not constant
/home/cdman/qemu/qemu/target-i386/translate.c:2427: error: (near initialization 
for `sse_op_table1[20]')
/home/cdman/qemu/qemu/target-i386/translate.c:2428: error: 
`gen_op_punpckhdq_xmm' undeclared here (not in a function)
...



      __________________________________________________________
Sent from Yahoo! Mail.
A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html




reply via email to

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