qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Building from HEAD on Mac OS 10.6.1: second compile error


From: J. B. Rainsberger
Subject: [Qemu-devel] Building from HEAD on Mac OS 10.6.1: second compile error
Date: Wed, 16 Sep 2009 05:46:10 -0500

Hello, folks.

Thanks for your help so far. I have run into a second build failure. I
need your help. I hope this snippet gives you enough context, and if
not, tell me and I'll attach entire build logs.

---- begin make output ----
[snip hundreds of lines….]
  CC    sparc64-softmmu/fpu/softfloat.o
  CC    sparc64-softmmu/op_helper.o
  CC    sparc64-softmmu/helper.o
  CC    sparc64-softmmu/disas.o
  CC    sparc64-softmmu/i386-dis.o
  CC    sparc64-softmmu/sparc-dis.o
  AR    sparc64-softmmu/libqemu.a
ranlib: file: libqemu.a(host-utils.o) has no symbols
  LINK  sparc64-softmmu/qemu-system-sparc64
  CC    i386-darwin-user/main.o
In file included from /Users/jbrains/ThirdParty/qemu/target-i386/cpu.h:885,
                 from /Users/jbrains/ThirdParty/qemu/darwin-user/qemu.h:7,
                 from /Users/jbrains/ThirdParty/qemu/darwin-user/main.c:30:
/Users/jbrains/ThirdParty/qemu/cpu-all.h:622:24: error: qemu-types.h:
No such file or directory
In file included from /Users/jbrains/ThirdParty/qemu/darwin-user/qemu.h:9,
                 from /Users/jbrains/ThirdParty/qemu/darwin-user/main.c:30:
/Users/jbrains/ThirdParty/qemu/thunk.h: In function ‘thunk_type_size’:
/Users/jbrains/ThirdParty/qemu/thunk.h:104: error: ‘TARGET_ABI_BITS’
undeclared (first use in this function)
/Users/jbrains/ThirdParty/qemu/thunk.h:104: error: (Each undeclared
identifier is reported only once
/Users/jbrains/ThirdParty/qemu/thunk.h:104: error: for each function
it appears in.)
/Users/jbrains/ThirdParty/qemu/thunk.h: In function ‘thunk_type_align’:
/Users/jbrains/ThirdParty/qemu/thunk.h:141: error: ‘TARGET_ABI_BITS’
undeclared (first use in this function)
In file included from /Users/jbrains/ThirdParty/qemu/darwin-user/main.c:30:
/Users/jbrains/ThirdParty/qemu/darwin-user/qemu.h: At top level:
/Users/jbrains/ThirdParty/qemu/darwin-user/qemu.h:100: warning:
‘struct sigaltstack’ declared inside parameter list
/Users/jbrains/ThirdParty/qemu/darwin-user/qemu.h:100: warning: its
scope is only this definition or declaration, which is probably not
what you want
/Users/jbrains/ThirdParty/qemu/darwin-user/qemu.h:109: warning:
redundant redeclaration of ‘init_paths’
/Users/jbrains/ThirdParty/qemu/qemu-common.h:120: warning: previous
declaration of ‘init_paths’ was here
/Users/jbrains/ThirdParty/qemu/darwin-user/qemu.h:110: warning:
redundant redeclaration of ‘path’
/Users/jbrains/ThirdParty/qemu/qemu-common.h:121: warning: previous
declaration of ‘path’ was here
In file included from /Users/jbrains/ThirdParty/qemu/darwin-user/main.c:30:
/Users/jbrains/ThirdParty/qemu/darwin-user/qemu.h: In function ‘get_int_arg’:
/Users/jbrains/ThirdParty/qemu/darwin-user/qemu.h:151: warning: cast
to pointer from integer of different size
/Users/jbrains/ThirdParty/qemu/darwin-user/qemu.h: In function ‘get_int64_arg’:
/Users/jbrains/ThirdParty/qemu/darwin-user/qemu.h:157: warning: cast
to pointer from integer of different size
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c: In function ‘cpu_loop’:
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c:564: warning: cast
to pointer from integer of different size
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c:640: warning: cast
to pointer from integer of different size
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c:649: warning: cast
to pointer from integer of different size
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c:653: error:
‘EXCP01_SSTP’ undeclared (first use in this function)
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c:658: warning: cast
to pointer from integer of different size
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c:675: warning: cast
to pointer from integer of different size
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c:697: warning: cast
to pointer from integer of different size
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c: At top level:
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c:708: warning: no
previous prototype for ‘usage’
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c: In function ‘main’:
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c:777: warning:
assignment discards qualifiers from pointer target type
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c:898: warning: cast
from pointer to integer of different size
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c:915: warning: cast
from pointer to integer of different size
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c:920: warning: cast
from pointer to integer of different size
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c:920: warning: cast
from pointer to integer of different size
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c:930: warning: cast
from pointer to integer of different size
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c:931: warning: cast
from pointer to integer of different size
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c:935: warning: cast
from pointer to integer of different size
/Users/jbrains/ThirdParty/qemu/darwin-user/main.c:942: warning: cast
from pointer to integer of different size
make[1]: *** [main.o] Error 1
make: *** [subdir-i386-darwin-user] Error 2
---- end make output ----

Thanks in advance for your help.
-- 
J. B. (Joe) Rainsberger :: http://www.jbrains.ca
Diaspar Software Services :: http://www.diasparsoftware.com
Author, JUnit Recipes
2005 Gordon Pask Award for contribution to Agile practice




reply via email to

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