All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Qemu-devel] MIPS qemu build failure
@ 2015-09-17 18:21 Steve Ellcey 
  2015-09-17 18:38 ` Peter Maydell
  0 siblings, 1 reply; 9+ messages in thread
From: Steve Ellcey  @ 2015-09-17 18:21 UTC (permalink / raw)
  To: qemu-devel


Following up to my own email.  Apparently the reason I get this error is
that I am building with "--disable-tools --disable-system".  I don't need
the tools and I don't have pixman on my build system so if I don't use
"--disable-tools --disable-system" I get an error about not having pixman
installed.

When I do use "--disable-tools --disable-system" on the configure line I get:

make[1]: *** No rule to make target `../qom/object.o', needed by `qemu-mips'.  Stop.
make: *** [subdir-mips-linux-user] Error 2
Error: Make command failed, stopping build.


It was pointed out to me that 'configure --help' does not list the 
--disable-tools option as a supported option but inside the configure
script I see this code, so it seems --disable-tools is supposed to
be supported.

  if test "$pixman" = "none"; then
    if test "$want_tools" != "no" -o "$softmmu" != "no"; then
      error_exit "pixman disabled but system emulation or tools build" \
          "enabled.  You can turn off pixman only if you also" \
          "disable all system emulation targets and the tools" \
          "build with '--disable-tools --disable-system'."
    fi


Steve Ellcey
sellcey@imgtec.com

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [Qemu-devel] MIPS qemu build failure
@ 2015-09-16 17:08 Steve Ellcey 
  0 siblings, 0 replies; 9+ messages in thread
From: Steve Ellcey  @ 2015-09-16 17:08 UTC (permalink / raw)
  To: qemu-devel


Is anyone else seeing this qemu build failure?  I am building qemu
for MIPS from the top-of-tree sources.

make[1]: *** No rule to make target `../qom/object.o', needed by `qemu-mips'.  Stop.
make: *** [subdir-mips-linux-user] Error 2
Error: Make command failed, stopping build.



Steve Ellcey
sellcey@imgtec.com

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

end of thread, other threads:[~2015-09-18 12:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-17 18:21 [Qemu-devel] MIPS qemu build failure Steve Ellcey 
2015-09-17 18:38 ` Peter Maydell
2015-09-18  8:24   ` Daniel P. Berrange
2015-09-18  8:53     ` Leon Alrae
2015-09-18  9:06       ` Daniel P. Berrange
2015-09-18 12:06         ` [Qemu-devel] Someone kill the in-tree build, please (was: MIPS qemu build failure) Markus Armbruster
2015-09-18 12:15           ` Peter Maydell
2015-09-18 12:17           ` Daniel P. Berrange
  -- strict thread matches above, loose matches on Subject: below --
2015-09-16 17:08 [Qemu-devel] MIPS qemu build failure Steve Ellcey 

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.