qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] optionrom build too verbose
@ 2009-07-08 14:09 Luiz Capitulino
  2009-07-08 14:22 ` [Qemu-devel] " Alexander Graf
  0 siblings, 1 reply; 2+ messages in thread
From: Luiz Capitulino @ 2009-07-08 14:09 UTC (permalink / raw)
  To: agraf; +Cc: qemu-devel


 Hi Alexander,

 Looks like optionrom build doesn't follow the rules:

"""
  CC    cmd.o
  GEN   qemu-img-cmds.h
for d in pc-bios/optionrom; do \
	make -C $d || exit 1 ; \
        done
make[1]: Entering directory `/home/lcapitulino/src/rh-internal/qemu-qmp/pc-bios/optionrom'
gcc -o signrom -g -Wall signrom.c
  CC    libhw64/virtio.o
  CC    libhw64/virtio-pci.o
gcc -Wall -Wstrict-prototypes -Werror -fomit-frame-pointer -fno-builtin -I/home/lcapitulino/src/rh-internal/qemu-qmp -fno-stack-protector -o multiboot.o -c multiboot.S
  CC    libhw64/fw_cfg.o
ld --oformat binary -Ttext 0 -o multiboot.img multiboot.o
./signrom multiboot.img multiboot.bin
cp multiboot.bin /home/lcapitulino/src/rh-internal/qemu-qmp/pc-bios/
rm multiboot.o multiboot.img
make[1]: Leaving directory `/home/lcapitulino/src/rh-internal/qemu-qmp/pc-bios/optionrom'
  CC    readline.o
  CC    x86_64-softmmu/hpet.o
"""

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

end of thread, other threads:[~2009-07-08 14:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-08 14:09 [Qemu-devel] optionrom build too verbose Luiz Capitulino
2009-07-08 14:22 ` [Qemu-devel] " Alexander Graf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).