Mail Archives: cygwin/2007/04/08/00:28:34
------=_NextPart_000_000E_01C77963.DB8295C0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
When I try to compile applications now, I get the following errors (see err=
or.txt). These are standard libraries and headers. Is there some script t=
hat I can run that will fix this? I have already tried to reinstall cygwin.
------=_NextPart_000_000E_01C77963.DB8295C0
Content-Type: text/plain;
name="error.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="error.txt"
make -C i386-softmmu all
make[1]: Entering directory `/home/personal/sourceCode/qemu/i386-softmmu'
gcc -Wall -O2 -g -fno-strict-aliasing -I. -I.. -I/home/personal/sourceCode/=
qemu/target-i386 -I/home/personal/sourceCode/qemu -D_GNU_SOURCE -D_FILE_OFF=
SET_BITS=3D64 -D_LARGEFILE_SOURCE -I/home/personal/sourceCode/qemu/fpu -DHA=
S_AUDIO -I/home/personal/sourceCode/qemu/slirp -mno-cygwin -c -o vl.o /hom=
e/personal/sourceCode/qemu/vl.c
In file included from /home/personal/sourceCode/qemu/vl.c:24:
/home/personal/sourceCode/qemu/vl.h:28:20: stdlib.h: No such file or direct=
ory
/home/personal/sourceCode/qemu/vl.h:29:19: stdio.h: No such file or directo=
ry
/home/personal/sourceCode/qemu/vl.h:31:20: string.h: No such file or direct=
ory
/home/personal/sourceCode/qemu/vl.h:32:22: inttypes.h: No such file or dire=
ctory
In file included from /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/syslimits.h=
:7,
from /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/limits.h:11,
from /home/personal/sourceCode/qemu/vl.h:33,
from /home/personal/sourceCode/qemu/vl.c:24:
/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/limits.h:122:61: limits.h: No suc=
h file or directory
In file included from /home/personal/sourceCode/qemu/vl.c:24:
/home/personal/sourceCode/qemu/vl.h:34:18: time.h: No such file or directory
/home/personal/sourceCode/qemu/vl.h:35:19: ctype.h: No such file or directo=
ry
/home/personal/sourceCode/qemu/vl.h:36:19: errno.h: No such file or directo=
ry
/home/personal/sourceCode/qemu/vl.h:37:20: unistd.h: No such file or direct=
ory
/home/personal/sourceCode/qemu/vl.h:38:19: fcntl.h: No such file or directo=
ry
/home/personal/sourceCode/qemu/vl.h:39:22: sys/stat.h: No such file or dire=
ctory
In file included from /home/personal/sourceCode/qemu/vl.c:24:
/home/personal/sourceCode/qemu/vl.h:57: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.h: In function `realpath':
/home/personal/sourceCode/qemu/vl.h:63: warning: implicit declaration of fu=
nction `_fullpath'
/home/personal/sourceCode/qemu/vl.h:63: error: `_MAX_PATH' undeclared (firs=
t use in this function)
/home/personal/sourceCode/qemu/vl.h:63: error: (Each undeclared identifier =
is reported only once
/home/personal/sourceCode/qemu/vl.h:63: error: for each function it appears=
in.)
In file included from /home/personal/sourceCode/qemu/vl.h:84,
from /home/personal/sourceCode/qemu/vl.c:24:
/home/personal/sourceCode/qemu/audio/audio.h: At top level:
/home/personal/sourceCode/qemu/audio/audio.h:88: error: parse error before =
"uint64_t"
/home/personal/sourceCode/qemu/audio/audio.h:88: warning: no semicolon at e=
nd of struct or union
/home/personal/sourceCode/qemu/audio/audio.h:89: warning: type defaults to =
`int' in declaration of `QEMUAudioTimeStamp'
/home/personal/sourceCode/qemu/audio/audio.h:89: warning: data definition h=
as no type or storage class
/home/personal/sourceCode/qemu/audio/audio.h:125: error: parse error before=
"QEMUAudioTimeStamp"
/home/personal/sourceCode/qemu/audio/audio.h:126: error: parse error before=
"AUD_get_elapsed_usec_out"
/home/personal/sourceCode/qemu/audio/audio.h:126: error: parse error before=
"QEMUAudioTimeStamp"
/home/personal/sourceCode/qemu/audio/audio.h:126: warning: type defaults to=
`int' in declaration of `AUD_get_elapsed_usec_out'
/home/personal/sourceCode/qemu/audio/audio.h:126: warning: data definition =
has no type or storage class
/home/personal/sourceCode/qemu/audio/audio.h:142: error: parse error before=
"QEMUAudioTimeStamp"
/home/personal/sourceCode/qemu/audio/audio.h:143: error: parse error before=
"AUD_get_elapsed_usec_in"
/home/personal/sourceCode/qemu/audio/audio.h:143: error: parse error before=
"QEMUAudioTimeStamp"
/home/personal/sourceCode/qemu/audio/audio.h:143: warning: type defaults to=
`int' in declaration of `AUD_get_elapsed_usec_in'
/home/personal/sourceCode/qemu/audio/audio.h:143: warning: data definition =
has no type or storage class
/home/personal/sourceCode/qemu/audio/audio.h: In function `advance':
/home/personal/sourceCode/qemu/audio/audio.h:147: error: `uint8_t' undeclar=
ed (first use in this function)
/home/personal/sourceCode/qemu/audio/audio.h:147: error: `d' undeclared (fi=
rst use in this function)
/home/personal/sourceCode/qemu/audio/audio.h: At top level:
/home/personal/sourceCode/qemu/audio/audio.h:151: error: parse error before=
"popcount"
/home/personal/sourceCode/qemu/audio/audio.h:151: error: parse error before=
"u"
/home/personal/sourceCode/qemu/audio/audio.h:151: warning: type defaults to=
`int' in declaration of `popcount'
/home/personal/sourceCode/qemu/audio/audio.h:151: warning: data definition =
has no type or storage class
/home/personal/sourceCode/qemu/audio/audio.h:152: error: parse error before=
"lsbindex"
/home/personal/sourceCode/qemu/audio/audio.h:152: error: parse error before=
"u"
/home/personal/sourceCode/qemu/audio/audio.h:152: warning: type defaults to=
`int' in declaration of `lsbindex'
/home/personal/sourceCode/qemu/audio/audio.h:152: warning: data definition =
has no type or storage class
In file included from /home/personal/sourceCode/qemu/target-i386/cpu.h:45,
from /home/personal/sourceCode/qemu/vl.h:85,
from /home/personal/sourceCode/qemu/vl.c:24:
./cpu-defs.h:24:20: setjmp.h: No such file or directory
In file included from ../cpu-defs.h:26,
from /home/personal/sourceCode/qemu/target-i386/cpu.h:45,
from /home/personal/sourceCode/qemu/vl.h:85,
from /home/personal/sourceCode/qemu/vl.c:24:
./osdep.h:8: error: parse error before "size"
./osdep.h:9: error: parse error before "size"
./osdep.h:13: error: parse error before "size"
In file included from /home/personal/sourceCode/qemu/target-i386/cpu.h:45,
from /home/personal/sourceCode/qemu/vl.h:85,
from /home/personal/sourceCode/qemu/vl.c:24:
./cpu-defs.h:44: error: parse error before "target_long"
./cpu-defs.h:44: warning: type defaults to `int' in declaration of `target_=
long'
./cpu-defs.h:44: warning: data definition has no type or storage class
./cpu-defs.h:45: error: parse error before "target_ulong"
./cpu-defs.h:45: warning: type defaults to `int' in declaration of `target_=
ulong'
./cpu-defs.h:45: warning: data definition has no type or storage class
./cpu-defs.h:64: error: parse error before "target_phys_addr_t"
./cpu-defs.h:64: warning: type defaults to `int' in declaration of `target_=
phys_addr_t'
./cpu-defs.h:64: warning: data definition has no type or storage class
./cpu-defs.h:104: error: parse error before "target_ulong"
./cpu-defs.h:104: warning: no semicolon at end of struct or union
./cpu-defs.h:105: warning: type defaults to `int' in declaration of `addr_w=
rite'
./cpu-defs.h:105: warning: data definition has no type or storage class
./cpu-defs.h:106: error: parse error before "addr_code"
./cpu-defs.h:106: warning: type defaults to `int' in declaration of `addr_c=
ode'
./cpu-defs.h:106: warning: data definition has no type or storage class
./cpu-defs.h:108: error: parse error before "addend"
./cpu-defs.h:108: warning: type defaults to `int' in declaration of `addend'
./cpu-defs.h:108: warning: data definition has no type or storage class
./cpu-defs.h:109: warning: type defaults to `int' in declaration of `CPUTLB=
Entry'
./cpu-defs.h:109: warning: data definition has no type or storage class
In file included from /home/personal/sourceCode/qemu/target-i386/cpu.h:47,
from /home/personal/sourceCode/qemu/vl.h:85,
from /home/personal/sourceCode/qemu/vl.c:24:
/home/personal/sourceCode/qemu/fpu/softfloat.h:50: error: parse error befor=
e "flag"
/home/personal/sourceCode/qemu/fpu/softfloat.h:50: warning: type defaults t=
o `int' in declaration of `flag'
/home/personal/sourceCode/qemu/fpu/softfloat.h:50: warning: data definition=
has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat.h:51: error: parse error befor=
e "uint8"
/home/personal/sourceCode/qemu/fpu/softfloat.h:51: warning: type defaults t=
o `int' in declaration of `uint8'
/home/personal/sourceCode/qemu/fpu/softfloat.h:51: warning: data definition=
has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat.h:52: error: parse error befor=
e "int8"
/home/personal/sourceCode/qemu/fpu/softfloat.h:52: warning: type defaults t=
o `int' in declaration of `int8'
/home/personal/sourceCode/qemu/fpu/softfloat.h:52: warning: data definition=
has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat.h:57: error: parse error befor=
e "uint64"
/home/personal/sourceCode/qemu/fpu/softfloat.h:57: warning: type defaults t=
o `int' in declaration of `uint64'
/home/personal/sourceCode/qemu/fpu/softfloat.h:57: warning: data definition=
has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat.h:58: error: parse error befor=
e "int64"
/home/personal/sourceCode/qemu/fpu/softfloat.h:58: warning: type defaults t=
o `int' in declaration of `int64'
/home/personal/sourceCode/qemu/fpu/softfloat.h:58: warning: data definition=
has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat.h:66: error: parse error befor=
e "bits8"
/home/personal/sourceCode/qemu/fpu/softfloat.h:66: warning: type defaults t=
o `int' in declaration of `bits8'
/home/personal/sourceCode/qemu/fpu/softfloat.h:66: warning: data definition=
has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat.h:67: error: parse error befor=
e "sbits8"
/home/personal/sourceCode/qemu/fpu/softfloat.h:67: warning: type defaults t=
o `int' in declaration of `sbits8'
/home/personal/sourceCode/qemu/fpu/softfloat.h:67: warning: data definition=
has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat.h:68: error: parse error befor=
e "bits16"
/home/personal/sourceCode/qemu/fpu/softfloat.h:68: warning: type defaults t=
o `int' in declaration of `bits16'
/home/personal/sourceCode/qemu/fpu/softfloat.h:68: warning: data definition=
has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat.h:69: error: parse error befor=
e "sbits16"
/home/personal/sourceCode/qemu/fpu/softfloat.h:69: warning: type defaults t=
o `int' in declaration of `sbits16'
/home/personal/sourceCode/qemu/fpu/softfloat.h:69: warning: data definition=
has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat.h:70: error: parse error befor=
e "bits32"
/home/personal/sourceCode/qemu/fpu/softfloat.h:70: warning: type defaults t=
o `int' in declaration of `bits32'
/home/personal/sourceCode/qemu/fpu/softfloat.h:70: warning: data definition=
has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat.h:71: error: parse error befor=
e "sbits32"
/home/personal/sourceCode/qemu/fpu/softfloat.h:71: warning: type defaults t=
o `int' in declaration of `sbits32'
/home/personal/sourceCode/qemu/fpu/softfloat.h:71: warning: data definition=
has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat.h:72: error: parse error befor=
e "bits64"
/home/personal/sourceCode/qemu/fpu/softfloat.h:72: warning: type defaults t=
o `int' in declaration of `bits64'
/home/personal/sourceCode/qemu/fpu/softfloat.h:72: warning: data definition=
has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat.h:73: error: parse error befor=
e "sbits64"
/home/personal/sourceCode/qemu/fpu/softfloat.h:73: warning: type defaults t=
o `int' in declaration of `sbits64'
/home/personal/sourceCode/qemu/fpu/softfloat.h:73: warning: data definition=
has no type or storage class
In file included from /home/personal/sourceCode/qemu/fpu/softfloat.h:404,
from /home/personal/sourceCode/qemu/target-i386/cpu.h:47,
from /home/personal/sourceCode/qemu/vl.h:85,
from /home/personal/sourceCode/qemu/vl.c:24:
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:2:18: math.h: No such=
file or directory
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:8:18: fenv.h: No such=
file or directory
In file included from /home/personal/sourceCode/qemu/fpu/softfloat.h:404,
from /home/personal/sourceCode/qemu/target-i386/cpu.h:47,
from /home/personal/sourceCode/qemu/vl.h:85,
from /home/personal/sourceCode/qemu/vl.c:24:
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:44: error: parse erro=
r before "uint32_t"
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:44: warning: no semic=
olon at end of struct or union
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:45: warning: type def=
aults to `int' in declaration of `float32u'
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:45: warning: data def=
inition has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:48: error: parse erro=
r before "uint64_t"
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:48: warning: no semic=
olon at end of struct or union
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:49: warning: type def=
aults to `int' in declaration of `float64u'
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:49: warning: data def=
inition has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:54: error: parse erro=
r before "uint64_t"
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:54: warning: no semic=
olon at end of struct or union
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:54: warning: no semic=
olon at end of struct or union
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:55: warning: type def=
aults to `int' in declaration of `high'
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:55: warning: data def=
inition has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:56: warning: type def=
aults to `int' in declaration of `i'
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:56: warning: data def=
inition has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:57: error: parse erro=
r before '}' token
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:57: warning: type def=
aults to `int' in declaration of `floatx80u'
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:57: warning: data def=
inition has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:79: error: `FE_TONEAR=
EST' undeclared here (not in a function)
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:79: error: enumerator=
value for `float_round_nearest_even' not integer constant
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:80: error: `FE_DOWNWA=
RD' undeclared here (not in a function)
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:80: error: enumerator=
value for `float_round_down' not integer constant
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:81: error: `FE_UPWARD=
' undeclared here (not in a function)
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:81: error: enumerator=
value for `float_round_up' not integer constant
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:83: error: `FE_TOWARD=
ZERO' undeclared here (not in a function)
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:83: error: enumerator=
value for `float_round_to_zero' not integer constant
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:111: error: parse err=
or before "float_status"
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:112: error: parse err=
or before "float_status"
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:113: error: parse err=
or before "float_status"
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:114: error: parse err=
or before "v"
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:116: error: parse err=
or before "float_status"
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:129: error: parse err=
or before "float32_to_int64"
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:129: warning: type de=
faults to `int' in declaration of `float32_to_int64'
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:129: warning: data de=
finition has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:130: error: parse err=
or before "float32_to_int64_round_to_zero"
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:130: warning: type de=
faults to `int' in declaration of `float32_to_int64_round_to_zero'
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:130: warning: data de=
finition has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat-native.h: In function `float32=
_le_quiet':
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:179: warning: implici=
t declaration of function `islessequal'
/home/personal/sourceCode/qemu/fpu/softfloat-native.h: In function `float32=
_lt_quiet':
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:183: warning: implici=
t declaration of function `isless'
/home/personal/sourceCode/qemu/fpu/softfloat-native.h: In function `float32=
_unordered':
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:187: warning: implici=
t declaration of function `isunordered'
/home/personal/sourceCode/qemu/fpu/softfloat-native.h: In function `float32=
_abs':
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:196: warning: implici=
t declaration of function `fabsf'
/home/personal/sourceCode/qemu/fpu/softfloat-native.h: At top level:
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:211: error: parse err=
or before "float64_to_int64"
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:211: warning: type de=
faults to `int' in declaration of `float64_to_int64'
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:211: warning: data de=
finition has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:212: error: parse err=
or before "float64_to_int64_round_to_zero"
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:212: warning: type de=
faults to `int' in declaration of `float64_to_int64_round_to_zero'
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:212: warning: data de=
finition has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:213: error: parse err=
or before "float64_to_uint64"
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:213: warning: type de=
faults to `int' in declaration of `float64_to_uint64'
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:213: warning: data de=
finition has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:214: error: parse err=
or before "float64_to_uint64_round_to_zero"
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:214: warning: type de=
faults to `int' in declaration of `float64_to_uint64_round_to_zero'
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:214: warning: data de=
finition has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat-native.h: In function `float64=
_abs':
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:283: warning: implici=
t declaration of function `fabs'
/home/personal/sourceCode/qemu/fpu/softfloat-native.h: At top level:
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:298: error: parse err=
or before "floatx80_to_int64"
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:298: warning: type de=
faults to `int' in declaration of `floatx80_to_int64'
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:298: warning: data de=
finition has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:299: error: parse err=
or before "floatx80_to_int64_round_to_zero"
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:299: warning: type de=
faults to `int' in declaration of `floatx80_to_int64_round_to_zero'
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:299: warning: data de=
finition has no type or storage class
/home/personal/sourceCode/qemu/fpu/softfloat-native.h: In function `floatx8=
0_abs':
/home/personal/sourceCode/qemu/fpu/softfloat-native.h:364: warning: implici=
t declaration of function `fabsl'
In file included from /home/personal/sourceCode/qemu/vl.h:85,
from /home/personal/sourceCode/qemu/vl.c:24:
/home/personal/sourceCode/qemu/target-i386/cpu.h: At top level:
/home/personal/sourceCode/qemu/target-i386/cpu.h:373: error: parse error be=
fore "uint32_t"
/home/personal/sourceCode/qemu/target-i386/cpu.h:373: warning: no semicolon=
at end of struct or union
/home/personal/sourceCode/qemu/target-i386/cpu.h:374: warning: type default=
s to `int' in declaration of `base'
/home/personal/sourceCode/qemu/target-i386/cpu.h:374: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:375: error: parse error be=
fore "limit"
/home/personal/sourceCode/qemu/target-i386/cpu.h:375: warning: type default=
s to `int' in declaration of `limit'
/home/personal/sourceCode/qemu/target-i386/cpu.h:375: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:376: error: parse error be=
fore "flags"
/home/personal/sourceCode/qemu/target-i386/cpu.h:376: warning: type default=
s to `int' in declaration of `flags'
/home/personal/sourceCode/qemu/target-i386/cpu.h:376: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:377: warning: type default=
s to `int' in declaration of `SegmentCache'
/home/personal/sourceCode/qemu/target-i386/cpu.h:377: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:380: error: parse error be=
fore "uint8_t"
/home/personal/sourceCode/qemu/target-i386/cpu.h:380: warning: no semicolon=
at end of struct or union
/home/personal/sourceCode/qemu/target-i386/cpu.h:381: warning: type default=
s to `int' in declaration of `_w'
/home/personal/sourceCode/qemu/target-i386/cpu.h:381: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:382: error: parse error be=
fore "_l"
/home/personal/sourceCode/qemu/target-i386/cpu.h:382: warning: type default=
s to `int' in declaration of `_l'
/home/personal/sourceCode/qemu/target-i386/cpu.h:382: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:383: error: parse error be=
fore "_q"
/home/personal/sourceCode/qemu/target-i386/cpu.h:383: warning: type default=
s to `int' in declaration of `_q'
/home/personal/sourceCode/qemu/target-i386/cpu.h:383: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:386: error: parse error be=
fore '}' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:386: warning: type default=
s to `int' in declaration of `XMMReg'
/home/personal/sourceCode/qemu/target-i386/cpu.h:386: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:389: error: parse error be=
fore "uint8_t"
/home/personal/sourceCode/qemu/target-i386/cpu.h:389: warning: no semicolon=
at end of struct or union
/home/personal/sourceCode/qemu/target-i386/cpu.h:390: warning: type default=
s to `int' in declaration of `_w'
/home/personal/sourceCode/qemu/target-i386/cpu.h:390: error: conflicting ty=
pes for '_w'
/home/personal/sourceCode/qemu/target-i386/cpu.h:381: error: previous decla=
ration of '_w' was here
/home/personal/sourceCode/qemu/target-i386/cpu.h:390: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:391: error: parse error be=
fore "_l"
/home/personal/sourceCode/qemu/target-i386/cpu.h:391: warning: type default=
s to `int' in declaration of `_l'
/home/personal/sourceCode/qemu/target-i386/cpu.h:391: error: conflicting ty=
pes for '_l'
/home/personal/sourceCode/qemu/target-i386/cpu.h:382: error: previous decla=
ration of '_l' was here
/home/personal/sourceCode/qemu/target-i386/cpu.h:391: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:392: error: parse error be=
fore "q"
/home/personal/sourceCode/qemu/target-i386/cpu.h:392: warning: type default=
s to `int' in declaration of `q'
/home/personal/sourceCode/qemu/target-i386/cpu.h:392: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:393: warning: type default=
s to `int' in declaration of `MMXReg'
/home/personal/sourceCode/qemu/target-i386/cpu.h:393: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:433: error: parse error be=
fore "target_ulong"
/home/personal/sourceCode/qemu/target-i386/cpu.h:433: warning: no semicolon=
at end of struct or union
/home/personal/sourceCode/qemu/target-i386/cpu.h:434: warning: type default=
s to `int' in declaration of `eip'
/home/personal/sourceCode/qemu/target-i386/cpu.h:434: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:435: error: parse error be=
fore "eflags"
/home/personal/sourceCode/qemu/target-i386/cpu.h:435: warning: type default=
s to `int' in declaration of `eflags'
/home/personal/sourceCode/qemu/target-i386/cpu.h:435: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:440: error: parse error be=
fore "cc_src"
/home/personal/sourceCode/qemu/target-i386/cpu.h:440: warning: type default=
s to `int' in declaration of `cc_src'
/home/personal/sourceCode/qemu/target-i386/cpu.h:440: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:441: error: parse error be=
fore "cc_dst"
/home/personal/sourceCode/qemu/target-i386/cpu.h:441: warning: type default=
s to `int' in declaration of `cc_dst'
/home/personal/sourceCode/qemu/target-i386/cpu.h:441: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:442: error: parse error be=
fore "cc_op"
/home/personal/sourceCode/qemu/target-i386/cpu.h:442: warning: type default=
s to `int' in declaration of `cc_op'
/home/personal/sourceCode/qemu/target-i386/cpu.h:442: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:443: error: parse error be=
fore "df"
/home/personal/sourceCode/qemu/target-i386/cpu.h:443: warning: type default=
s to `int' in declaration of `df'
/home/personal/sourceCode/qemu/target-i386/cpu.h:443: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:444: error: parse error be=
fore "hflags"
/home/personal/sourceCode/qemu/target-i386/cpu.h:444: warning: type default=
s to `int' in declaration of `hflags'
/home/personal/sourceCode/qemu/target-i386/cpu.h:444: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:447: error: parse error be=
fore "segs"
/home/personal/sourceCode/qemu/target-i386/cpu.h:447: warning: type default=
s to `int' in declaration of `segs'
/home/personal/sourceCode/qemu/target-i386/cpu.h:447: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:448: error: parse error be=
fore "ldt"
/home/personal/sourceCode/qemu/target-i386/cpu.h:448: warning: type default=
s to `int' in declaration of `ldt'
/home/personal/sourceCode/qemu/target-i386/cpu.h:448: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:449: error: parse error be=
fore "tr"
/home/personal/sourceCode/qemu/target-i386/cpu.h:449: warning: type default=
s to `int' in declaration of `tr'
/home/personal/sourceCode/qemu/target-i386/cpu.h:449: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:450: error: parse error be=
fore "gdt"
/home/personal/sourceCode/qemu/target-i386/cpu.h:450: warning: type default=
s to `int' in declaration of `gdt'
/home/personal/sourceCode/qemu/target-i386/cpu.h:450: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:451: error: parse error be=
fore "idt"
/home/personal/sourceCode/qemu/target-i386/cpu.h:451: warning: type default=
s to `int' in declaration of `idt'
/home/personal/sourceCode/qemu/target-i386/cpu.h:451: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:453: error: parse error be=
fore "cr"
/home/personal/sourceCode/qemu/target-i386/cpu.h:453: warning: type default=
s to `int' in declaration of `cr'
/home/personal/sourceCode/qemu/target-i386/cpu.h:453: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:454: error: parse error be=
fore "a20_mask"
/home/personal/sourceCode/qemu/target-i386/cpu.h:454: warning: type default=
s to `int' in declaration of `a20_mask'
/home/personal/sourceCode/qemu/target-i386/cpu.h:454: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:460: error: parse error be=
fore "fptags"
/home/personal/sourceCode/qemu/target-i386/cpu.h:460: warning: type default=
s to `int' in declaration of `fptags'
/home/personal/sourceCode/qemu/target-i386/cpu.h:460: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:467: error: parse error be=
fore "MMXReg"
/home/personal/sourceCode/qemu/target-i386/cpu.h:467: warning: no semicolon=
at end of struct or union
/home/personal/sourceCode/qemu/target-i386/cpu.h:468: warning: type default=
s to `int' in declaration of `fpregs'
/home/personal/sourceCode/qemu/target-i386/cpu.h:468: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:477: error: parse error be=
fore "int64_t"
/home/personal/sourceCode/qemu/target-i386/cpu.h:477: warning: no semicolon=
at end of struct or union
/home/personal/sourceCode/qemu/target-i386/cpu.h:478: warning: type default=
s to `int' in declaration of `fp_convert'
/home/personal/sourceCode/qemu/target-i386/cpu.h:478: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:481: error: parse error be=
fore "mxcsr"
/home/personal/sourceCode/qemu/target-i386/cpu.h:481: warning: type default=
s to `int' in declaration of `mxcsr'
/home/personal/sourceCode/qemu/target-i386/cpu.h:481: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:482: error: parse error be=
fore "xmm_regs"
/home/personal/sourceCode/qemu/target-i386/cpu.h:482: warning: type default=
s to `int' in declaration of `xmm_regs'
/home/personal/sourceCode/qemu/target-i386/cpu.h:482: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:483: error: parse error be=
fore "xmm_t0"
/home/personal/sourceCode/qemu/target-i386/cpu.h:483: warning: type default=
s to `int' in declaration of `xmm_t0'
/home/personal/sourceCode/qemu/target-i386/cpu.h:483: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:484: error: parse error be=
fore "mmx_t0"
/home/personal/sourceCode/qemu/target-i386/cpu.h:484: warning: type default=
s to `int' in declaration of `mmx_t0'
/home/personal/sourceCode/qemu/target-i386/cpu.h:484: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:487: error: parse error be=
fore "sysenter_cs"
/home/personal/sourceCode/qemu/target-i386/cpu.h:487: warning: type default=
s to `int' in declaration of `sysenter_cs'
/home/personal/sourceCode/qemu/target-i386/cpu.h:487: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:488: error: parse error be=
fore "sysenter_esp"
/home/personal/sourceCode/qemu/target-i386/cpu.h:488: warning: type default=
s to `int' in declaration of `sysenter_esp'
/home/personal/sourceCode/qemu/target-i386/cpu.h:488: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:489: error: parse error be=
fore "sysenter_eip"
/home/personal/sourceCode/qemu/target-i386/cpu.h:489: warning: type default=
s to `int' in declaration of `sysenter_eip'
/home/personal/sourceCode/qemu/target-i386/cpu.h:489: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:490: error: parse error be=
fore "efer"
/home/personal/sourceCode/qemu/target-i386/cpu.h:490: warning: type default=
s to `int' in declaration of `efer'
/home/personal/sourceCode/qemu/target-i386/cpu.h:490: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:491: error: parse error be=
fore "star"
/home/personal/sourceCode/qemu/target-i386/cpu.h:491: warning: type default=
s to `int' in declaration of `star'
/home/personal/sourceCode/qemu/target-i386/cpu.h:491: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:499: error: parse error be=
fore "pat"
/home/personal/sourceCode/qemu/target-i386/cpu.h:499: warning: type default=
s to `int' in declaration of `pat'
/home/personal/sourceCode/qemu/target-i386/cpu.h:499: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:509: error: parse error be=
fore "jmp_env"
/home/personal/sourceCode/qemu/target-i386/cpu.h:509: warning: type default=
s to `int' in declaration of `jmp_env'
/home/personal/sourceCode/qemu/target-i386/cpu.h:509: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:513: error: parse error be=
fore "exception_next_eip"
/home/personal/sourceCode/qemu/target-i386/cpu.h:513: warning: type default=
s to `int' in declaration of `exception_next_eip'
/home/personal/sourceCode/qemu/target-i386/cpu.h:513: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:514: error: parse error be=
fore "dr"
/home/personal/sourceCode/qemu/target-i386/cpu.h:514: warning: type default=
s to `int' in declaration of `dr'
/home/personal/sourceCode/qemu/target-i386/cpu.h:514: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:515: error: parse error be=
fore "smbase"
/home/personal/sourceCode/qemu/target-i386/cpu.h:515: warning: type default=
s to `int' in declaration of `smbase'
/home/personal/sourceCode/qemu/target-i386/cpu.h:515: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:520: error: parse error be=
fore "mem_write_vaddr"
/home/personal/sourceCode/qemu/target-i386/cpu.h:520: warning: type default=
s to `int' in declaration of `mem_write_vaddr'
/home/personal/sourceCode/qemu/target-i386/cpu.h:520: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:520: error: parse error be=
fore "tlb_table"
/home/personal/sourceCode/qemu/target-i386/cpu.h:520: warning: type default=
s to `int' in declaration of `tlb_table'
/home/personal/sourceCode/qemu/target-i386/cpu.h:520: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:520: error: parse error be=
fore "breakpoints"
/home/personal/sourceCode/qemu/target-i386/cpu.h:520: warning: type default=
s to `int' in declaration of `breakpoints'
/home/personal/sourceCode/qemu/target-i386/cpu.h:520: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:520: error: parse error be=
fore "target_ulong"
/home/personal/sourceCode/qemu/target-i386/cpu.h:520: warning: no semicolon=
at end of struct or union
/home/personal/sourceCode/qemu/target-i386/cpu.h:520: error: parse error be=
fore '}' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:520: warning: type default=
s to `int' in declaration of `watchpoint'
/home/personal/sourceCode/qemu/target-i386/cpu.h:520: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:523: error: parse error be=
fore "cpuid_level"
/home/personal/sourceCode/qemu/target-i386/cpu.h:523: warning: type default=
s to `int' in declaration of `cpuid_level'
/home/personal/sourceCode/qemu/target-i386/cpu.h:523: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:524: error: parse error be=
fore "cpuid_vendor1"
/home/personal/sourceCode/qemu/target-i386/cpu.h:524: warning: type default=
s to `int' in declaration of `cpuid_vendor1'
/home/personal/sourceCode/qemu/target-i386/cpu.h:524: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:525: error: parse error be=
fore "cpuid_vendor2"
/home/personal/sourceCode/qemu/target-i386/cpu.h:525: warning: type default=
s to `int' in declaration of `cpuid_vendor2'
/home/personal/sourceCode/qemu/target-i386/cpu.h:525: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:526: error: parse error be=
fore "cpuid_vendor3"
/home/personal/sourceCode/qemu/target-i386/cpu.h:526: warning: type default=
s to `int' in declaration of `cpuid_vendor3'
/home/personal/sourceCode/qemu/target-i386/cpu.h:526: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:527: error: parse error be=
fore "cpuid_version"
/home/personal/sourceCode/qemu/target-i386/cpu.h:527: warning: type default=
s to `int' in declaration of `cpuid_version'
/home/personal/sourceCode/qemu/target-i386/cpu.h:527: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:528: error: parse error be=
fore "cpuid_features"
/home/personal/sourceCode/qemu/target-i386/cpu.h:528: warning: type default=
s to `int' in declaration of `cpuid_features'
/home/personal/sourceCode/qemu/target-i386/cpu.h:528: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:529: error: parse error be=
fore "cpuid_ext_features"
/home/personal/sourceCode/qemu/target-i386/cpu.h:529: warning: type default=
s to `int' in declaration of `cpuid_ext_features'
/home/personal/sourceCode/qemu/target-i386/cpu.h:529: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:530: error: parse error be=
fore "cpuid_xlevel"
/home/personal/sourceCode/qemu/target-i386/cpu.h:530: warning: type default=
s to `int' in declaration of `cpuid_xlevel'
/home/personal/sourceCode/qemu/target-i386/cpu.h:530: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:531: error: parse error be=
fore "cpuid_model"
/home/personal/sourceCode/qemu/target-i386/cpu.h:531: warning: type default=
s to `int' in declaration of `cpuid_model'
/home/personal/sourceCode/qemu/target-i386/cpu.h:531: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:532: error: parse error be=
fore "cpuid_ext2_features"
/home/personal/sourceCode/qemu/target-i386/cpu.h:532: warning: type default=
s to `int' in declaration of `cpuid_ext2_features'
/home/personal/sourceCode/qemu/target-i386/cpu.h:532: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:533: error: parse error be=
fore "cpuid_apic_id"
/home/personal/sourceCode/qemu/target-i386/cpu.h:533: warning: type default=
s to `int' in declaration of `cpuid_apic_id'
/home/personal/sourceCode/qemu/target-i386/cpu.h:533: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:542: error: parse error be=
fore '}' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:542: warning: type default=
s to `int' in declaration of `CPUX86State'
/home/personal/sourceCode/qemu/target-i386/cpu.h:542: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:544: error: parse error be=
fore '*' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:544: warning: type default=
s to `int' in declaration of `cpu_x86_init'
/home/personal/sourceCode/qemu/target-i386/cpu.h:544: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:545: error: parse error be=
fore '*' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:546: error: parse error be=
fore '*' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:547: error: parse error be=
fore '*' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:549: error: parse error be=
fore '*' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:553: error: parse error be=
fore '*' token
/home/personal/sourceCode/qemu/target-i386/cpu.h: In function `cpu_x86_load=
_seg_cache':
/home/personal/sourceCode/qemu/target-i386/cpu.h:559: error: `sc' undeclare=
d (first use in this function)
/home/personal/sourceCode/qemu/target-i386/cpu.h:562: error: `env' undeclar=
ed (first use in this function)
/home/personal/sourceCode/qemu/target-i386/cpu.h:562: error: `seg_reg' unde=
clared (first use in this function)
/home/personal/sourceCode/qemu/target-i386/cpu.h:563: error: `selector' und=
eclared (first use in this function)
/home/personal/sourceCode/qemu/target-i386/cpu.h: At top level:
/home/personal/sourceCode/qemu/target-i386/cpu.h:611: error: parse error be=
fore '*' token
/home/personal/sourceCode/qemu/target-i386/cpu.h: In function `cpu_x86_set_=
cpl':
/home/personal/sourceCode/qemu/target-i386/cpu.h:614: error: `s' undeclared=
(first use in this function)
/home/personal/sourceCode/qemu/target-i386/cpu.h:614: error: `cpl' undeclar=
ed (first use in this function)
/home/personal/sourceCode/qemu/target-i386/cpu.h: At top level:
/home/personal/sourceCode/qemu/target-i386/cpu.h:621: error: parse error be=
fore '*' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:622: error: parse error be=
fore "mant"
/home/personal/sourceCode/qemu/target-i386/cpu.h:626: error: parse error be=
fore '*' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:627: error: parse error be=
fore '*' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:628: error: parse error be=
fore '*' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:635: error: parse error be=
fore '*' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:637: error: parse error be=
fore "cpu_get_tsc"
/home/personal/sourceCode/qemu/target-i386/cpu.h:637: error: parse error be=
fore '*' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:637: warning: type default=
s to `int' in declaration of `cpu_get_tsc'
/home/personal/sourceCode/qemu/target-i386/cpu.h:637: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:639: error: parse error be=
fore '*' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:640: error: parse error be=
fore "cpu_get_apic_base"
/home/personal/sourceCode/qemu/target-i386/cpu.h:640: error: parse error be=
fore '*' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:640: warning: type default=
s to `int' in declaration of `cpu_get_apic_base'
/home/personal/sourceCode/qemu/target-i386/cpu.h:640: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:641: error: parse error be=
fore '*' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:643: error: parse error be=
fore "cpu_get_apic_tpr"
/home/personal/sourceCode/qemu/target-i386/cpu.h:643: error: parse error be=
fore '*' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:643: warning: type default=
s to `int' in declaration of `cpu_get_apic_tpr'
/home/personal/sourceCode/qemu/target-i386/cpu.h:643: warning: data definit=
ion has no type or storage class
/home/personal/sourceCode/qemu/target-i386/cpu.h:645: error: parse error be=
fore '*' token
/home/personal/sourceCode/qemu/target-i386/cpu.h:648: error: parse error be=
fore '*' token
In file included from ../cpu-all.h:40,
from /home/personal/sourceCode/qemu/target-i386/cpu.h:664,
from /home/personal/sourceCode/qemu/vl.h:85,
from /home/personal/sourceCode/qemu/vl.c:24:
./bswap.h:46: error: parse error before "bswap16"
./bswap.h:46: error: parse error before "x"
./bswap.h:47: warning: return type defaults to `int'
./bswap.h: In function `bswap16':
./bswap.h:48: error: `uint16_t' undeclared (first use in this function)
./bswap.h:48: error: parse error before "__x"
./bswap.h:48: error: `__x' undeclared (first use in this function)
./bswap.h:48: error: parse error before numeric constant
./bswap.h:48: error: parse error before numeric constant
./bswap.h: At top level:
./bswap.h:51: error: parse error before "bswap32"
./bswap.h:51: error: parse error before "x"
./bswap.h:52: warning: return type defaults to `int'
./bswap.h: In function `bswap32':
./bswap.h:53: error: `uint32_t' undeclared (first use in this function)
./bswap.h:53: error: parse error before "__x"
./bswap.h:53: error: `__x' undeclared (first use in this function)
./bswap.h:53: error: parse error before numeric constant
./bswap.h:53: error: parse error before numeric constant
./bswap.h:53: error: parse error before numeric constant
./bswap.h:53: error: parse error before numeric constant
./bswap.h: At top level:
./bswap.h:56: error: parse error before "bswap64"
./bswap.h:56: error: parse error before "x"
./bswap.h:57: warning: return type defaults to `int'
./bswap.h: In function `bswap64':
./bswap.h:58: error: `uint64_t' undeclared (first use in this function)
./bswap.h:58: error: parse error before "__x"
./bswap.h:58: error: `__x' undeclared (first use in this function)
./bswap.h:58: error: parse error before numeric constant
./bswap.h:58: error: parse error before numeric constant
./bswap.h:58: error: parse error before numeric constant
./bswap.h:58: error: parse error before numeric constant
./bswap.h:58: error: parse error before numeric constant
./bswap.h:58: error: parse error before numeric constant
./bswap.h:58: error: parse error before numeric constant
./bswap.h:58: error: parse error before numeric constant
./bswap.h: At top level:
./bswap.h:61: error: parse error before '*' token
./bswap.h: In function `bswap16s':
./bswap.h:63: error: `s' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:66: error: parse error before '*' token
./bswap.h: In function `bswap32s':
./bswap.h:68: error: `s' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:71: error: parse error before '*' token
./bswap.h: In function `bswap64s':
./bswap.h:73: error: `s' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:119: error: parse error before "be16_to_cpu"
./bswap.h:119: error: parse error before "v"
./bswap.h:119: warning: return type defaults to `int'
./bswap.h: In function `be16_to_cpu':
./bswap.h:119: error: `v' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:119: error: parse error before "cpu_to_be16"
./bswap.h:119: error: parse error before "v"
./bswap.h:119: warning: return type defaults to `int'
./bswap.h: In function `cpu_to_be16':
./bswap.h:119: error: `v' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:119: error: parse error before '*' token
./bswap.h: In function `be16_to_cpus':
./bswap.h:119: error: `p' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:119: error: parse error before '*' token
./bswap.h: In function `cpu_to_be16s':
./bswap.h:119: error: `p' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:119: error: parse error before "be16_to_cpup"
./bswap.h:119: warning: type defaults to `int' in declaration of `uint16_t'
./bswap.h:119: error: parse error before '*' token
./bswap.h:119: warning: return type defaults to `int'
./bswap.h: In function `be16_to_cpup':
./bswap.h:119: error: `p' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:119: error: parse error before '*' token
./bswap.h: In function `cpu_to_be16w':
./bswap.h:119: error: `p' undeclared (first use in this function)
./bswap.h:119: error: `v' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:120: error: parse error before "be32_to_cpu"
./bswap.h:120: error: parse error before "v"
./bswap.h:120: warning: return type defaults to `int'
./bswap.h: In function `be32_to_cpu':
./bswap.h:120: error: `v' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:120: error: parse error before "cpu_to_be32"
./bswap.h:120: error: parse error before "v"
./bswap.h:120: warning: return type defaults to `int'
./bswap.h: In function `cpu_to_be32':
./bswap.h:120: error: `v' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:120: error: parse error before '*' token
./bswap.h: In function `be32_to_cpus':
./bswap.h:120: error: `p' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:120: error: parse error before '*' token
./bswap.h: In function `cpu_to_be32s':
./bswap.h:120: error: `p' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:120: error: parse error before "be32_to_cpup"
./bswap.h:120: warning: type defaults to `int' in declaration of `uint32_t'
./bswap.h:120: error: parse error before '*' token
./bswap.h:120: warning: return type defaults to `int'
./bswap.h: In function `be32_to_cpup':
./bswap.h:120: error: `p' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:120: error: parse error before '*' token
./bswap.h: In function `cpu_to_be32w':
./bswap.h:120: error: `p' undeclared (first use in this function)
./bswap.h:120: error: `v' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:121: error: parse error before "be64_to_cpu"
./bswap.h:121: error: parse error before "v"
./bswap.h:121: warning: return type defaults to `int'
./bswap.h: In function `be64_to_cpu':
./bswap.h:121: error: `v' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:121: error: parse error before "cpu_to_be64"
./bswap.h:121: error: parse error before "v"
./bswap.h:121: warning: return type defaults to `int'
./bswap.h: In function `cpu_to_be64':
./bswap.h:121: error: `v' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:121: error: parse error before '*' token
./bswap.h: In function `be64_to_cpus':
./bswap.h:121: error: `p' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:121: error: parse error before '*' token
./bswap.h: In function `cpu_to_be64s':
./bswap.h:121: error: `p' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:121: error: parse error before "be64_to_cpup"
./bswap.h:121: warning: type defaults to `int' in declaration of `uint64_t'
./bswap.h:121: error: parse error before '*' token
./bswap.h:121: warning: return type defaults to `int'
./bswap.h: In function `be64_to_cpup':
./bswap.h:121: error: `p' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:121: error: parse error before '*' token
./bswap.h: In function `cpu_to_be64w':
./bswap.h:121: error: `p' undeclared (first use in this function)
./bswap.h:121: error: `v' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:123: error: parse error before "le16_to_cpu"
./bswap.h:123: error: parse error before "v"
./bswap.h:123: warning: return type defaults to `int'
./bswap.h: In function `le16_to_cpu':
./bswap.h:123: error: `v' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:123: error: parse error before "cpu_to_le16"
./bswap.h:123: error: parse error before "v"
./bswap.h:123: warning: return type defaults to `int'
./bswap.h: In function `cpu_to_le16':
./bswap.h:123: error: `v' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:123: error: parse error before '*' token
./bswap.h:123: error: parse error before '*' token
./bswap.h:123: error: parse error before "le16_to_cpup"
./bswap.h:123: warning: type defaults to `int' in declaration of `uint16_t'
./bswap.h:123: error: parse error before '*' token
./bswap.h:123: warning: return type defaults to `int'
./bswap.h: In function `le16_to_cpup':
./bswap.h:123: error: `p' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:123: error: parse error before '*' token
./bswap.h: In function `cpu_to_le16w':
./bswap.h:123: error: `p' undeclared (first use in this function)
./bswap.h:123: error: `v' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:124: error: parse error before "le32_to_cpu"
./bswap.h:124: error: parse error before "v"
./bswap.h:124: warning: return type defaults to `int'
./bswap.h: In function `le32_to_cpu':
./bswap.h:124: error: `v' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:124: error: parse error before "cpu_to_le32"
./bswap.h:124: error: parse error before "v"
./bswap.h:124: warning: return type defaults to `int'
./bswap.h: In function `cpu_to_le32':
./bswap.h:124: error: `v' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:124: error: parse error before '*' token
./bswap.h:124: error: parse error before '*' token
./bswap.h:124: error: parse error before "le32_to_cpup"
./bswap.h:124: warning: type defaults to `int' in declaration of `uint32_t'
./bswap.h:124: error: parse error before '*' token
./bswap.h:124: warning: return type defaults to `int'
./bswap.h: In function `le32_to_cpup':
./bswap.h:124: error: `p' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:124: error: parse error before '*' token
./bswap.h: In function `cpu_to_le32w':
./bswap.h:124: error: `p' undeclared (first use in this function)
./bswap.h:124: error: `v' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:125: error: parse error before "le64_to_cpu"
./bswap.h:125: error: parse error before "v"
./bswap.h:125: warning: return type defaults to `int'
./bswap.h: In function `le64_to_cpu':
./bswap.h:125: error: `v' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:125: error: parse error before "cpu_to_le64"
./bswap.h:125: error: parse error before "v"
./bswap.h:125: warning: return type defaults to `int'
./bswap.h: In function `cpu_to_le64':
./bswap.h:125: error: `v' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:125: error: parse error before '*' token
./bswap.h:125: error: parse error before '*' token
./bswap.h:125: error: parse error before "le64_to_cpup"
./bswap.h:125: warning: type defaults to `int' in declaration of `uint64_t'
./bswap.h:125: error: parse error before '*' token
./bswap.h:125: warning: return type defaults to `int'
./bswap.h: In function `le64_to_cpup':
./bswap.h:125: error: `p' undeclared (first use in this function)
./bswap.h: At top level:
./bswap.h:125: error: parse error before '*' token
./bswap.h: In function `cpu_to_le64w':
./bswap.h:125: error: `p' undeclared (first use in this function)
./bswap.h:125: error: `v' undeclared (first use in this function)
In file included from /home/personal/sourceCode/qemu/target-i386/cpu.h:664,
from /home/personal/sourceCode/qemu/vl.h:85,
from /home/personal/sourceCode/qemu/vl.c:24:
./cpu-all.h: At top level:
./cpu-all.h:80: error: parse error before "tswap16"
./cpu-all.h:80: error: parse error before "s"
./cpu-all.h:81: warning: return type defaults to `int'
./cpu-all.h: In function `tswap16':
./cpu-all.h:82: error: `s' undeclared (first use in this function)
./cpu-all.h: At top level:
./cpu-all.h:85: error: parse error before "tswap32"
./cpu-all.h:85: error: parse error before "s"
./cpu-all.h:86: warning: return type defaults to `int'
./cpu-all.h: In function `tswap32':
./cpu-all.h:87: error: `s' undeclared (first use in this function)
./cpu-all.h: At top level:
./cpu-all.h:90: error: parse error before "tswap64"
./cpu-all.h:90: error: parse error before "s"
./cpu-all.h:91: warning: return type defaults to `int'
./cpu-all.h: In function `tswap64':
./cpu-all.h:92: error: `s' undeclared (first use in this function)
./cpu-all.h: At top level:
./cpu-all.h:95: error: parse error before '*' token
./cpu-all.h:99: error: parse error before '*' token
./cpu-all.h:103: error: parse error before '*' token
./cpu-all.h:131: error: parse error before "uint32_t"
./cpu-all.h:131: warning: no semicolon at end of struct or union
./cpu-all.h:131: warning: no semicolon at end of struct or union
./cpu-all.h:132: warning: type defaults to `int' in declaration of `upper'
./cpu-all.h:132: warning: data definition has no type or storage class
./cpu-all.h:133: warning: type defaults to `int' in declaration of `l'
./cpu-all.h:133: warning: data definition has no type or storage class
./cpu-all.h:135: error: parse error before "ll"
./cpu-all.h:135: warning: type defaults to `int' in declaration of `ll'
./cpu-all.h:135: warning: data definition has no type or storage class
./cpu-all.h:136: warning: type defaults to `int' in declaration of `CPU_Dou=
bleU'
./cpu-all.h:136: warning: data definition has no type or storage class
./cpu-all.h: In function `ldub_p':
./cpu-all.h:175: error: `uint8_t' undeclared (first use in this function)
./cpu-all.h:175: error: parse error before ')' token
./cpu-all.h:176: warning: no return statement in function returning non-void
./cpu-all.h: In function `ldsb_p':
./cpu-all.h:180: error: `int8_t' undeclared (first use in this function)
./cpu-all.h:180: error: parse error before ')' token
./cpu-all.h:181: warning: no return statement in function returning non-void
./cpu-all.h: In function `stb_p':
./cpu-all.h:185: error: `uint8_t' undeclared (first use in this function)
./cpu-all.h:185: error: parse error before ')' token
./cpu-all.h: In function `lduw_le_p':
./cpu-all.h:312: error: `uint16_t' undeclared (first use in this function)
./cpu-all.h:312: error: parse error before ')' token
./cpu-all.h:313: warning: no return statement in function returning non-void
./cpu-all.h: In function `ldsw_le_p':
./cpu-all.h:317: error: `int16_t' undeclared (first use in this function)
./cpu-all.h:317: error: parse error before ')' token
./cpu-all.h:318: warning: no return statement in function returning non-void
./cpu-all.h: In function `ldl_le_p':
./cpu-all.h:322: error: `uint32_t' undeclared (first use in this function)
./cpu-all.h:322: error: parse error before ')' token
./cpu-all.h:323: warning: no return statement in function returning non-void
./cpu-all.h: At top level:
./cpu-all.h:325: error: parse error before "ldq_le_p"
./cpu-all.h:326: warning: return type defaults to `int'
./cpu-all.h: In function `ldq_le_p':
./cpu-all.h:327: error: `uint64_t' undeclared (first use in this function)
./cpu-all.h:327: error: parse error before ')' token
./cpu-all.h: In function `stw_le_p':
./cpu-all.h:332: error: `uint16_t' undeclared (first use in this function)
./cpu-all.h:332: error: parse error before ')' token
./cpu-all.h: In function `stl_le_p':
./cpu-all.h:337: error: `uint32_t' undeclared (first use in this function)
./cpu-all.h:337: error: parse error before ')' token
./cpu-all.h: At top level:
./cpu-all.h:340: error: parse error before "uint64_t"
./cpu-all.h: In function `stq_le_p':
./cpu-all.h:342: error: `uint64_t' undeclared (first use in this function)
./cpu-all.h:342: error: parse error before ')' token
./cpu-all.h: In function `lduw_be_p':
./cpu-all.h:377: error: `uint16_t' undeclared (first use in this function)
./cpu-all.h:377: error: parse error before ')' token
./cpu-all.h: In function `ldsw_be_p':
./cpu-all.h:392: error: `uint16_t' undeclared (first use in this function)
./cpu-all.h:392: error: parse error before ')' token
./cpu-all.h:393: error: `int16_t' undeclared (first use in this function)
./cpu-all.h:393: error: parse error before "val"
./cpu-all.h:398: warning: no return statement in function returning non-void
./cpu-all.h: In function `ldl_be_p':
./cpu-all.h:407: error: `uint32_t' undeclared (first use in this function)
./cpu-all.h:407: error: parse error before ')' token
./cpu-all.h: At top level:
./cpu-all.h:415: error: parse error before "ldq_be_p"
./cpu-all.h:416: warning: return type defaults to `int'
./cpu-all.h: In function `ldq_be_p':
./cpu-all.h:417: error: `uint32_t' undeclared (first use in this function)
./cpu-all.h:417: error: parse error before "a"
./cpu-all.h:418: error: `a' undeclared (first use in this function)
./cpu-all.h:419: error: `b' undeclared (first use in this function)
./cpu-all.h:420: error: `uint64_t' undeclared (first use in this function)
./cpu-all.h:420: error: parse error before "a"
./cpu-all.h: In function `stw_be_p':
./cpu-all.h:429: error: `uint16_t' undeclared (first use in this function)
./cpu-all.h:429: error: parse error before ')' token
./cpu-all.h: In function `stl_be_p':
./cpu-all.h:443: error: `uint32_t' undeclared (first use in this function)
./cpu-all.h:443: error: parse error before ')' token
./cpu-all.h: At top level:
./cpu-all.h:453: error: parse error before "uint64_t"
./cpu-all.h: In function `stq_be_p':
./cpu-all.h:455: error: `ptr' undeclared (first use in this function)
./cpu-all.h:455: error: `v' undeclared (first use in this function)
./cpu-all.h: In function `ldfl_be_p':
./cpu-all.h:465: error: parse error before "uint32_t"
./cpu-all.h:465: warning: no semicolon at end of struct or union
./cpu-all.h:466: warning: no return statement in function returning non-void
./cpu-all.h: At top level:
./cpu-all.h:466: warning: type defaults to `int' in declaration of `u'
./cpu-all.h:466: warning: data definition has no type or storage class
./cpu-all.h:467: error: parse error before '.' token
./cpu-all.h: In function `stfl_be_p':
./cpu-all.h:475: error: parse error before "uint32_t"
./cpu-all.h:475: warning: no semicolon at end of struct or union
./cpu-all.h: At top level:
./cpu-all.h:476: warning: type defaults to `int' in declaration of `u'
./cpu-all.h:476: warning: data definition has no type or storage class
./cpu-all.h:477: error: parse error before '.' token
./cpu-all.h:478: error: parse error before '.' token
./cpu-all.h:478: warning: type defaults to `int' in declaration of `stl_be_=
p'
./cpu-all.h:478: error: conflicting types for 'stl_be_p'
./cpu-all.h:438: error: previous definition of 'stl_be_p' was here
./cpu-all.h:478: warning: data definition has no type or storage class
./cpu-all.h: In function `ldfq_be_p':
./cpu-all.h:483: error: parse error before "u"
./cpu-all.h:484: error: request for member `l' in something not a structure=
or union
./cpu-all.h:485: error: request for member `l' in something not a structure=
or union
./cpu-all.h:486: error: request for member `d' in something not a structure=
or union
./cpu-all.h: In function `stfq_be_p':
./cpu-all.h:491: error: parse error before "u"
./cpu-all.h:492: error: request for member `d' in something not a structure=
or union
./cpu-all.h:493: error: request for member `l' in something not a structure=
or union
./cpu-all.h:494: error: request for member `l' in something not a structure=
or union
./cpu-all.h: At top level:
./cpu-all.h:690: error: parse error before '*' token
./cpu-all.h:691: error: parse error before "address"
./cpu-all.h:692: error: parse error before "start"
./cpu-all.h:693: error: parse error before "data"
./cpu-all.h:766: error: parse error before '*' token
./cpu-all.h:766: error: parse error before '*' token
./cpu-all.h:766: warning: type defaults to `int' in declaration of `cpu_cop=
y'
./cpu-all.h:766: warning: data definition has no type or storage class
./cpu-all.h:768: error: parse error before '*' token
./cpu-all.h:769: error: parse error before '*' token
./cpu-all.h:769: error: `cpu_dump_state' declared as function returning a f=
unction
./cpu-all.h:771: error: parse error before '*' token
./cpu-all.h:772: error: parse error before '*' token
./cpu-all.h:772: error: `cpu_dump_statistics' declared as function returnin=
g a function
./cpu-all.h:775: error: parse error before '*' token
./cpu-all.h:776: error: parse error before '*' token
./cpu-all.h:776: warning: type defaults to `int' in declaration of `first_c=
pu'
./cpu-all.h:776: warning: data definition has no type or storage class
./cpu-all.h:777: error: parse error before '*' token
./cpu-all.h:777: warning: type defaults to `int' in declaration of `cpu_sin=
gle_env'
./cpu-all.h:777: warning: data definition has no type or storage class
./cpu-all.h:789: error: parse error before '*' token
./cpu-all.h:790: error: parse error before '*' token
./cpu-all.h:792: error: parse error before '*' token
./cpu-all.h:793: error: parse error before '*' token
./cpu-all.h:794: error: parse error before '*' token
./cpu-all.h:795: error: parse error before '*' token
./cpu-all.h:796: error: parse error before '*' token
./cpu-all.h:797: error: parse error before '*' token
./cpu-all.h:802: error: parse error before "cpu_get_phys_page_debug"
./cpu-all.h:802: error: parse error before '*' token
./cpu-all.h:802: warning: type defaults to `int' in declaration of `cpu_get=
_phys_page_debug'
./cpu-all.h:802: warning: data definition has no type or storage class
./cpu-all.h:832: error: parse error before '*' token
./cpu-all.h:833: error: parse error before '*' token
./cpu-all.h:834: error: parse error before '*' token
./cpu-all.h:835: error: parse error before '*' token
./cpu-all.h:836: error: parse error before '*' token
./cpu-all.h:837: error: parse error before '*' token
./cpu-all.h:844: error: parse error before '*' token
./cpu-all.h:844: warning: type defaults to `int' in declaration of `phys_ra=
m_base'
./cpu-all.h:844: warning: data definition has no type or storage class
./cpu-all.h:845: error: parse error before '*' token
./cpu-all.h:845: warning: type defaults to `int' in declaration of `phys_ra=
m_dirty'
./cpu-all.h:845: warning: data definition has no type or storage class
./cpu-all.h:861: error: parse error before "target_phys_addr_t"
./cpu-all.h:862: error: parse error before "CPUReadMemoryFunc"
./cpu-all.h:862: error: parse error before "target_phys_addr_t"
./cpu-all.h:862: warning: type defaults to `int' in declaration of `CPURead=
MemoryFunc'
./cpu-all.h:862: warning: data definition has no type or storage class
./cpu-all.h:864: error: parse error before "start_addr"
./cpu-all.h:867: error: parse error before "cpu_get_physical_page_desc"
./cpu-all.h:867: error: parse error before "addr"
./cpu-all.h:867: warning: type defaults to `int' in declaration of `cpu_get=
_physical_page_desc'
./cpu-all.h:867: warning: data definition has no type or storage class
./cpu-all.h:871: error: parse error before "CPUReadMemoryFunc"
./cpu-all.h:875: error: parse error before '*' token
./cpu-all.h:875: warning: type defaults to `int' in declaration of `cpu_get=
_io_memory_read'
./cpu-all.h:875: warning: data definition has no type or storage class
./cpu-all.h:877: error: parse error before "addr"
./cpu-all.h:879: error: parse error before "addr"
./cpu-all.h: In function `cpu_physical_memory_read':
./cpu-all.h:882: error: `addr' undeclared (first use in this function)
./cpu-all.h:882: error: `buf' undeclared (first use in this function)
./cpu-all.h:882: error: `len' undeclared (first use in this function)
./cpu-all.h: At top level:
./cpu-all.h:884: error: parse error before "addr"
./cpu-all.h: In function `cpu_physical_memory_write':
./cpu-all.h:887: error: `addr' undeclared (first use in this function)
./cpu-all.h:887: error: `uint8_t' undeclared (first use in this function)
./cpu-all.h:887: error: parse error before ')' token
./cpu-all.h: At top level:
./cpu-all.h:889: error: parse error before "ldub_phys"
./cpu-all.h:889: error: parse error before "addr"
./cpu-all.h:889: warning: type defaults to `int' in declaration of `ldub_ph=
ys'
./cpu-all.h:889: warning: data definition has no type or storage class
./cpu-all.h:890: error: parse error before "lduw_phys"
./cpu-all.h:890: error: parse error before "addr"
./cpu-all.h:890: warning: type defaults to `int' in declaration of `lduw_ph=
ys'
./cpu-all.h:890: warning: data definition has no type or storage class
./cpu-all.h:891: error: parse error before "ldl_phys"
./cpu-all.h:891: error: parse error before "addr"
./cpu-all.h:891: warning: type defaults to `int' in declaration of `ldl_phy=
s'
./cpu-all.h:891: warning: data definition has no type or storage class
./cpu-all.h:892: error: parse error before "ldq_phys"
./cpu-all.h:892: error: parse error before "addr"
./cpu-all.h:892: warning: type defaults to `int' in declaration of `ldq_phy=
s'
./cpu-all.h:892: warning: data definition has no type or storage class
./cpu-all.h:893: error: parse error before "addr"
./cpu-all.h:894: error: parse error before "addr"
./cpu-all.h:895: error: parse error before "addr"
./cpu-all.h:896: error: parse error before "addr"
./cpu-all.h:897: error: parse error before "addr"
./cpu-all.h:898: error: parse error before "addr"
./cpu-all.h:900: error: parse error before "addr"
./cpu-all.h:902: error: parse error before '*' token
./cpu-all.h:927: error: parse error before '*' token
./cpu-all.h:929: error: parse error before '*' token
./cpu-all.h:930: error: parse error before '*' token
./cpu-all.h:965: error: parse error before "cpu_get_real_ticks"
./cpu-all.h:966: warning: return type defaults to `int'
./cpu-all.h: In function `cpu_get_real_ticks':
./cpu-all.h:967: error: `int64_t' undeclared (first use in this function)
./cpu-all.h:967: error: parse error before "val"
./cpu-all.h:968: error: `val' undeclared (first use in this function)
In file included from /home/personal/sourceCode/qemu/vl.c:24:
/home/personal/sourceCode/qemu/vl.h: At top level:
/home/personal/sourceCode/qemu/vl.h:110: error: parse error before "muldiv6=
4"
/home/personal/sourceCode/qemu/vl.h:110: error: parse error before "a"
/home/personal/sourceCode/qemu/vl.h:110: warning: type defaults to `int' in=
declaration of `muldiv64'
/home/personal/sourceCode/qemu/vl.h:110: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:237: warning: type defaults to `int' in=
declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.h:237: error: parse error before '*' token
/home/personal/sourceCode/qemu/vl.h:299: warning: type defaults to `int' in=
declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.h:299: error: parse error before '*' token
/home/personal/sourceCode/qemu/vl.h:315: warning: type defaults to `int' in=
declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.h:315: error: parse error before '*' token
/home/personal/sourceCode/qemu/vl.h:325: error: parse error before "uint8_t"
/home/personal/sourceCode/qemu/vl.h:392: warning: type defaults to `int' in=
declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.h:392: error: parse error before '*' token
/home/personal/sourceCode/qemu/vl.h:405: error: parse error before "uint8_t"
/home/personal/sourceCode/qemu/vl.h:405: warning: no semicolon at end of st=
ruct or union
/home/personal/sourceCode/qemu/vl.h:408: error: parse error before '}' token
/home/personal/sourceCode/qemu/vl.h:408: warning: type defaults to `int' in=
declaration of `NICInfo'
/home/personal/sourceCode/qemu/vl.h:408: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:411: error: parse error before "nd_tabl=
e"
/home/personal/sourceCode/qemu/vl.h:411: warning: type defaults to `int' in=
declaration of `nd_table'
/home/personal/sourceCode/qemu/vl.h:411: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:430: error: parse error before "qemu_ge=
t_clock"
/home/personal/sourceCode/qemu/vl.h:430: warning: type defaults to `int' in=
declaration of `qemu_get_clock'
/home/personal/sourceCode/qemu/vl.h:430: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:435: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.h:438: error: parse error before "ticks_p=
er_sec"
/home/personal/sourceCode/qemu/vl.h:438: warning: type defaults to `int' in=
declaration of `ticks_per_sec'
/home/personal/sourceCode/qemu/vl.h:438: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:441: error: parse error before "cpu_get=
_ticks"
/home/personal/sourceCode/qemu/vl.h:441: warning: type defaults to `int' in=
declaration of `cpu_get_ticks'
/home/personal/sourceCode/qemu/vl.h:441: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:452: warning: type defaults to `int' in=
declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.h:452: error: parse error before '*' token
/home/personal/sourceCode/qemu/vl.h:456: error: parse error before "uint64_=
t"
/home/personal/sourceCode/qemu/vl.h:457: error: parse error before "uint8_t"
/home/personal/sourceCode/qemu/vl.h:461: error: parse error before "qemu_ge=
t_be64"
/home/personal/sourceCode/qemu/vl.h:461: warning: type defaults to `int' in=
declaration of `qemu_get_be64'
/home/personal/sourceCode/qemu/vl.h:461: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:463: warning: type defaults to `int' in=
declaration of `uint64_t'
/home/personal/sourceCode/qemu/vl.h:463: error: parse error before '*' token
/home/personal/sourceCode/qemu/vl.h: In function `qemu_put_be64s':
/home/personal/sourceCode/qemu/vl.h:465: error: `f' undeclared (first use i=
n this function)
/home/personal/sourceCode/qemu/vl.h:465: error: `pv' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.h: At top level:
/home/personal/sourceCode/qemu/vl.h:468: warning: type defaults to `int' in=
declaration of `uint32_t'
/home/personal/sourceCode/qemu/vl.h:468: error: parse error before '*' token
/home/personal/sourceCode/qemu/vl.h: In function `qemu_put_be32s':
/home/personal/sourceCode/qemu/vl.h:470: error: `f' undeclared (first use i=
n this function)
/home/personal/sourceCode/qemu/vl.h:470: error: `pv' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.h: At top level:
/home/personal/sourceCode/qemu/vl.h:473: warning: type defaults to `int' in=
declaration of `uint16_t'
/home/personal/sourceCode/qemu/vl.h:473: error: parse error before '*' token
/home/personal/sourceCode/qemu/vl.h: In function `qemu_put_be16s':
/home/personal/sourceCode/qemu/vl.h:475: error: `f' undeclared (first use i=
n this function)
/home/personal/sourceCode/qemu/vl.h:475: error: `pv' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.h: At top level:
/home/personal/sourceCode/qemu/vl.h:478: warning: type defaults to `int' in=
declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.h:478: error: parse error before '*' token
/home/personal/sourceCode/qemu/vl.h: In function `qemu_put_8s':
/home/personal/sourceCode/qemu/vl.h:480: error: `f' undeclared (first use i=
n this function)
/home/personal/sourceCode/qemu/vl.h:480: error: `pv' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.h: At top level:
/home/personal/sourceCode/qemu/vl.h:483: error: parse error before "uint64_=
t"
/home/personal/sourceCode/qemu/vl.h: In function `qemu_get_be64s':
/home/personal/sourceCode/qemu/vl.h:485: error: `pv' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.h:485: error: `f' undeclared (first use i=
n this function)
/home/personal/sourceCode/qemu/vl.h: At top level:
/home/personal/sourceCode/qemu/vl.h:488: error: parse error before "uint32_=
t"
/home/personal/sourceCode/qemu/vl.h: In function `qemu_get_be32s':
/home/personal/sourceCode/qemu/vl.h:490: error: `pv' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.h:490: error: `f' undeclared (first use i=
n this function)
/home/personal/sourceCode/qemu/vl.h: At top level:
/home/personal/sourceCode/qemu/vl.h:493: error: parse error before "uint16_=
t"
/home/personal/sourceCode/qemu/vl.h: In function `qemu_get_be16s':
/home/personal/sourceCode/qemu/vl.h:495: error: `pv' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.h:495: error: `f' undeclared (first use i=
n this function)
/home/personal/sourceCode/qemu/vl.h: At top level:
/home/personal/sourceCode/qemu/vl.h:498: error: parse error before "uint8_t"
/home/personal/sourceCode/qemu/vl.h: In function `qemu_get_8s':
/home/personal/sourceCode/qemu/vl.h:500: error: `pv' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.h:500: error: `f' undeclared (first use i=
n this function)
/home/personal/sourceCode/qemu/vl.h: At top level:
/home/personal/sourceCode/qemu/vl.h:515: error: parse error before "qemu_ft=
ell"
/home/personal/sourceCode/qemu/vl.h:515: warning: type defaults to `int' in=
declaration of `qemu_ftell'
/home/personal/sourceCode/qemu/vl.h:515: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:516: error: parse error before "qemu_fs=
eek"
/home/personal/sourceCode/qemu/vl.h:516: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.h:516: warning: type defaults to `int' in=
declaration of `qemu_fseek'
/home/personal/sourceCode/qemu/vl.h:516: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:567: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.h:567: warning: no semicolon at end of st=
ruct or union
/home/personal/sourceCode/qemu/vl.h:568: warning: type defaults to `int' in=
declaration of `BlockDriverInfo'
/home/personal/sourceCode/qemu/vl.h:568: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:575: error: parse error before "uint32_=
t"
/home/personal/sourceCode/qemu/vl.h:575: warning: no semicolon at end of st=
ruct or union
/home/personal/sourceCode/qemu/vl.h:576: warning: type defaults to `int' in=
declaration of `date_sec'
/home/personal/sourceCode/qemu/vl.h:576: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:577: error: parse error before "date_ns=
ec"
/home/personal/sourceCode/qemu/vl.h:577: warning: type defaults to `int' in=
declaration of `date_nsec'
/home/personal/sourceCode/qemu/vl.h:577: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:578: error: parse error before "vm_cloc=
k_nsec"
/home/personal/sourceCode/qemu/vl.h:578: warning: type defaults to `int' in=
declaration of `vm_clock_nsec'
/home/personal/sourceCode/qemu/vl.h:578: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:579: warning: type defaults to `int' in=
declaration of `QEMUSnapshotInfo'
/home/personal/sourceCode/qemu/vl.h:579: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:594: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.h:603: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.h:605: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.h:607: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.h:609: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.h:611: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.h:612: error: parse error before "bdrv_ge=
tlength"
/home/personal/sourceCode/qemu/vl.h:612: warning: type defaults to `int' in=
declaration of `bdrv_getlength'
/home/personal/sourceCode/qemu/vl.h:612: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:613: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.h:615: warning: type defaults to `int' in=
declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.h:615: error: parse error before '*' token
/home/personal/sourceCode/qemu/vl.h:620: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.h:623: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.h:673: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.h:675: error: parse error before "BlockDr=
iverInfo"
/home/personal/sourceCode/qemu/vl.h:680: error: parse error before "QEMUSna=
pshotInfo"
/home/personal/sourceCode/qemu/vl.h:685: error: parse error before "QEMUSna=
pshotInfo"
/home/personal/sourceCode/qemu/vl.h:686: error: parse error before "QEMUSna=
pshotInfo"
/home/personal/sourceCode/qemu/vl.h:688: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.h:724: error: parse error before "isa_mem=
_base"
/home/personal/sourceCode/qemu/vl.h:724: warning: type defaults to `int' in=
declaration of `isa_mem_base'
/home/personal/sourceCode/qemu/vl.h:724: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:726: error: parse error before "uint32_=
t"
/home/personal/sourceCode/qemu/vl.h:727: error: parse error before "uint32_=
t"
/home/personal/sourceCode/qemu/vl.h:727: warning: type defaults to `int' in=
declaration of `uint32_t'
/home/personal/sourceCode/qemu/vl.h:727: error: `uint32_t' declared as func=
tion returning a function
/home/personal/sourceCode/qemu/vl.h:727: warning: parameter names (without =
types) in function declaration
/home/personal/sourceCode/qemu/vl.h:730: error: parse error before "IOPortR=
eadFunc"
/home/personal/sourceCode/qemu/vl.h:735: error: parse error before "base"
/home/personal/sourceCode/qemu/vl.h:739: error: parse error before "pci_mem=
_base"
/home/personal/sourceCode/qemu/vl.h:739: warning: type defaults to `int' in=
declaration of `pci_mem_base'
/home/personal/sourceCode/qemu/vl.h:739: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:747: error: `PCIConfigReadFunc' declare=
d as function returning a function
/home/personal/sourceCode/qemu/vl.h:756: error: field `addr' declared as a =
function
/home/personal/sourceCode/qemu/vl.h:757: error: field `size' declared as a =
function
/home/personal/sourceCode/qemu/vl.h:758: error: parse error before "uint8_t"
/home/personal/sourceCode/qemu/vl.h:758: warning: no semicolon at end of st=
ruct or union
/home/personal/sourceCode/qemu/vl.h:760: error: parse error before '}' token
/home/personal/sourceCode/qemu/vl.h:760: warning: type defaults to `int' in=
declaration of `PCIIORegion'
/home/personal/sourceCode/qemu/vl.h:760: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:780: error: parse error before "uint8_t"
/home/personal/sourceCode/qemu/vl.h:780: warning: no semicolon at end of st=
ruct or union
/home/personal/sourceCode/qemu/vl.h:786: error: parse error before "io_regi=
ons"
/home/personal/sourceCode/qemu/vl.h:786: warning: type defaults to `int' in=
declaration of `io_regions'
/home/personal/sourceCode/qemu/vl.h:786: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:796: error: parse error before '}' token
/home/personal/sourceCode/qemu/vl.h:810: error: `pci_default_read_config' d=
eclared as function returning a function
/home/personal/sourceCode/qemu/vl.h:821: error: parse error before "NICInfo"
/home/personal/sourceCode/qemu/vl.h:823: error: `pci_data_read' declared as=
function returning a function
/home/personal/sourceCode/qemu/vl.h:841: error: parse error before "special=
_base"
/home/personal/sourceCode/qemu/vl.h:896: error: parse error before "uint8_t"
/home/personal/sourceCode/qemu/vl.h:896: warning: no semicolon at end of st=
ruct or union
/home/personal/sourceCode/qemu/vl.h:913: error: parse error before "uint8_t"
/home/personal/sourceCode/qemu/vl.h:917: error: 'dpy_update' redeclared as =
different kind of symbol
/home/personal/sourceCode/qemu/vl.h:904: error: previous declaration of 'dp=
y_update' was here
/home/personal/sourceCode/qemu/vl.h: In function `dpy_update':
/home/personal/sourceCode/qemu/vl.h:918: error: dereferencing pointer to in=
complete type
/home/personal/sourceCode/qemu/vl.h: At top level:
/home/personal/sourceCode/qemu/vl.h:922: error: 'dpy_resize' redeclared as =
different kind of symbol
/home/personal/sourceCode/qemu/vl.h:905: error: previous declaration of 'dp=
y_resize' was here
/home/personal/sourceCode/qemu/vl.h: In function `dpy_resize':
/home/personal/sourceCode/qemu/vl.h:923: error: dereferencing pointer to in=
complete type
/home/personal/sourceCode/qemu/vl.h: At top level:
/home/personal/sourceCode/qemu/vl.h:926: error: parse error before "uint8_t"
/home/personal/sourceCode/qemu/vl.h:928: error: parse error before "uint8_t"
/home/personal/sourceCode/qemu/vl.h:933: error: parse error before "uint8_t"
/home/personal/sourceCode/qemu/vl.h:935: error: parse error before "uint8_t"
/home/personal/sourceCode/qemu/vl.h:939: error: parse error before "uint8_t"
/home/personal/sourceCode/qemu/vl.h:953: error: parse error before "_transl=
ate_keycode"
/home/personal/sourceCode/qemu/vl.h:953: warning: type defaults to `int' in=
declaration of `_translate_keycode'
/home/personal/sourceCode/qemu/vl.h:953: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.h:970: error: parse error before "uint8_t"
/home/personal/sourceCode/qemu/vl.h:971: error: parse error before "uint8_t"
/home/personal/sourceCode/qemu/vl.h:975: error: parse error before "mem_bas=
e"
/home/personal/sourceCode/qemu/vl.h:1015: error: parse error before "NICInf=
o"
/home/personal/sourceCode/qemu/vl.h:1016: error: parse error before "NICInf=
o"
/home/personal/sourceCode/qemu/vl.h:1017: error: parse error before "NICInf=
o"
/home/personal/sourceCode/qemu/vl.h:1021: error: parse error before "NICInf=
o"
/home/personal/sourceCode/qemu/vl.h:1022: error: parse error before "NICInf=
o"
/home/personal/sourceCode/qemu/vl.h:1026: error: parse error before "NICInf=
o"
/home/personal/sourceCode/qemu/vl.h:1030: error: parse error before "NICInf=
o"
/home/personal/sourceCode/qemu/vl.h:1032: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.h:1047: warning: "struct tm" declared ins=
ide parameter list
/home/personal/sourceCode/qemu/vl.h:1047: warning: its scope is only this d=
efinition or declaration, which is probably not what you want
/home/personal/sourceCode/qemu/vl.h:1055: error: parse error before "target=
_ulong"
/home/personal/sourceCode/qemu/vl.h:1058: error: parse error before "target=
_phys_addr_t"
/home/personal/sourceCode/qemu/vl.h:1058: error: `serial_mm_readb' declared=
as function returning a function
/home/personal/sourceCode/qemu/vl.h:1059: error: parse error before "target=
_phys_addr_t"
/home/personal/sourceCode/qemu/vl.h:1060: error: parse error before "target=
_phys_addr_t"
/home/personal/sourceCode/qemu/vl.h:1060: error: `serial_mm_readw' declared=
as function returning a function
/home/personal/sourceCode/qemu/vl.h:1061: error: parse error before "target=
_phys_addr_t"
/home/personal/sourceCode/qemu/vl.h:1062: error: parse error before "target=
_phys_addr_t"
/home/personal/sourceCode/qemu/vl.h:1062: error: `serial_mm_readl' declared=
as function returning a function
/home/personal/sourceCode/qemu/vl.h:1063: error: parse error before "target=
_phys_addr_t"
/home/personal/sourceCode/qemu/vl.h:1081: error: `pic_intack_read' declared=
as function returning a function
/home/personal/sourceCode/qemu/vl.h:1088: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.h:1089: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.h:1104: error: parse error before "int64_=
t"
In file included from /home/personal/sourceCode/qemu/vl.h:1110,
from /home/personal/sourceCode/qemu/vl.c:24:
/home/personal/sourceCode/qemu/hw/smbus.h:28: error: parse error before "ui=
nt8_t"
/home/personal/sourceCode/qemu/hw/smbus.h:28: warning: no semicolon at end =
of struct or union
/home/personal/sourceCode/qemu/hw/smbus.h:29: error: parse error before "ui=
nt8_t"
/home/personal/sourceCode/qemu/hw/smbus.h:30: error: parse error before "ui=
nt8_t"
/home/personal/sourceCode/qemu/hw/smbus.h:31: error: parse error before '*'=
token
/home/personal/sourceCode/qemu/hw/smbus.h:31: warning: type defaults to `in=
t' in declaration of `uint8_t'
/home/personal/sourceCode/qemu/hw/smbus.h:31: error: `uint8_t' declared as =
function returning a function
/home/personal/sourceCode/qemu/hw/smbus.h:31: warning: data definition has =
no type or storage class
/home/personal/sourceCode/qemu/hw/smbus.h:32: error: parse error before "ui=
nt8_t"
/home/personal/sourceCode/qemu/hw/smbus.h:33: error: parse error before '*'=
token
/home/personal/sourceCode/qemu/hw/smbus.h:33: error: parse error before "ui=
nt8_t"
/home/personal/sourceCode/qemu/hw/smbus.h:33: warning: type defaults to `in=
t' in declaration of `uint8_t'
/home/personal/sourceCode/qemu/hw/smbus.h:33: error: `uint8_t' declared as =
function returning a function
/home/personal/sourceCode/qemu/hw/smbus.h:33: warning: data definition has =
no type or storage class
/home/personal/sourceCode/qemu/hw/smbus.h:34: error: parse error before "ui=
nt8_t"
/home/personal/sourceCode/qemu/hw/smbus.h:35: error: parse error before '*'=
token
/home/personal/sourceCode/qemu/hw/smbus.h:35: error: parse error before "ui=
nt8_t"
/home/personal/sourceCode/qemu/hw/smbus.h:35: warning: type defaults to `in=
t' in declaration of `uint16_t'
/home/personal/sourceCode/qemu/hw/smbus.h:35: error: `uint16_t' declared as=
function returning a function
/home/personal/sourceCode/qemu/hw/smbus.h:35: warning: data definition has =
no type or storage class
/home/personal/sourceCode/qemu/hw/smbus.h:36: error: parse error before "ui=
nt8_t"
/home/personal/sourceCode/qemu/hw/smbus.h:37: error: parse error before '*'=
token
/home/personal/sourceCode/qemu/hw/smbus.h:37: error: parse error before "ui=
nt8_t"
/home/personal/sourceCode/qemu/hw/smbus.h:37: warning: type defaults to `in=
t' in declaration of `uint8_t'
/home/personal/sourceCode/qemu/hw/smbus.h:37: error: `uint8_t' declared as =
function returning a function
/home/personal/sourceCode/qemu/hw/smbus.h:37: warning: data definition has =
no type or storage class
In file included from /home/personal/sourceCode/qemu/vl.c:24:
/home/personal/sourceCode/qemu/vl.h:1115: error: parse error before "uint8_=
t"
/home/personal/sourceCode/qemu/vl.h:1119: error: parse error before "addr"
/home/personal/sourceCode/qemu/vl.h:1144: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.h:1160: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.h:1160: warning: type defaults to `int' i=
n declaration of `PPC_io_read'
/home/personal/sourceCode/qemu/vl.h:1160: warning: data definition has no t=
ype or storage class
/home/personal/sourceCode/qemu/vl.h:1168: error: parse error before "target=
_phys_addr_t"
/home/personal/sourceCode/qemu/vl.h:1171: error: parse error before "target=
_phys_addr_t"
/home/personal/sourceCode/qemu/vl.h: In function `sparc_iommu_memory_read':
/home/personal/sourceCode/qemu/vl.h:1174: error: `addr' undeclared (first u=
se in this function)
/home/personal/sourceCode/qemu/vl.h:1174: error: `buf' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.h:1174: error: `len' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.h: At top level:
/home/personal/sourceCode/qemu/vl.h:1178: error: parse error before "target=
_phys_addr_t"
/home/personal/sourceCode/qemu/vl.h: In function `sparc_iommu_memory_write':
/home/personal/sourceCode/qemu/vl.h:1181: error: `addr' undeclared (first u=
se in this function)
/home/personal/sourceCode/qemu/vl.h:1181: error: `buf' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.h:1181: error: `len' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.h: At top level:
/home/personal/sourceCode/qemu/vl.h:1185: error: parse error before "uint8_=
t"
/home/personal/sourceCode/qemu/vl.h:1192: error: parse error before "CPUX86=
State"
/home/personal/sourceCode/qemu/vl.h:1200: error: parse error before "uint8_=
t"
/home/personal/sourceCode/qemu/vl.h:1201: error: parse error before "int64_=
t"
/home/personal/sourceCode/qemu/vl.h:1203: error: parse error before "uint8_=
t"
/home/personal/sourceCode/qemu/vl.h:1204: error: parse error before "target=
_ulong"
/home/personal/sourceCode/qemu/vl.h:1228: error: parse error before "target=
_phys_addr_t"
/home/personal/sourceCode/qemu/vl.h:1230: error: parse error before "target=
_phys_addr_t"
/home/personal/sourceCode/qemu/vl.h:1234: error: parse error before "uint8_=
t"
/home/personal/sourceCode/qemu/vl.h:1235: error: parse error before "uint8_=
t"
/home/personal/sourceCode/qemu/vl.h:1240: error: parse error before "base"
In file included from /home/personal/sourceCode/qemu/vl.h:1246,
from /home/personal/sourceCode/qemu/vl.c:24:
/home/personal/sourceCode/qemu/hw/m48t59.h:7: error: `m48t59_read' declared=
as function returning a function
/home/personal/sourceCode/qemu/hw/m48t59.h:9: error: parse error before "ta=
rget_ulong"
In file included from /home/personal/sourceCode/qemu/vl.c:24:
/home/personal/sourceCode/qemu/vl.h:1248: error: parse error before "uint8_=
t"
/home/personal/sourceCode/qemu/vl.h:1249: error: parse error before "NVRAM_=
get_byte"
/home/personal/sourceCode/qemu/vl.h:1249: warning: type defaults to `int' i=
n declaration of `NVRAM_get_byte'
/home/personal/sourceCode/qemu/vl.h:1249: warning: data definition has no t=
ype or storage class
/home/personal/sourceCode/qemu/vl.h:1250: error: parse error before "uint16=
_t"
/home/personal/sourceCode/qemu/vl.h:1251: error: parse error before "NVRAM_=
get_word"
/home/personal/sourceCode/qemu/vl.h:1251: warning: type defaults to `int' i=
n declaration of `NVRAM_get_word'
/home/personal/sourceCode/qemu/vl.h:1251: warning: data definition has no t=
ype or storage class
/home/personal/sourceCode/qemu/vl.h:1253: error: `NVRAM_get_lword' declared=
as function returning a function
/home/personal/sourceCode/qemu/vl.h:1256: error: parse error before "uint8_=
t"
/home/personal/sourceCode/qemu/vl.h:1259: error: parse error before "uint16=
_t"
/home/personal/sourceCode/qemu/vl.h:1277: error: parse error before "uint8_=
t"
/home/personal/sourceCode/qemu/vl.h:1296: error: parse error before "uint8_=
t"
/home/personal/sourceCode/qemu/vl.h:1298: error: parse error before "uint8_=
t"
In file included from /home/personal/sourceCode/qemu/vl.h:1312,
from /home/personal/sourceCode/qemu/vl.c:24:
/home/personal/sourceCode/qemu/hw/usb.h:128: error: parse error before "uin=
t8_t"
/home/personal/sourceCode/qemu/hw/usb.h:130: error: parse error before "uin=
t8_t"
/home/personal/sourceCode/qemu/hw/usb.h:130: warning: no semicolon at end o=
f struct or union
/home/personal/sourceCode/qemu/hw/usb.h:134: error: parse error before "set=
up_buf"
/home/personal/sourceCode/qemu/hw/usb.h:134: warning: type defaults to `int=
' in declaration of `setup_buf'
/home/personal/sourceCode/qemu/hw/usb.h:134: warning: data definition has n=
o type or storage class
/home/personal/sourceCode/qemu/hw/usb.h:135: error: parse error before "dat=
a_buf"
/home/personal/sourceCode/qemu/hw/usb.h:135: warning: type defaults to `int=
' in declaration of `data_buf'
/home/personal/sourceCode/qemu/hw/usb.h:135: warning: data definition has n=
o type or storage class
/home/personal/sourceCode/qemu/hw/usb.h:140: error: parse error before '}' =
token
/home/personal/sourceCode/qemu/hw/usb.h:159: error: parse error before "uin=
t8_t"
/home/personal/sourceCode/qemu/hw/usb.h:159: warning: no semicolon at end o=
f struct or union
/home/personal/sourceCode/qemu/hw/usb.h:160: warning: type defaults to `int=
' in declaration of `devep'
/home/personal/sourceCode/qemu/hw/usb.h:160: warning: data definition has n=
o type or storage class
/home/personal/sourceCode/qemu/hw/usb.h:161: error: parse error before '*' =
token
/home/personal/sourceCode/qemu/hw/usb.h:161: warning: type defaults to `int=
' in declaration of `data'
/home/personal/sourceCode/qemu/hw/usb.h:161: warning: data definition has n=
o type or storage class
/home/personal/sourceCode/qemu/hw/usb.h:168: error: parse error before '}' =
token
/home/personal/sourceCode/qemu/hw/usb.h: In function `usb_defer_packet':
/home/personal/sourceCode/qemu/hw/usb.h:176: error: dereferencing pointer t=
o incomplete type
/home/personal/sourceCode/qemu/hw/usb.h:177: error: dereferencing pointer t=
o incomplete type
/home/personal/sourceCode/qemu/hw/usb.h: In function `usb_packet_complete':
/home/personal/sourceCode/qemu/hw/usb.h:185: error: dereferencing pointer t=
o incomplete type
/home/personal/sourceCode/qemu/hw/usb.h:185: error: dereferencing pointer t=
o incomplete type
/home/personal/sourceCode/qemu/hw/usb.h: In function `usb_cancel_packet':
/home/personal/sourceCode/qemu/hw/usb.h:192: error: dereferencing pointer t=
o incomplete type
/home/personal/sourceCode/qemu/hw/usb.h:192: error: dereferencing pointer t=
o incomplete type
/home/personal/sourceCode/qemu/hw/usb.h: At top level:
/home/personal/sourceCode/qemu/hw/usb.h:197: error: parse error before '*' =
token
/home/personal/sourceCode/qemu/hw/usb.h:210: error: parse error before "bas=
e"
In file included from /home/personal/sourceCode/qemu/vl.c:24:
/home/personal/sourceCode/qemu/vl.h:1341: error: parse error before "scsi_s=
end_command"
/home/personal/sourceCode/qemu/vl.h:1341: error: parse error before "uint8_=
t"
/home/personal/sourceCode/qemu/vl.h:1341: warning: type defaults to `int' i=
n declaration of `scsi_send_command'
/home/personal/sourceCode/qemu/vl.h:1341: warning: data definition has no t=
ype or storage class
/home/personal/sourceCode/qemu/vl.h:1348: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.h:1348: warning: type defaults to `int' i=
n declaration of `scsi_get_buf'
/home/personal/sourceCode/qemu/vl.h:1348: warning: data definition has no t=
ype or storage class
/home/personal/sourceCode/qemu/vl.h:1369: error: `ps2_read_data' declared a=
s function returning a function
/home/personal/sourceCode/qemu/vl.h:1375: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.h:1408: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.h:1415: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.h:1419: error: parse error before "uint16=
_t"
/home/personal/sourceCode/qemu/vl.h:1419: warning: no semicolon at end of s=
truct or union
/home/personal/sourceCode/qemu/vl.h:1420: warning: type defaults to `int' i=
n declaration of `portbmask_trigger'
/home/personal/sourceCode/qemu/vl.h:1420: warning: data definition has no t=
ype or storage class
/home/personal/sourceCode/qemu/vl.h:1422: error: parse error before "porta"
/home/personal/sourceCode/qemu/vl.h:1427: warning: type defaults to `int' i=
n declaration of `sh7750_io_device'
/home/personal/sourceCode/qemu/vl.h:1427: warning: data definition has no t=
ype or storage class
/home/personal/sourceCode/qemu/vl.h:1430: error: parse error before "sh7750=
_io_device"
/home/personal/sourceCode/qemu/vl.h:1437: error: parse error before "base"
In file included from /home/personal/sourceCode/qemu/vl.h:1443,
from /home/personal/sourceCode/qemu/vl.c:24:
/home/personal/sourceCode/qemu/gdbstub.h:6: error: parse error before '*' t=
oken
/home/personal/sourceCode/qemu/vl.c:28:20: signal.h: No such file or direct=
ory
/home/personal/sourceCode/qemu/vl.c:31:22: sys/time.h: No such file or dire=
ctory
In file included from /usr/lib/gcc/i686-pc-mingw32/3.4.4/../../../../i686-p=
c-mingw32/include/zlib.h:34,
from /home/personal/sourceCode/qemu/vl.c:32:
/usr/lib/gcc/i686-pc-mingw32/3.4.4/../../../../i686-pc-mingw32/include/zcon=
f.h:288:41: sys/types.h: No such file or directory
In file included from /home/personal/sourceCode/qemu/vl.c:32:
/usr/lib/gcc/i686-pc-mingw32/3.4.4/../../../../i686-pc-mingw32/include/zlib=
.h:1183: error: parse error before "gzseek"
/usr/lib/gcc/i686-pc-mingw32/3.4.4/../../../../i686-pc-mingw32/include/zlib=
.h:1183: error: parse error before "off_t"
/usr/lib/gcc/i686-pc-mingw32/3.4.4/../../../../i686-pc-mingw32/include/zlib=
.h:1208: error: parse error before "gztell"
/usr/lib/gcc/i686-pc-mingw32/3.4.4/../../../../i686-pc-mingw32/include/zlib=
.h:1276: error: parse error before "off_t"
/usr/lib/gcc/i686-pc-mingw32/3.4.4/../../../../i686-pc-mingw32/include/zlib=
.h:1301: error: parse error before "off_t"
In file included from /home/personal/sourceCode/qemu/vl.c:79:
/home/personal/sourceCode/qemu/slirp/libslirp.h:23: warning: type defaults =
to `int' in declaration of `uint8_t'
/home/personal/sourceCode/qemu/slirp/libslirp.h:23: error: parse error befo=
re '*' token
/home/personal/sourceCode/qemu/slirp/libslirp.h:27: warning: type defaults =
to `int' in declaration of `uint8_t'
/home/personal/sourceCode/qemu/slirp/libslirp.h:27: error: parse error befo=
re '*' token
/home/personal/sourceCode/qemu/vl.c:83:20: malloc.h: No such file or direct=
ory
/home/personal/sourceCode/qemu/vl.c:84:23: sys/timeb.h: No such file or dir=
ectory
In file included from /home/personal/sourceCode/qemu/qemu_socket.h:9,
from /home/personal/sourceCode/qemu/vl.c:90:
/usr/lib/gcc/i686-pc-mingw32/3.4.4/../../../../include/w32api/ws2tcpip.h:29=
1: error: parse error before "size_t"
/usr/lib/gcc/i686-pc-mingw32/3.4.4/../../../../include/w32api/ws2tcpip.h:29=
5: error: parse error before '}' token
In file included from /home/personal/sourceCode/qemu/vl.c:103:
/home/personal/sourceCode/qemu/disas.h:5: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/disas.h:6: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/disas.h:7: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/disas.h:11: error: parse error before "orig_=
addr"
In file included from /home/personal/sourceCode/qemu/vl.c:105:
/home/personal/sourceCode/qemu/exec-all.h:56: error: parse error before "ge=
n_opc_buf"
/home/personal/sourceCode/qemu/exec-all.h:56: warning: type defaults to `in=
t' in declaration of `gen_opc_buf'
/home/personal/sourceCode/qemu/exec-all.h:56: warning: data definition has =
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:57: error: declaration of `gen_op=
param_buf' as array of functions
/home/personal/sourceCode/qemu/exec-all.h:60: error: parse error before "ge=
n_opc_pc"
/home/personal/sourceCode/qemu/exec-all.h:60: warning: type defaults to `in=
t' in declaration of `gen_opc_pc'
/home/personal/sourceCode/qemu/exec-all.h:60: warning: data definition has =
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:61: error: parse error before "ge=
n_opc_npc"
/home/personal/sourceCode/qemu/exec-all.h:61: warning: type defaults to `in=
t' in declaration of `gen_opc_npc'
/home/personal/sourceCode/qemu/exec-all.h:61: warning: data definition has =
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:62: error: parse error before "ge=
n_opc_cc_op"
/home/personal/sourceCode/qemu/exec-all.h:62: warning: type defaults to `in=
t' in declaration of `gen_opc_cc_op'
/home/personal/sourceCode/qemu/exec-all.h:62: warning: data definition has =
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:63: error: parse error before "ge=
n_opc_instr_start"
/home/personal/sourceCode/qemu/exec-all.h:63: warning: type defaults to `in=
t' in declaration of `gen_opc_instr_start'
/home/personal/sourceCode/qemu/exec-all.h:63: warning: data definition has =
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:64: error: parse error before "ge=
n_opc_jump_pc"
/home/personal/sourceCode/qemu/exec-all.h:64: warning: type defaults to `in=
t' in declaration of `gen_opc_jump_pc'
/home/personal/sourceCode/qemu/exec-all.h:64: warning: data definition has =
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:65: error: declaration of `gen_op=
c_hflags' as array of functions
/home/personal/sourceCode/qemu/exec-all.h:78: error: parse error before '*'=
token
/home/personal/sourceCode/qemu/exec-all.h:78: warning: type defaults to `in=
t' in declaration of `logfile'
/home/personal/sourceCode/qemu/exec-all.h:78: warning: data definition has =
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:81: error: parse error before '*'=
token
/home/personal/sourceCode/qemu/exec-all.h:82: error: parse error before '*'=
token
/home/personal/sourceCode/qemu/exec-all.h:83: warning: type defaults to `in=
t' in declaration of `uint16_t'
/home/personal/sourceCode/qemu/exec-all.h:83: error: parse error before '*'=
token
/home/personal/sourceCode/qemu/exec-all.h:84: error: parse error before '*'=
token
/home/personal/sourceCode/qemu/exec-all.h:87: error: parse error before "CP=
UX86State"
/home/personal/sourceCode/qemu/exec-all.h:89: error: parse error before '*'=
token
/home/personal/sourceCode/qemu/exec-all.h:92: error: parse error before "CP=
UX86State"
/home/personal/sourceCode/qemu/exec-all.h:94: error: parse error before '*'=
token
/home/personal/sourceCode/qemu/exec-all.h:95: error: parse error before '*'=
token
/home/personal/sourceCode/qemu/exec-all.h:96: error: parse error before "ad=
dress"
/home/personal/sourceCode/qemu/exec-all.h:97: error: parse error before "st=
art"
/home/personal/sourceCode/qemu/exec-all.h:99: error: parse error before "st=
art"
/home/personal/sourceCode/qemu/exec-all.h:100: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:101: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:102: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:105: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h: In function `tlb_set_page':
/home/personal/sourceCode/qemu/exec-all.h:109: error: `prot' undeclared (fi=
rst use in this function)
/home/personal/sourceCode/qemu/exec-all.h:111: error: `env' undeclared (fir=
st use in this function)
/home/personal/sourceCode/qemu/exec-all.h:111: error: `vaddr' undeclared (f=
irst use in this function)
/home/personal/sourceCode/qemu/exec-all.h:111: error: `paddr' undeclared (f=
irst use in this function)
/home/personal/sourceCode/qemu/exec-all.h:111: error: `is_user' undeclared =
(first use in this function)
/home/personal/sourceCode/qemu/exec-all.h:111: error: `is_softmmu' undeclar=
ed (first use in this function)
/home/personal/sourceCode/qemu/exec-all.h: At top level:
/home/personal/sourceCode/qemu/exec-all.h:164: error: parse error before "t=
arget_ulong"
/home/personal/sourceCode/qemu/exec-all.h:164: warning: no semicolon at end=
of struct or union
/home/personal/sourceCode/qemu/exec-all.h:165: warning: type defaults to `i=
nt' in declaration of `cs_base'
/home/personal/sourceCode/qemu/exec-all.h:165: warning: data definition has=
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:166: error: conflicting types for=
'flags'
/home/personal/sourceCode/qemu/target-i386/cpu.h:376: error: previous decla=
ration of 'flags' was here
/home/personal/sourceCode/qemu/exec-all.h:167: error: parse error before "s=
ize"
/home/personal/sourceCode/qemu/exec-all.h:167: warning: type defaults to `i=
nt' in declaration of `size'
/home/personal/sourceCode/qemu/exec-all.h:167: warning: data definition has=
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:169: error: parse error before "c=
flags"
/home/personal/sourceCode/qemu/exec-all.h:169: warning: type defaults to `i=
nt' in declaration of `cflags'
/home/personal/sourceCode/qemu/exec-all.h:169: warning: data definition has=
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:175: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:175: warning: type defaults to `i=
nt' in declaration of `tc_ptr'
/home/personal/sourceCode/qemu/exec-all.h:175: warning: data definition has=
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:181: error: parse error before "p=
age_addr"
/home/personal/sourceCode/qemu/exec-all.h:181: warning: type defaults to `i=
nt' in declaration of `page_addr'
/home/personal/sourceCode/qemu/exec-all.h:181: warning: data definition has=
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:185: error: parse error before "t=
b_next_offset"
/home/personal/sourceCode/qemu/exec-all.h:185: warning: type defaults to `i=
nt' in declaration of `tb_next_offset'
/home/personal/sourceCode/qemu/exec-all.h:185: warning: data definition has=
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:189: error: declaration of `tb_ne=
xt' as array of functions
/home/personal/sourceCode/qemu/exec-all.h:197: error: parse error before '}=
' token
/home/personal/sourceCode/qemu/exec-all.h:197: warning: type defaults to `i=
nt' in declaration of `TranslationBlock'
/home/personal/sourceCode/qemu/exec-all.h:197: warning: data definition has=
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:199: error: parse error before "p=
c"
/home/personal/sourceCode/qemu/exec-all.h: In function `tb_jmp_cache_hash_p=
age':
/home/personal/sourceCode/qemu/exec-all.h:201: error: parse error before "t=
mp"
/home/personal/sourceCode/qemu/exec-all.h:202: error: `tmp' undeclared (fir=
st use in this function)
/home/personal/sourceCode/qemu/exec-all.h:202: error: `pc' undeclared (firs=
t use in this function)
/home/personal/sourceCode/qemu/exec-all.h: At top level:
/home/personal/sourceCode/qemu/exec-all.h:206: error: parse error before "p=
c"
/home/personal/sourceCode/qemu/exec-all.h: In function `tb_jmp_cache_hash_f=
unc':
/home/personal/sourceCode/qemu/exec-all.h:208: error: parse error before "t=
mp"
/home/personal/sourceCode/qemu/exec-all.h:209: error: `tmp' undeclared (fir=
st use in this function)
/home/personal/sourceCode/qemu/exec-all.h:209: error: `pc' undeclared (firs=
t use in this function)
/home/personal/sourceCode/qemu/exec-all.h: At top level:
/home/personal/sourceCode/qemu/exec-all.h:219: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:219: error: parse error before "p=
c"
/home/personal/sourceCode/qemu/exec-all.h:219: warning: type defaults to `i=
nt' in declaration of `tb_alloc'
/home/personal/sourceCode/qemu/exec-all.h:219: warning: data definition has=
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:220: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:221: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:224: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:224: warning: type defaults to `i=
nt' in declaration of `tb_phys_hash'
/home/personal/sourceCode/qemu/exec-all.h:224: warning: data definition has=
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:226: error: parse error before "c=
ode_gen_buffer"
/home/personal/sourceCode/qemu/exec-all.h:226: warning: type defaults to `i=
nt' in declaration of `code_gen_buffer'
/home/personal/sourceCode/qemu/exec-all.h:226: warning: data definition has=
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:227: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:227: warning: type defaults to `i=
nt' in declaration of `code_gen_ptr'
/home/personal/sourceCode/qemu/exec-all.h:227: warning: data definition has=
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:272: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h: In function `tb_set_jmp_target':
/home/personal/sourceCode/qemu/exec-all.h:275: error: `tb' undeclared (firs=
t use in this function)
/home/personal/sourceCode/qemu/exec-all.h:275: error: `n' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/exec-all.h:275: error: `addr' undeclared (fi=
rst use in this function)
/home/personal/sourceCode/qemu/exec-all.h: At top level:
/home/personal/sourceCode/qemu/exec-all.h:280: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h: In function `tb_add_jump':
/home/personal/sourceCode/qemu/exec-all.h:284: error: `tb' undeclared (firs=
t use in this function)
/home/personal/sourceCode/qemu/exec-all.h:284: error: `n' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/exec-all.h:290: error: parse error before ')=
' token
/home/personal/sourceCode/qemu/exec-all.h: At top level:
/home/personal/sourceCode/qemu/exec-all.h:294: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:294: warning: type defaults to `i=
nt' in declaration of `tb_find_pc'
/home/personal/sourceCode/qemu/exec-all.h:294: warning: data definition has=
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:357: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:357: warning: type defaults to `i=
nt' in declaration of `io_mem_read'
/home/personal/sourceCode/qemu/exec-all.h:357: warning: data definition has=
no type or storage class
/home/personal/sourceCode/qemu/exec-all.h:524: error: parse error before "a=
ddr"
In file included from /home/personal/sourceCode/qemu/exec-all.h:532,
from /home/personal/sourceCode/qemu/vl.c:105:
/home/personal/sourceCode/qemu/softmmu_header.h:110: warning: type defaults=
to `int' in declaration of `uint8_t'
/home/personal/sourceCode/qemu/softmmu_header.h:110: warning: `regparm' att=
ribute only applies to function types
/home/personal/sourceCode/qemu/softmmu_header.h:110: error: 'uint8_t' redec=
lared as different kind of symbol
/home/personal/sourceCode/qemu/hw/smbus.h:37: error: previous declaration o=
f 'uint8_t' was here
/home/personal/sourceCode/qemu/softmmu_header.h:110: error: 'uint8_t' redec=
lared as different kind of symbol
/home/personal/sourceCode/qemu/hw/smbus.h:37: error: previous declaration o=
f 'uint8_t' was here
/home/personal/sourceCode/qemu/softmmu_header.h:110: error: parse error bef=
ore "__ldb_cmmu"
/home/personal/sourceCode/qemu/softmmu_header.h:112: error: parse error bef=
ore "addr"
/home/personal/sourceCode/qemu/softmmu_header.h:263: error: parse error bef=
ore "ptr"
/home/personal/sourceCode/qemu/softmmu_header.h: In function `ldub_code':
/home/personal/sourceCode/qemu/softmmu_header.h:267: error: parse error bef=
ore "addr"
/home/personal/sourceCode/qemu/softmmu_header.h:271: error: `addr' undeclar=
ed (first use in this function)
/home/personal/sourceCode/qemu/softmmu_header.h:271: error: `ptr' undeclare=
d (first use in this function)
/home/personal/sourceCode/qemu/softmmu_header.h:273: error: request for mem=
ber `hflags' in something not a structure or union
/home/personal/sourceCode/qemu/softmmu_header.h:274: error: request for mem=
ber `tlb_table' in something not a structure or union
/home/personal/sourceCode/qemu/softmmu_header.h:276: warning: implicit decl=
aration of function `__ldb_cmmu'
/home/personal/sourceCode/qemu/softmmu_header.h:278: error: request for mem=
ber `tlb_table' in something not a structure or union
/home/personal/sourceCode/qemu/softmmu_header.h:279: error: parse error bef=
ore ')' token
/home/personal/sourceCode/qemu/softmmu_header.h: At top level:
/home/personal/sourceCode/qemu/softmmu_header.h:285: error: parse error bef=
ore "ptr"
/home/personal/sourceCode/qemu/softmmu_header.h: In function `ldsb_code':
/home/personal/sourceCode/qemu/softmmu_header.h:288: error: parse error bef=
ore "addr"
/home/personal/sourceCode/qemu/softmmu_header.h:292: error: `addr' undeclar=
ed (first use in this function)
/home/personal/sourceCode/qemu/softmmu_header.h:292: error: `ptr' undeclare=
d (first use in this function)
/home/personal/sourceCode/qemu/softmmu_header.h:294: error: request for mem=
ber `hflags' in something not a structure or union
/home/personal/sourceCode/qemu/softmmu_header.h:295: error: request for mem=
ber `tlb_table' in something not a structure or union
/home/personal/sourceCode/qemu/softmmu_header.h:297: error: `int8_t' undecl=
ared (first use in this function)
/home/personal/sourceCode/qemu/softmmu_header.h:297: error: parse error bef=
ore "__ldb_cmmu"
/home/personal/sourceCode/qemu/softmmu_header.h:299: error: request for mem=
ber `tlb_table' in something not a structure or union
/home/personal/sourceCode/qemu/softmmu_header.h:300: error: parse error bef=
ore ')' token
In file included from /home/personal/sourceCode/qemu/exec-all.h:535,
from /home/personal/sourceCode/qemu/vl.c:105:
/home/personal/sourceCode/qemu/softmmu_header.h: At top level:
/home/personal/sourceCode/qemu/softmmu_header.h:110: warning: type defaults=
to `int' in declaration of `uint16_t'
/home/personal/sourceCode/qemu/softmmu_header.h:110: warning: `regparm' att=
ribute only applies to function types
/home/personal/sourceCode/qemu/softmmu_header.h:110: error: 'uint16_t' rede=
clared as different kind of symbol
/home/personal/sourceCode/qemu/hw/smbus.h:35: error: previous declaration o=
f 'uint16_t' was here
/home/personal/sourceCode/qemu/softmmu_header.h:110: error: 'uint16_t' rede=
clared as different kind of symbol
/home/personal/sourceCode/qemu/hw/smbus.h:35: error: previous declaration o=
f 'uint16_t' was here
/home/personal/sourceCode/qemu/softmmu_header.h:110: error: parse error bef=
ore "__ldw_cmmu"
/home/personal/sourceCode/qemu/softmmu_header.h:112: error: parse error bef=
ore "addr"
/home/personal/sourceCode/qemu/softmmu_header.h:263: error: parse error bef=
ore "ptr"
/home/personal/sourceCode/qemu/softmmu_header.h: In function `lduw_code':
/home/personal/sourceCode/qemu/softmmu_header.h:267: error: parse error bef=
ore "addr"
/home/personal/sourceCode/qemu/softmmu_header.h:271: error: `addr' undeclar=
ed (first use in this function)
/home/personal/sourceCode/qemu/softmmu_header.h:271: error: `ptr' undeclare=
d (first use in this function)
/home/personal/sourceCode/qemu/softmmu_header.h:273: error: request for mem=
ber `hflags' in something not a structure or union
/home/personal/sourceCode/qemu/softmmu_header.h:274: error: request for mem=
ber `tlb_table' in something not a structure or union
/home/personal/sourceCode/qemu/softmmu_header.h:276: warning: implicit decl=
aration of function `__ldw_cmmu'
/home/personal/sourceCode/qemu/softmmu_header.h:278: error: request for mem=
ber `tlb_table' in something not a structure or union
/home/personal/sourceCode/qemu/softmmu_header.h:279: error: parse error bef=
ore ')' token
/home/personal/sourceCode/qemu/softmmu_header.h: At top level:
/home/personal/sourceCode/qemu/softmmu_header.h:285: error: parse error bef=
ore "ptr"
/home/personal/sourceCode/qemu/softmmu_header.h: In function `ldsw_code':
/home/personal/sourceCode/qemu/softmmu_header.h:288: error: parse error bef=
ore "addr"
/home/personal/sourceCode/qemu/softmmu_header.h:292: error: `addr' undeclar=
ed (first use in this function)
/home/personal/sourceCode/qemu/softmmu_header.h:292: error: `ptr' undeclare=
d (first use in this function)
/home/personal/sourceCode/qemu/softmmu_header.h:294: error: request for mem=
ber `hflags' in something not a structure or union
/home/personal/sourceCode/qemu/softmmu_header.h:295: error: request for mem=
ber `tlb_table' in something not a structure or union
/home/personal/sourceCode/qemu/softmmu_header.h:297: error: `int16_t' undec=
lared (first use in this function)
/home/personal/sourceCode/qemu/softmmu_header.h:297: error: parse error bef=
ore "__ldw_cmmu"
/home/personal/sourceCode/qemu/softmmu_header.h:299: error: request for mem=
ber `tlb_table' in something not a structure or union
/home/personal/sourceCode/qemu/softmmu_header.h:300: error: parse error bef=
ore ')' token
In file included from /home/personal/sourceCode/qemu/exec-all.h:538,
from /home/personal/sourceCode/qemu/vl.c:105:
/home/personal/sourceCode/qemu/softmmu_header.h: At top level:
/home/personal/sourceCode/qemu/softmmu_header.h:110: error: parse error bef=
ore "addr"
/home/personal/sourceCode/qemu/softmmu_header.h:111: error: `__ldl_cmmu' de=
clared as function returning a function
/home/personal/sourceCode/qemu/softmmu_header.h:112: error: parse error bef=
ore "addr"
/home/personal/sourceCode/qemu/softmmu_header.h:263: error: parse error bef=
ore "ptr"
/home/personal/sourceCode/qemu/softmmu_header.h: In function `ldl_code':
/home/personal/sourceCode/qemu/softmmu_header.h:267: error: parse error bef=
ore "addr"
/home/personal/sourceCode/qemu/softmmu_header.h:271: error: `addr' undeclar=
ed (first use in this function)
/home/personal/sourceCode/qemu/softmmu_header.h:271: error: `ptr' undeclare=
d (first use in this function)
/home/personal/sourceCode/qemu/softmmu_header.h:273: error: request for mem=
ber `hflags' in something not a structure or union
/home/personal/sourceCode/qemu/softmmu_header.h:274: error: request for mem=
ber `tlb_table' in something not a structure or union
/home/personal/sourceCode/qemu/softmmu_header.h:278: error: request for mem=
ber `tlb_table' in something not a structure or union
/home/personal/sourceCode/qemu/softmmu_header.h:279: error: parse error bef=
ore ')' token
In file included from /home/personal/sourceCode/qemu/exec-all.h:541,
from /home/personal/sourceCode/qemu/vl.c:105:
/home/personal/sourceCode/qemu/softmmu_header.h: At top level:
/home/personal/sourceCode/qemu/softmmu_header.h:110: warning: type defaults=
to `int' in declaration of `uint64_t'
/home/personal/sourceCode/qemu/softmmu_header.h:110: warning: `regparm' att=
ribute only applies to function types
/home/personal/sourceCode/qemu/softmmu_header.h:110: error: parse error bef=
ore "__ldq_cmmu"
/home/personal/sourceCode/qemu/softmmu_header.h:112: error: parse error bef=
ore "addr"
/home/personal/sourceCode/qemu/softmmu_header.h:263: error: parse error bef=
ore "ldq_code"
/home/personal/sourceCode/qemu/softmmu_header.h:263: error: parse error bef=
ore "ptr"
/home/personal/sourceCode/qemu/softmmu_header.h:264: warning: return type d=
efaults to `int'
/home/personal/sourceCode/qemu/softmmu_header.h: In function `ldq_code':
/home/personal/sourceCode/qemu/softmmu_header.h:266: error: parse error bef=
ore "res"
/home/personal/sourceCode/qemu/softmmu_header.h:271: error: `addr' undeclar=
ed (first use in this function)
/home/personal/sourceCode/qemu/softmmu_header.h:271: error: `ptr' undeclare=
d (first use in this function)
/home/personal/sourceCode/qemu/softmmu_header.h:273: error: request for mem=
ber `hflags' in something not a structure or union
/home/personal/sourceCode/qemu/softmmu_header.h:274: error: request for mem=
ber `tlb_table' in something not a structure or union
/home/personal/sourceCode/qemu/softmmu_header.h:276: error: `res' undeclare=
d (first use in this function)
/home/personal/sourceCode/qemu/softmmu_header.h:276: warning: implicit decl=
aration of function `__ldq_cmmu'
/home/personal/sourceCode/qemu/softmmu_header.h:278: error: request for mem=
ber `tlb_table' in something not a structure or union
/home/personal/sourceCode/qemu/softmmu_header.h:279: error: parse error bef=
ore ')' token
In file included from /home/personal/sourceCode/qemu/vl.c:105:
/home/personal/sourceCode/qemu/exec-all.h: At top level:
/home/personal/sourceCode/qemu/exec-all.h:558: error: parse error before "g=
et_phys_addr_code"
/home/personal/sourceCode/qemu/exec-all.h:558: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:559: warning: return type default=
s to `int'
/home/personal/sourceCode/qemu/exec-all.h: In function `get_phys_addr_code':
/home/personal/sourceCode/qemu/exec-all.h:562: error: `addr' undeclared (fi=
rst use in this function)
/home/personal/sourceCode/qemu/exec-all.h:564: error: `env' undeclared (fir=
st use in this function)
/home/personal/sourceCode/qemu/exec-all.h: At top level:
/home/personal/sourceCode/qemu/exec-all.h:595: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:596: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:597: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:598: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:599: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:600: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:601: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h:604: error: parse error before '*=
' token
/home/personal/sourceCode/qemu/exec-all.h: In function `kqemu_is_ok':
/home/personal/sourceCode/qemu/exec-all.h:606: error: `env' undeclared (fir=
st use in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:136: error: parse error before '*' token
/home/personal/sourceCode/qemu/vl.c:136: warning: type defaults to `int' in=
declaration of `ioport_read_table'
/home/personal/sourceCode/qemu/vl.c:136: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.c:148: error: parse error before "ticks_p=
er_sec"
/home/personal/sourceCode/qemu/vl.c:148: warning: type defaults to `int' in=
declaration of `ticks_per_sec'
/home/personal/sourceCode/qemu/vl.c:148: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.c:153: error: parse error before "nd_tabl=
e"
/home/personal/sourceCode/qemu/vl.c:153: warning: type defaults to `int' in=
declaration of `nd_table'
/home/personal/sourceCode/qemu/vl.c:153: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.c:199: error: parse error before "isa_mem=
_base"
/home/personal/sourceCode/qemu/vl.c:199: warning: type defaults to `int' in=
declaration of `isa_mem_base'
/home/personal/sourceCode/qemu/vl.c:199: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.c:203: error: `default_ioport_readb' decl=
ared as function returning a function
/home/personal/sourceCode/qemu/vl.c:219: error: `default_ioport_readw' decl=
ared as function returning a function
/home/personal/sourceCode/qemu/vl.c: In function `default_ioport_readw':
/home/personal/sourceCode/qemu/vl.c:221: error: array subscript is not an i=
nteger
/home/personal/sourceCode/qemu/vl.c:221: error: array subscript is not an i=
nteger
/home/personal/sourceCode/qemu/vl.c:222: error: invalid operands to binary &
/home/personal/sourceCode/qemu/vl.c:223: error: array subscript is not an i=
nteger
/home/personal/sourceCode/qemu/vl.c:223: error: array subscript is not an i=
nteger
/home/personal/sourceCode/qemu/vl.c:224: warning: return makes integer from=
pointer without a cast
/home/personal/sourceCode/qemu/vl.c: In function `default_ioport_writew':
/home/personal/sourceCode/qemu/vl.c:229: error: array subscript is not an i=
nteger
/home/personal/sourceCode/qemu/vl.c:229: error: array subscript is not an i=
nteger
/home/personal/sourceCode/qemu/vl.c:229: error: invalid operands to binary &
/home/personal/sourceCode/qemu/vl.c:230: error: invalid operands to binary &
/home/personal/sourceCode/qemu/vl.c:231: error: array subscript is not an i=
nteger
/home/personal/sourceCode/qemu/vl.c:231: error: array subscript is not an i=
nteger
/home/personal/sourceCode/qemu/vl.c:231: error: invalid operands to binary =
>>
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:235: error: `default_ioport_readl' decl=
ared as function returning a function
/home/personal/sourceCode/qemu/vl.c: In function `init_ioports':
/home/personal/sourceCode/qemu/vl.c:254: warning: assignment from incompati=
ble pointer type
/home/personal/sourceCode/qemu/vl.c:256: warning: assignment from incompati=
ble pointer type
/home/personal/sourceCode/qemu/vl.c:258: warning: assignment from incompati=
ble pointer type
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:265: error: parse error before "IOPortR=
eadFunc"
/home/personal/sourceCode/qemu/vl.c: In function `register_ioport_read':
/home/personal/sourceCode/qemu/vl.c:279: error: `start' undeclared (first u=
se in this function)
/home/personal/sourceCode/qemu/vl.c:279: error: `length' undeclared (first =
use in this function)
/home/personal/sourceCode/qemu/vl.c:280: error: `func' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: In function `isa_unassign_ioport':
/home/personal/sourceCode/qemu/vl.c:318: warning: assignment from incompati=
ble pointer type
/home/personal/sourceCode/qemu/vl.c:319: warning: assignment from incompati=
ble pointer type
/home/personal/sourceCode/qemu/vl.c:320: warning: assignment from incompati=
ble pointer type
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:330: error: parse error before '*' token
/home/personal/sourceCode/qemu/vl.c: In function `cpu_outb':
/home/personal/sourceCode/qemu/vl.c:336: error: `addr' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c:336: error: `val' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c:338: error: `env' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:343: error: parse error before '*' token
/home/personal/sourceCode/qemu/vl.c: In function `cpu_outw':
/home/personal/sourceCode/qemu/vl.c:349: error: `addr' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c:349: error: `val' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c:351: error: `env' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:356: error: parse error before '*' token
/home/personal/sourceCode/qemu/vl.c: In function `cpu_outl':
/home/personal/sourceCode/qemu/vl.c:362: error: `addr' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c:362: error: `val' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c:364: error: `env' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:369: error: parse error before '*' token
/home/personal/sourceCode/qemu/vl.c: In function `cpu_inb':
/home/personal/sourceCode/qemu/vl.c:372: error: `addr' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c:378: error: `env' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:384: error: parse error before '*' token
/home/personal/sourceCode/qemu/vl.c: In function `cpu_inw':
/home/personal/sourceCode/qemu/vl.c:387: error: `addr' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c:393: error: `env' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:399: error: parse error before '*' token
/home/personal/sourceCode/qemu/vl.c: In function `cpu_inl':
/home/personal/sourceCode/qemu/vl.c:402: error: `addr' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c:408: error: `env' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c: In function `hw_error':
/home/personal/sourceCode/qemu/vl.c:418: error: `env' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c:421: warning: implicit declaration of f=
unction `fprintf'
/home/personal/sourceCode/qemu/vl.c:421: error: `stderr' undeclared (first =
use in this function)
/home/personal/sourceCode/qemu/vl.c:422: warning: implicit declaration of f=
unction `vfprintf'
/home/personal/sourceCode/qemu/vl.c:433: warning: implicit declaration of f=
unction `abort'
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:550: error: parse error before "uint8_t"
/home/personal/sourceCode/qemu/vl.c:596: error: parse error before "muldiv6=
4"
/home/personal/sourceCode/qemu/vl.c:596: error: parse error before "a"
/home/personal/sourceCode/qemu/vl.c:597: warning: return type defaults to `=
int'
/home/personal/sourceCode/qemu/vl.c: In function `muldiv64':
/home/personal/sourceCode/qemu/vl.c:599: error: parse error before "uint64_=
t"
/home/personal/sourceCode/qemu/vl.c:599: warning: no semicolon at end of st=
ruct or union
/home/personal/sourceCode/qemu/vl.c:604: error: field `low' declared as a f=
unction
/home/personal/sourceCode/qemu/vl.c:604: error: field `high' declared as a =
function
/home/personal/sourceCode/qemu/vl.c:606: warning: unused variable `l'
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:607: warning: type defaults to `int' in=
declaration of `u'
/home/personal/sourceCode/qemu/vl.c:607: warning: type defaults to `int' in=
declaration of `res'
/home/personal/sourceCode/qemu/vl.c:607: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.c:608: error: parse error before "rl"
/home/personal/sourceCode/qemu/vl.c:608: warning: type defaults to `int' in=
declaration of `rl'
/home/personal/sourceCode/qemu/vl.c:608: warning: type defaults to `int' in=
declaration of `rh'
/home/personal/sourceCode/qemu/vl.c:608: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.c:610: error: parse error before '.' token
/home/personal/sourceCode/qemu/vl.c:611: warning: type defaults to `int' in=
declaration of `rl'
/home/personal/sourceCode/qemu/vl.c:611: error: initializer element is not =
constant
/home/personal/sourceCode/qemu/vl.c:611: error: parse error before "u"
/home/personal/sourceCode/qemu/vl.c:612: warning: type defaults to `int' in=
declaration of `rh'
/home/personal/sourceCode/qemu/vl.c:612: error: initializer element is not =
constant
/home/personal/sourceCode/qemu/vl.c:612: error: parse error before "u"
/home/personal/sourceCode/qemu/vl.c:626: error: parse error before "clock_f=
req"
/home/personal/sourceCode/qemu/vl.c:626: warning: type defaults to `int' in=
declaration of `clock_freq'
/home/personal/sourceCode/qemu/vl.c:626: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.c: In function `init_get_clock':
/home/personal/sourceCode/qemu/vl.c:634: error: `stderr' undeclared (first =
use in this function)
/home/personal/sourceCode/qemu/vl.c:635: warning: implicit declaration of f=
unction `exit'
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:640: error: parse error before "get_clo=
ck"
/home/personal/sourceCode/qemu/vl.c:641: warning: return type defaults to `=
int'
/home/personal/sourceCode/qemu/vl.c:687: error: parse error before "cpu_tic=
ks_prev"
/home/personal/sourceCode/qemu/vl.c:687: warning: type defaults to `int' in=
declaration of `cpu_ticks_prev'
/home/personal/sourceCode/qemu/vl.c:687: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.c:688: error: parse error before "cpu_tic=
ks_offset"
/home/personal/sourceCode/qemu/vl.c:688: warning: type defaults to `int' in=
declaration of `cpu_ticks_offset'
/home/personal/sourceCode/qemu/vl.c:688: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.c:689: error: parse error before "cpu_clo=
ck_offset"
/home/personal/sourceCode/qemu/vl.c:689: warning: type defaults to `int' in=
declaration of `cpu_clock_offset'
/home/personal/sourceCode/qemu/vl.c:689: warning: data definition has no ty=
pe or storage class
/home/personal/sourceCode/qemu/vl.c:693: error: parse error before "cpu_get=
_ticks"
/home/personal/sourceCode/qemu/vl.c:694: warning: return type defaults to `=
int'
/home/personal/sourceCode/qemu/vl.c: In function `cpu_get_ticks':
/home/personal/sourceCode/qemu/vl.c:698: error: `int64_t' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c:698: error: parse error before "ticks"
/home/personal/sourceCode/qemu/vl.c:699: error: `ticks' undeclared (first u=
se in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:711: error: parse error before "cpu_get=
_clock"
/home/personal/sourceCode/qemu/vl.c:712: warning: return type defaults to `=
int'
/home/personal/sourceCode/qemu/vl.c: In function `cpu_get_clock':
/home/personal/sourceCode/qemu/vl.c:713: error: `int64_t' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c:713: error: parse error before "ti"
/home/personal/sourceCode/qemu/vl.c:717: error: `ti' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:756: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.c:756: warning: no semicolon at end of st=
ruct or union
/home/personal/sourceCode/qemu/vl.c:760: error: parse error before '}' token
/home/personal/sourceCode/qemu/vl.c: In function `qemu_new_timer':
/home/personal/sourceCode/qemu/vl.c:789: error: invalid application of `siz=
eof' to incomplete type `/home/personal/sourceCode/qemu/vl.h'=20
/home/personal/sourceCode/qemu/vl.c:790: error: dereferencing pointer to in=
complete type
/home/personal/sourceCode/qemu/vl.c:791: error: dereferencing pointer to in=
complete type
/home/personal/sourceCode/qemu/vl.c:792: error: dereferencing pointer to in=
complete type
/home/personal/sourceCode/qemu/vl.c: In function `qemu_del_timer':
/home/personal/sourceCode/qemu/vl.c:808: error: dereferencing pointer to in=
complete type
/home/personal/sourceCode/qemu/vl.c:814: error: dereferencing pointer to in=
complete type
/home/personal/sourceCode/qemu/vl.c:817: error: dereferencing pointer to in=
complete type
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:823: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.c: In function `qemu_mod_timer':
/home/personal/sourceCode/qemu/vl.c:827: error: `ts' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:837: error: dereferencing pointer to in=
complete type
/home/personal/sourceCode/qemu/vl.c:837: error: `expire_time' undeclared (f=
irst use in this function)
/home/personal/sourceCode/qemu/vl.c:839: error: dereferencing pointer to in=
complete type
/home/personal/sourceCode/qemu/vl.c: In function `qemu_timer_pending':
/home/personal/sourceCode/qemu/vl.c:849: error: dereferencing pointer to in=
complete type
/home/personal/sourceCode/qemu/vl.c:849: error: dereferencing pointer to in=
complete type
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:856: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.c: In function `qemu_timer_expired':
/home/personal/sourceCode/qemu/vl.c:858: error: `timer_head' undeclared (fi=
rst use in this function)
/home/personal/sourceCode/qemu/vl.c:860: error: `current_time' undeclared (=
first use in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:863: error: parse error before "int64_t"
/home/personal/sourceCode/qemu/vl.c: In function `qemu_run_timers':
/home/personal/sourceCode/qemu/vl.c:868: error: `ptimer_head' undeclared (f=
irst use in this function)
/home/personal/sourceCode/qemu/vl.c:869: error: dereferencing pointer to in=
complete type
/home/personal/sourceCode/qemu/vl.c:869: error: `current_time' undeclared (=
first use in this function)
/home/personal/sourceCode/qemu/vl.c:872: error: dereferencing pointer to in=
complete type
/home/personal/sourceCode/qemu/vl.c:873: error: dereferencing pointer to in=
complete type
/home/personal/sourceCode/qemu/vl.c:876: error: dereferencing pointer to in=
complete type
/home/personal/sourceCode/qemu/vl.c:876: error: dereferencing pointer to in=
complete type
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:880: error: parse error before "qemu_ge=
t_clock"
/home/personal/sourceCode/qemu/vl.c:881: warning: return type defaults to `=
int'
/home/personal/sourceCode/qemu/vl.c: In function `qemu_put_timer':
/home/personal/sourceCode/qemu/vl.c:902: error: parse error before "expire_=
time"
/home/personal/sourceCode/qemu/vl.c:905: error: `expire_time' undeclared (f=
irst use in this function)
/home/personal/sourceCode/qemu/vl.c:905: error: dereferencing pointer to in=
complete type
/home/personal/sourceCode/qemu/vl.c: In function `qemu_get_timer':
/home/personal/sourceCode/qemu/vl.c:914: error: parse error before "expire_=
time"
/home/personal/sourceCode/qemu/vl.c:916: error: `expire_time' undeclared (f=
irst use in this function)
/home/personal/sourceCode/qemu/vl.c: In function `timer_load':
/home/personal/sourceCode/qemu/vl.c:937: error: `EINVAL' undeclared (first =
use in this function)
/home/personal/sourceCode/qemu/vl.c: In function `host_alarm_handler':
/home/personal/sourceCode/qemu/vl.c:992: error: `env' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c: In function `init_timer_alarm':
/home/personal/sourceCode/qemu/vl.c:1051: warning: implicit declaration of =
function `memset'
/home/personal/sourceCode/qemu/vl.c:1062: warning: implicit declaration of =
function `perror'
/home/personal/sourceCode/qemu/vl.c:1072: error: parse error before numeric=
constant
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:1168: warning: type defaults to `int' i=
n declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.c:1168: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `qemu_chr_write':
/home/personal/sourceCode/qemu/vl.c:1170: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:1170: error: `buf' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:1187: error: parse error before "uint8_=
t"
/home/personal/sourceCode/qemu/vl.c: In function `qemu_chr_read':
/home/personal/sourceCode/qemu/vl.c:1189: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:1189: error: `buf' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: In function `qemu_chr_printf':
/home/personal/sourceCode/qemu/vl.c:1198: warning: implicit declaration of =
function `vsnprintf'
/home/personal/sourceCode/qemu/vl.c:1199: warning: implicit declaration of =
function `strlen'
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:1223: warning: type defaults to `int' i=
n declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.c:1223: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c:1241: error: parse error before "term_t=
imestamps_start"
/home/personal/sourceCode/qemu/vl.c:1241: warning: type defaults to `int' i=
n declaration of `term_timestamps_start'
/home/personal/sourceCode/qemu/vl.c:1241: warning: data definition has no t=
ype or storage class
/home/personal/sourceCode/qemu/vl.c:1255: warning: type defaults to `int' i=
n declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.c:1255: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `mux_chr_write':
/home/personal/sourceCode/qemu/vl.c:1257: error: `chr' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c:1260: error: `buf' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c:1269: error: `int64_t' undeclared (firs=
t use in this function)
/home/personal/sourceCode/qemu/vl.c:1269: error: parse error before "ti"
/home/personal/sourceCode/qemu/vl.c:1272: error: `ti' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c:1277: warning: implicit declaration of =
function `snprintf'
/home/personal/sourceCode/qemu/vl.c: In function `mux_print_help':
/home/personal/sourceCode/qemu/vl.c:1309: warning: implicit declaration of =
function `sprintf'
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:1385: warning: type defaults to `int' i=
n declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.c:1385: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `mux_chr_read':
/home/personal/sourceCode/qemu/vl.c:1391: error: `buf' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: In function `mux_chr_update_read_handl=
er':
/home/personal/sourceCode/qemu/vl.c:1412: error: `stderr' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c: In function `qemu_chr_open_mux':
/home/personal/sourceCode/qemu/vl.c:1438: warning: implicit declaration of =
function `free'
/home/personal/sourceCode/qemu/vl.c: In function `socket_init':
/home/personal/sourceCode/qemu/vl.c:1466: error: `stderr' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c:1469: warning: implicit declaration of =
function `atexit'
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:1473: warning: type defaults to `int' i=
n declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.c:1473: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `send_all':
/home/personal/sourceCode/qemu/vl.c:1477: error: `len1' undeclared (first u=
se in this function)
/home/personal/sourceCode/qemu/vl.c:1479: error: `fd' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c:1479: error: `buf' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: In function `win_chr_init':
/home/personal/sourceCode/qemu/vl.c:2109: error: `stderr' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:2165: warning: type defaults to `int' i=
n declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.c:2165: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `win_chr_write':
/home/personal/sourceCode/qemu/vl.c:2167: error: `chr' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c:2170: error: `len1' undeclared (first u=
se in this function)
/home/personal/sourceCode/qemu/vl.c:2175: error: `buf' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: In function `win_chr_readfile':
/home/personal/sourceCode/qemu/vl.c:2211: error: parse error before "buf"
/home/personal/sourceCode/qemu/vl.c:2216: error: `buf' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: In function `win_chr_pipe_init':
/home/personal/sourceCode/qemu/vl.c:2312: error: `stderr' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:2434: warning: type defaults to `int' i=
n declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.c:2434: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `udp_chr_write':
/home/personal/sourceCode/qemu/vl.c:2436: error: `chr' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c:2438: error: `buf' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: In function `qemu_chr_open_udp':
/home/personal/sourceCode/qemu/vl.c:2519: warning: implicit declaration of =
function `printf'
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:2561: warning: type defaults to `int' i=
n declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.c:2561: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `tcp_chr_write':
/home/personal/sourceCode/qemu/vl.c:2563: error: `chr' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c:2565: error: `buf' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: In function `tcp_chr_read':
/home/personal/sourceCode/qemu/vl.c:2636: error: parse error before "buf"
/home/personal/sourceCode/qemu/vl.c:2641: error: `buf' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: In function `tcp_chr_accept':
/home/personal/sourceCode/qemu/vl.c:2718: error: `errno' undeclared (first =
use in this function)
/home/personal/sourceCode/qemu/vl.c: In function `qemu_chr_open_tcp':
/home/personal/sourceCode/qemu/vl.c:2778: warning: implicit declaration of =
function `strchr'
/home/personal/sourceCode/qemu/vl.c:2780: warning: implicit declaration of =
function `strncmp'
/home/personal/sourceCode/qemu/vl.c: In function `qemu_chr_open':
/home/personal/sourceCode/qemu/vl.c:2898: warning: implicit declaration of =
function `strcmp'
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:2968: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `hex_dump':
/home/personal/sourceCode/qemu/vl.c:2976: error: `f' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:2979: error: `buf' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:2994: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `parse_macaddr':
/home/personal/sourceCode/qemu/vl.c:2998: error: `macaddr' undeclared (firs=
t use in this function)
/home/personal/sourceCode/qemu/vl.c:2998: warning: implicit declaration of =
function `strtol'
/home/personal/sourceCode/qemu/vl.c:2998: error: `p' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c: In function `get_str_sep':
/home/personal/sourceCode/qemu/vl.c:3024: warning: implicit declaration of =
function `memcpy'
/home/personal/sourceCode/qemu/vl.c: In function `parse_host_src_port':
/home/personal/sourceCode/qemu/vl.c:3035: warning: implicit declaration of =
function `strdup'
/home/personal/sourceCode/qemu/vl.c: In function `parse_host_port':
/home/personal/sourceCode/qemu/vl.c:3084: warning: implicit declaration of =
function `isdigit'
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:3176: warning: type defaults to `int' i=
n declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.c:3176: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `qemu_send_packet':
/home/personal/sourceCode/qemu/vl.c:3178: error: `vc1' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c:3187: error: `buf' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:3204: warning: type defaults to `int' i=
n declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.c:3204: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `slirp_output':
/home/personal/sourceCode/qemu/vl.c:3212: error: `pkt' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c:3212: error: `pkt_len' undeclared (firs=
t use in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:3215: warning: type defaults to `int' i=
n declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.c:3215: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `slirp_receive':
/home/personal/sourceCode/qemu/vl.c:3221: error: `buf' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: In function `net_slirp_redir':
/home/personal/sourceCode/qemu/vl.c:3279: error: `stderr' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:3675: error: parse error before "uint8_=
t"
/home/personal/sourceCode/qemu/vl.c:3675: warning: no semicolon at end of s=
truct or union
/home/personal/sourceCode/qemu/vl.c:3677: error: parse error before '}' tok=
en
/home/personal/sourceCode/qemu/vl.c:3677: warning: type defaults to `int' i=
n declaration of `NetSocketState'
/home/personal/sourceCode/qemu/vl.c:3677: warning: data definition has no t=
ype or storage class
/home/personal/sourceCode/qemu/vl.c:3685: warning: type defaults to `int' i=
n declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.c:3685: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `net_socket_receive':
/home/personal/sourceCode/qemu/vl.c:3687: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:3689: error: invalid lvalue in assignme=
nt
/home/personal/sourceCode/qemu/vl.c:3691: error: parse error before "uint8_=
t"
/home/personal/sourceCode/qemu/vl.c:3692: error: `buf' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:3695: warning: type defaults to `int' i=
n declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.c:3695: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `net_socket_receive_dgram':
/home/personal/sourceCode/qemu/vl.c:3697: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:3698: error: `buf' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: In function `net_socket_send':
/home/personal/sourceCode/qemu/vl.c:3704: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:3706: error: parse error before "buf1"
/home/personal/sourceCode/qemu/vl.c:3707: error: syntax error before '*' to=
ken
/home/personal/sourceCode/qemu/vl.c:3709: error: `buf1' undeclared (first u=
se in this function)
/home/personal/sourceCode/qemu/vl.c:3721: error: `buf' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: In function `net_socket_send_dgram':
/home/personal/sourceCode/qemu/vl.c:3760: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c: In function `net_socket_mcast_create':
/home/personal/sourceCode/qemu/vl.c:3780: error: `stderr' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:3834: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c:3836: warning: return type defaults to =
`int'
/home/personal/sourceCode/qemu/vl.c: In function `net_socket_fd_init_dgram':
/home/personal/sourceCode/qemu/vl.c:3840: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:3851: error: `stderr' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c:3859: warning: implicit declaration of =
function `close'
/home/personal/sourceCode/qemu/vl.c:3863: warning: implicit declaration of =
function `dup2'
/home/personal/sourceCode/qemu/vl.c:3868: warning: implicit declaration of =
function `strerror'
/home/personal/sourceCode/qemu/vl.c:3868: error: `errno' undeclared (first =
use in this function)
/home/personal/sourceCode/qemu/vl.c:3868: warning: format argument is not a=
pointer (arg 4)
/home/personal/sourceCode/qemu/vl.c: In function `net_socket_connect':
/home/personal/sourceCode/qemu/vl.c:3893: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:3897: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c:3899: warning: return type defaults to =
`int'
/home/personal/sourceCode/qemu/vl.c: In function `net_socket_fd_init_stream=
':
/home/personal/sourceCode/qemu/vl.c:3900: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:3917: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c:3919: warning: return type defaults to =
`int'
/home/personal/sourceCode/qemu/vl.c: In function `net_socket_fd_init':
/home/personal/sourceCode/qemu/vl.c:3923: error: `stderr' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c: In function `net_socket_accept':
/home/personal/sourceCode/qemu/vl.c:3942: error: `s1' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c:3950: error: `errno' undeclared (first =
use in this function)
/home/personal/sourceCode/qemu/vl.c: In function `net_socket_connect_init':
/home/personal/sourceCode/qemu/vl.c:4008: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c: In function `net_socket_mcast_init':
/home/personal/sourceCode/qemu/vl.c:4055: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c: In function `net_client_init':
/home/personal/sourceCode/qemu/vl.c:4145: error: `stderr' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c:4149: error: `nd' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c:4150: error: `macaddr' undeclared (firs=
t use in this function)
/home/personal/sourceCode/qemu/vl.c: In function `usb_device_del':
/home/personal/sourceCode/qemu/vl.c:4338: warning: implicit declaration of =
function `strtoul'
/home/personal/sourceCode/qemu/vl.c:4345: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4356: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c: In function `usb_info':
/home/personal/sourceCode/qemu/vl.c:4393: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4408: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4408: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c: In function `dumb_display_init':
/home/personal/sourceCode/qemu/vl.c:4430: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4431: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4432: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4433: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4434: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4435: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:4596: error: parse error before "FILE"
/home/personal/sourceCode/qemu/vl.c:4596: warning: no semicolon at end of s=
truct or union
/home/personal/sourceCode/qemu/vl.c:4600: error: parse error before "base_o=
ffset"
/home/personal/sourceCode/qemu/vl.c:4600: warning: type defaults to `int' i=
n declaration of `base_offset'
/home/personal/sourceCode/qemu/vl.c:4600: warning: data definition has no t=
ype or storage class
/home/personal/sourceCode/qemu/vl.c:4601: error: parse error before "buf_of=
fset"
/home/personal/sourceCode/qemu/vl.c:4601: warning: type defaults to `int' i=
n declaration of `buf_offset'
/home/personal/sourceCode/qemu/vl.c:4601: warning: data definition has no t=
ype or storage class
/home/personal/sourceCode/qemu/vl.c:4605: error: parse error before "buf"
/home/personal/sourceCode/qemu/vl.c:4605: warning: type defaults to `int' i=
n declaration of `buf'
/home/personal/sourceCode/qemu/vl.c:4605: warning: data definition has no t=
ype or storage class
/home/personal/sourceCode/qemu/vl.c:4606: error: parse error before '}' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `qemu_fopen':
/home/personal/sourceCode/qemu/vl.c:4612: error: invalid application of `si=
zeof' to incomplete type `/home/personal/sourceCode/qemu/vl.h'=20
/home/personal/sourceCode/qemu/vl.c:4616: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4618: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4622: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4622: warning: implicit declaration of =
function `fopen'
/home/personal/sourceCode/qemu/vl.c:4623: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4625: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4628: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4629: warning: implicit declaration of =
function `fclose'
/home/personal/sourceCode/qemu/vl.c:4629: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:4634: error: parse error before "int64_=
t"
/home/personal/sourceCode/qemu/vl.c: In function `qemu_fopen_bdrv':
/home/personal/sourceCode/qemu/vl.c:4638: error: invalid application of `si=
zeof' to incomplete type `/home/personal/sourceCode/qemu/vl.h'=20
/home/personal/sourceCode/qemu/vl.c:4641: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4642: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4643: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4644: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4644: error: `offset' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c: In function `qemu_fflush':
/home/personal/sourceCode/qemu/vl.c:4650: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4652: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4653: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4654: warning: implicit declaration of =
function `fseek'
/home/personal/sourceCode/qemu/vl.c:4654: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4654: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4655: warning: implicit declaration of =
function `fwrite'
/home/personal/sourceCode/qemu/vl.c:4655: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4655: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4655: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4657: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4657: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4657: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4658: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4658: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4660: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4660: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4661: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c: In function `qemu_fill_buffer':
/home/personal/sourceCode/qemu/vl.c:4669: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4671: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4672: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4672: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4673: warning: implicit declaration of =
function `fread'
/home/personal/sourceCode/qemu/vl.c:4673: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4673: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4677: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4677: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4677: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4678: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4682: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4683: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4684: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c: In function `qemu_fclose':
/home/personal/sourceCode/qemu/vl.c:4689: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4691: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4692: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:4697: warning: type defaults to `int' i=
n declaration of `uint8_t'
/home/personal/sourceCode/qemu/vl.c:4697: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `qemu_put_buffer':
/home/personal/sourceCode/qemu/vl.c:4701: error: `f' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:4706: error: incompatible types in assi=
gnment
/home/personal/sourceCode/qemu/vl.c: In function `qemu_put_byte':
/home/personal/sourceCode/qemu/vl.c:4715: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4715: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4716: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:4720: error: parse error before "uint8_=
t"
/home/personal/sourceCode/qemu/vl.c: In function `qemu_get_buffer':
/home/personal/sourceCode/qemu/vl.c:4724: error: `size1' undeclared (first =
use in this function)
/home/personal/sourceCode/qemu/vl.c:4726: error: `f' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:4737: error: incompatible types in assi=
gnment
/home/personal/sourceCode/qemu/vl.c: In function `qemu_get_byte':
/home/personal/sourceCode/qemu/vl.c:4745: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4745: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4747: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4747: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4750: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4750: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:4753: error: parse error before "qemu_f=
tell"
/home/personal/sourceCode/qemu/vl.c:4754: warning: return type defaults to =
`int'
/home/personal/sourceCode/qemu/vl.c: In function `qemu_ftell':
/home/personal/sourceCode/qemu/vl.c:4755: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4755: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:4755: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:4758: error: parse error before "qemu_f=
seek"
/home/personal/sourceCode/qemu/vl.c:4758: error: parse error before "int64_=
t"
/home/personal/sourceCode/qemu/vl.c:4759: warning: return type defaults to =
`int'
/home/personal/sourceCode/qemu/vl.c: In function `qemu_fseek':
/home/personal/sourceCode/qemu/vl.c:4760: error: `whence' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c:4763: error: `pos' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c:4763: error: `f' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:4793: error: parse error before "uint64=
_t"
/home/personal/sourceCode/qemu/vl.c: In function `qemu_put_be64':
/home/personal/sourceCode/qemu/vl.c:4795: error: `f' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:4795: error: `v' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:4817: error: parse error before "qemu_g=
et_be64"
/home/personal/sourceCode/qemu/vl.c:4818: warning: return type defaults to =
`int'
/home/personal/sourceCode/qemu/vl.c: In function `qemu_get_be64':
/home/personal/sourceCode/qemu/vl.c:4819: error: parse error before "v"
/home/personal/sourceCode/qemu/vl.c:4820: error: `v' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:4820: error: parse error before "qemu_g=
et_be32"
/home/personal/sourceCode/qemu/vl.c: In function `qemu_savevm_state':
/home/personal/sourceCode/qemu/vl.c:4872: error: `int64_t' undeclared (firs=
t use in this function)
/home/personal/sourceCode/qemu/vl.c:4872: error: parse error before "cur_po=
s"
/home/personal/sourceCode/qemu/vl.c:4876: error: `total_len_pos' undeclared=
(first use in this function)
/home/personal/sourceCode/qemu/vl.c:4889: error: `len_pos' undeclared (firs=
t use in this function)
/home/personal/sourceCode/qemu/vl.c:4895: error: `cur_pos' undeclared (firs=
t use in this function)
/home/personal/sourceCode/qemu/vl.c: In function `qemu_loadvm_state':
/home/personal/sourceCode/qemu/vl.c:4926: error: `int64_t' undeclared (firs=
t use in this function)
/home/personal/sourceCode/qemu/vl.c:4926: error: parse error before "total_=
len"
/home/personal/sourceCode/qemu/vl.c:4939: error: `total_len' undeclared (fi=
rst use in this function)
/home/personal/sourceCode/qemu/vl.c:4940: error: `end_pos' undeclared (firs=
t use in this function)
/home/personal/sourceCode/qemu/vl.c:4954: error: `cur_pos' undeclared (firs=
t use in this function)
/home/personal/sourceCode/qemu/vl.c:4957: error: `stderr' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:5008: error: parse error before "QEMUSn=
apshotInfo"
/home/personal/sourceCode/qemu/vl.c: In function `bdrv_snapshot_find':
/home/personal/sourceCode/qemu/vl.c:5011: error: `sn_tab' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c:5011: error: `sn' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c:5011: warning: left-hand operand of com=
ma expression has no effect
/home/personal/sourceCode/qemu/vl.c:5014: error: `ENOENT' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c:5021: error: `sn_info' undeclared (firs=
t use in this function)
/home/personal/sourceCode/qemu/vl.c: In function `do_savevm':
/home/personal/sourceCode/qemu/vl.c:5033: error: parse error before "sn1"
/home/personal/sourceCode/qemu/vl.c:5035: error: parse error before "bdi1"
/home/personal/sourceCode/qemu/vl.c:5039: error: storage size of 'tb' isn't=
known
/home/personal/sourceCode/qemu/vl.c:5058: error: `old_sn' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c:5063: error: `sn' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c:5074: warning: implicit declaration of =
function `_ftime'
/home/personal/sourceCode/qemu/vl.c:5084: error: `bdi' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c:5039: warning: unused variable `tb'
/home/personal/sourceCode/qemu/vl.c: In function `do_loadvm':
/home/personal/sourceCode/qemu/vl.c:5132: error: parse error before "bdi1"
/home/personal/sourceCode/qemu/vl.c:5161: error: `ENOENT' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c:5177: error: `bdi' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: In function `do_info_snapshots':
/home/personal/sourceCode/qemu/vl.c:5229: error: `sn_tab' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c:5229: error: `sn' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c:5229: warning: left-hand operand of com=
ma expression has no effect
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:5267: error: parse error before "Segmen=
tCache"
/home/personal/sourceCode/qemu/vl.c: In function `cpu_put_seg':
/home/personal/sourceCode/qemu/vl.c:5269: error: `f' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:5269: error: `dt' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:5275: error: parse error before "Segmen=
tCache"
/home/personal/sourceCode/qemu/vl.c: In function `cpu_get_seg':
/home/personal/sourceCode/qemu/vl.c:5277: error: `dt' undeclared (first use=
in this function)
/home/personal/sourceCode/qemu/vl.c:5277: error: `f' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c: In function `cpu_save':
/home/personal/sourceCode/qemu/vl.c:5285: error: `env' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c:5286: error: parse error before "fptag"
/home/personal/sourceCode/qemu/vl.c:5300: error: `fptag' undeclared (first =
use in this function)
/home/personal/sourceCode/qemu/vl.c:5310: error: `fpregs_format' undeclared=
(first use in this function)
/home/personal/sourceCode/qemu/vl.c:5319: error: parse error before "mant"
/home/personal/sourceCode/qemu/vl.c:5323: error: `mant' undeclared (first u=
se in this function)
/home/personal/sourceCode/qemu/vl.c:5323: error: `exp' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:5379: error: parse error before "uint64=
_t"
/home/personal/sourceCode/qemu/vl.c:5379: warning: no semicolon at end of s=
truct or union
/home/personal/sourceCode/qemu/vl.c:5380: warning: type defaults to `int' i=
n declaration of `exp'
/home/personal/sourceCode/qemu/vl.c:5380: warning: built-in function 'exp' =
declared as non-function
/home/personal/sourceCode/qemu/vl.c:5380: warning: data definition has no t=
ype or storage class
/home/personal/sourceCode/qemu/vl.c:5388: error: parse error before "uint64=
_t"
/home/personal/sourceCode/qemu/vl.c: In function `fp64_to_fp80':
/home/personal/sourceCode/qemu/vl.c:5392: error: `p' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:5392: error: `temp' undeclared (first u=
se in this function)
/home/personal/sourceCode/qemu/vl.c: In function `cpu_load':
/home/personal/sourceCode/qemu/vl.c:5402: error: `env' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c:5405: error: parse error before "fpus"
/home/personal/sourceCode/qemu/vl.c:5408: error: `EINVAL' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c:5417: error: `fptag' undeclared (first =
use in this function)
/home/personal/sourceCode/qemu/vl.c:5418: error: `fpregs_format' undeclared=
(first use in this function)
/home/personal/sourceCode/qemu/vl.c:5425: error: parse error before "mant"
/home/personal/sourceCode/qemu/vl.c:5430: error: `mant' undeclared (first u=
se in this function)
/home/personal/sourceCode/qemu/vl.c:5450: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c:5451: error: dereferencing pointer to i=
ncomplete type
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:5637: error: parse error before "uint8_=
t"
/home/personal/sourceCode/qemu/vl.c: In function `ram_get_page':
/home/personal/sourceCode/qemu/vl.c:5641: error: `f' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:5645: error: `EIO' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c:5652: error: `EINVAL' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c: In function `ram_load_v1':
/home/personal/sourceCode/qemu/vl.c:5662: error: `EINVAL' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:5678: error: parse error before "uint8_=
t"
/home/personal/sourceCode/qemu/vl.c:5678: warning: no semicolon at end of s=
truct or union
/home/personal/sourceCode/qemu/vl.c:5679: warning: type defaults to `int' i=
n declaration of `RamCompressState'
/home/personal/sourceCode/qemu/vl.c:5679: warning: data definition has no t=
ype or storage class
/home/personal/sourceCode/qemu/vl.c:5681: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `ram_compress_open':
/home/personal/sourceCode/qemu/vl.c:5684: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:5685: error: `f' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:5696: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `ram_put_cblock':
/home/personal/sourceCode/qemu/vl.c:5698: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:5703: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `ram_compress_buf':
/home/personal/sourceCode/qemu/vl.c:5707: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:5708: error: parse error before ')' tok=
en
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:5722: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `ram_compress_close':
/home/personal/sourceCode/qemu/vl.c:5728: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:5749: error: parse error before "uint8_=
t"
/home/personal/sourceCode/qemu/vl.c:5749: warning: no semicolon at end of s=
truct or union
/home/personal/sourceCode/qemu/vl.c:5750: warning: type defaults to `int' i=
n declaration of `RamDecompressState'
/home/personal/sourceCode/qemu/vl.c:5750: warning: data definition has no t=
ype or storage class
/home/personal/sourceCode/qemu/vl.c:5752: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `ram_decompress_open':
/home/personal/sourceCode/qemu/vl.c:5755: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:5756: error: `f' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:5763: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `ram_decompress_buf':
/home/personal/sourceCode/qemu/vl.c:5767: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:5788: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c: In function `ram_decompress_close':
/home/personal/sourceCode/qemu/vl.c:5790: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c: In function `ram_save':
/home/personal/sourceCode/qemu/vl.c:5796: error: parse error before "s1"
/home/personal/sourceCode/qemu/vl.c:5800: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c: In function `ram_load':
/home/personal/sourceCode/qemu/vl.c:5839: error: parse error before "s1"
/home/personal/sourceCode/qemu/vl.c:5846: error: `EINVAL' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c:5849: error: `s' undeclared (first use =
in this function)
/home/personal/sourceCode/qemu/vl.c:5853: error: `stderr' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c: In function `qemu_bh_schedule':
/home/personal/sourceCode/qemu/vl.c:5936: error: `env' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: In function `gui_update':
/home/personal/sourceCode/qemu/vl.c:5999: error: invalid use of incomplete =
typedef `DisplayState'
/home/personal/sourceCode/qemu/vl.c: In function `main_loop_wait':
/home/personal/sourceCode/qemu/vl.c:6168: error: `stderr' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.c:6257: error: parse error before '*' tok=
en
/home/personal/sourceCode/qemu/vl.c:6257: warning: type defaults to `int' i=
n declaration of `cur_cpu'
/home/personal/sourceCode/qemu/vl.c:6257: warning: data definition has no t=
ype or storage class
/home/personal/sourceCode/qemu/vl.c: In function `main_loop':
/home/personal/sourceCode/qemu/vl.c:6265: error: `env' undeclared (first us=
e in this function)
/home/personal/sourceCode/qemu/vl.c: In function `select_soundhw':
/home/personal/sourceCode/qemu/vl.c:6790: error: `size_t' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c:6790: error: parse error before "l"
/home/personal/sourceCode/qemu/vl.c:6816: error: `stderr' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c: In function `main':
/home/personal/sourceCode/qemu/vl.c:6969: error: `stderr' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c:7158: warning: implicit declaration of =
function `atoi'
/home/personal/sourceCode/qemu/vl.c:7412: error: parse error before "status"
/home/personal/sourceCode/qemu/vl.c:7413: warning: implicit declaration of =
function `write'
/home/personal/sourceCode/qemu/vl.c:7413: error: `status' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c:7440: warning: implicit declaration of =
function `setvbuf'
/home/personal/sourceCode/qemu/vl.c:7440: error: `stdout' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c:7440: error: `_IOLBF' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c:7468: error: request for member `model'=
in something not a structure or union
/home/personal/sourceCode/qemu/vl.c:7668: error: parse error before "status"
/home/personal/sourceCode/qemu/vl.c:7669: error: `ssize_t' undeclared (firs=
t use in this function)
/home/personal/sourceCode/qemu/vl.c:7674: error: `errno' undeclared (first =
use in this function)
/home/personal/sourceCode/qemu/vl.c:7680: warning: implicit declaration of =
function `open'
/home/personal/sourceCode/qemu/vl.c:7680: error: `O_RDWR' undeclared (first=
use in this function)
/home/personal/sourceCode/qemu/vl.c: In function `do_info_snapshots':
/home/personal/sourceCode/qemu/vl.c:5229: warning: statement with no effect
/home/personal/sourceCode/qemu/vl.c: At top level:
/home/personal/sourceCode/qemu/vl.h:1160: warning: array 'PPC_io_read' assu=
med to have one element
/home/personal/sourceCode/qemu/exec-all.h:189: error: storage size of `tb_n=
ext' isn't known
/home/personal/sourceCode/qemu/vl.c:145: error: storage size of `display_st=
ate' isn't known
make[1]: *** [vl.o] Error 1
make[1]: Leaving directory `/home/personal/sourceCode/qemu/i386-softmmu'
make: *** [subdir-i386-softmmu] Error 2
------=_NextPart_000_000E_01C77963.DB8295C0
Content-Type: text/plain;
name="set.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="set.txt"
!::=3D'::\'
ALLUSERSPROFILE=3D'C:\Documents and Settings\All Users'
APPDATA=3D'C:\Documents and Settings\personal\Application Data'
BASH=3D/usr/bin/bash
BASH_ARGC=3D()
BASH_ARGV=3D()
BASH_LINENO=3D()
BASH_SOURCE=3D()
BASH_VERSINFO=3D([0]=3D"3" [1]=3D"2" [2]=3D"15" [3]=3D"13" [4]=3D"release" =
[5]=3D"i686-pc-cygwin")
BASH_VERSION=3D'3.2.15(13)-release'
CLASSPATH=3D'.;C:\Program Files\Java\jre1.6.0\lib\ext\QTJava.zip'
CLIENTNAME=3DConsole
COMMONPROGRAMFILES=3D'C:\Program Files\Common Files'
COMPUTERNAME=3Dblank
COMSPEC=3D'C:\WINDOWS\system32\cmd.exe'
CVS_RSH=3D/bin/ssh
DEVMGR_SHOW_NONPRESENT_DEVICES=3D1
DIRSTACK=3D()
EUID=3D1009
FP_NO_HOST_CHECK=3DNO
GETMODEL=3D'Satellite M105'
GROUPS=3D()
GTK_BASEPATH=3D'C:\cygwin\GTK'
HISTFILE=3D/home/personal/.bash_history
HISTFILESIZE=3D500
HISTSIZE=3D500
HOME=3D/home/personal
HOMEDRIVE=3DC:
HOMEPATH=3D'\Documents and Settings\personal'
HOSTNAME=3Dhostname
HOSTTYPE=3Di686
IFS=3D$' \t\n'
INFOPATH=3D/usr/local/info:/usr/share/info:/usr/info:
LOGONSERVER=3D'\\HOSTNAME'
MACHTYPE=3Di686-pc-cygwin
MAILCHECK=3D60
MAKE_MODE=3Dunix
MANPATH=3D/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man
NUMBER_OF_PROCESSORS=3D1
OLDPWD=3D/home/personal/sourceCode/WebKit/WebKitTools/Scripts
OPTERR=3D1
OPTIND=3D1
OS=3DWindows_NT
OSTYPE=3Dcygwin
PATH=3D'/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/GTK/bin:/cygdrive/c/Pr=
ogram Files/Resource Kit:/cygdrive/c/Documents and Settings/personal/My Doc=
uments/Source Code/WebKit/WebKitTools/Scripts:/usr/local/bin:/usr/bin:/usr/=
bin:/usr/X11R6/bin:/cygdrive/c/GTK/bin:/cygdrive/c/WINDOWS/system32:/cygdri=
ve/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Program Files/Qu=
ickTime/QTSystem/'
PATHEXT=3D'.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PIPESTATUS=3D([0]=3D"2")
PPID=3D1
PRINTER=3DPDFCreator
PROCESSOR_ARCHITECTURE=3Dx86
PROCESSOR_IDENTIFIER=3D'x86 Family 6 Model 14 Stepping 8, GenuineIntel'
PROCESSOR_LEVEL=3D6
PROCESSOR_REVISION=3D0e08
PROGRAMFILES=3D'C:\Program Files'
PS1=3D'\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
PS2=3D'> '
PS4=3D'+ '
PWD=3D/home/personal/sourceCode/qemu
QTJAVA=3D'C:\Program Files\Java\jre1.6.0\lib\ext\QTJava.zip'
SESSIONNAME=3DConsole
SHELL=3D/bin/bash
SHELLOPTS=3Dbraceexpand:emacs:hashall:histexpand:history:interactive-commen=
ts:monitor
SHLVL=3D1
SYSTEMDRIVE=3DC:
SYSTEMROOT=3D'C:\WINDOWS'
TEMP=3D/cygdrive/c/DOCUME~1/personal/LOCALS~1/Temp
TERM=3Dcygwin
TEXDOCVIEW_dvi=3D'cygstart %s'
TEXDOCVIEW_html=3D'cygstart %s'
TEXDOCVIEW_pdf=3D'cygstart %s'
TEXDOCVIEW_ps=3D'cygstart %s'
TEXDOCVIEW_txt=3D'cygstart %s'
THEMEDIR=3D'C:\Documents and Settings\personal\My Documents\Themes\'
TMP=3D/cygdrive/c/DOCUME~1/personal/LOCALS~1/Temp
UID=3D1009
USER=3Dpersonal
USERDOMAIN=3DTOSH-M105-2924O
USERNAME=3Dpersonal
USERPROFILE=3D'C:\Documents and Settings\personal'
VERNUM=3DPSMA0U-09U028V
VS80COMNTOOLS=3D'C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\'
WEBKITOUTPUTDIR=3D'c:\WebKitBuild'
WINDIR=3D'C:\WINDOWS'
_=3Dmake
f=3D
------=_NextPart_000_000E_01C77963.DB8295C0
Content-Type: text/plain; charset=us-ascii
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
------=_NextPart_000_000E_01C77963.DB8295C0--
- Raw text -