[Bug 507] New: make qemu failing

bugzilla-daemon at bugzilla.openmoko.org bugzilla-daemon at bugzilla.openmoko.org
Mon Apr 23 15:01:47 CEST 2007


http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=507

           Summary: make qemu failing
           Product: OpenMoko
           Version: current svn head
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P3
         Component: Applications & Dependencies
        AssignedTo: mickey at vanille-media.de
        ReportedBy: sudharsh at gmail.com
                CC: buglog at lists.openmoko.org


I am not sure if this is the right category..so apologies in advance.
While doing a make qemu I am getting the following error in the current SVN head.

sudharsh at sup3rkiddo ~/Projects/openmoko $ cat log
[ -e build/qemu ] || \
        ( cd build ; mkdir -p qemu )
[ -e build/qemu/Makefile ] || \
        ( . ./setup-env ; cd build/qemu ; \
          ${OMDIR}/openmoko/trunk/src/host/qemu-neo1973/configure \
                --target-list=arm-softmmu )
[ -e build/qemu/openmoko ] || \
        ( . ./setup-env ; cd build/qemu ; mkdir openmoko ; \
          for f in ${OMDIR}/openmoko/trunk/src/host/qemu-neo1973/openmoko/* ; do \
            ln -s $f openmoko/`basename $f` ; \
          done )
[ -d stamps ] || mkdir stamps
touch stamps/qemu
( cd build/qemu ; make )
make[1]: Entering directory `/home/sudharsh/Projects/openmoko/build/qemu'
make -C arm-softmmu all
make[2]: Entering directory
`/home/sudharsh/Projects/openmoko/build/qemu/arm-softmmu'
gcc32 -Wall -O2 -g -fno-strict-aliasing -mpreferred-stack-boundary=2
-fomit-frame-pointer -falign-functions=0 -fno-gcse -fno-reorder-blocks
-fno-optimize-sibling-calls  -I. -I..
-I/home/sudharsh/Projects/openmoko/openmoko/trunk/src/host/qemu-neo1973/target-arm
-I/home/sudharsh/Projects/openmoko/openmoko/trunk/src/host/qemu-neo1973
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/sudharsh/Projects/openmoko/openmoko/trunk/src/host/qemu-neo1973/fpu
-DHAS_AUDIO -DHIGH_LATENCY
-I/home/sudharsh/Projects/openmoko/openmoko/trunk/src/host/qemu-neo1973/slirp -c
-o op.o
/home/sudharsh/Projects/openmoko/openmoko/trunk/src/host/qemu-neo1973/target-arm/op.c
make[2]: Leaving directory `/home/sudharsh/Projects/openmoko/build/qemu/arm-softmmu'
make[1]: Leaving directory `/home/sudharsh/Projects/openmoko/build/qemu'
/home/sudharsh/Projects/openmoko/openmoko/trunk/src/host/qemu-neo1973/target-arm/op.c:
In function 'op_iwmmxt_movq_wRn_M0':
/home/sudharsh/Projects/openmoko/openmoko/trunk/src/host/qemu-neo1973/target-arm/op.c:1374:
error: unable to find a register to spill in class 'GENERAL_REGS'
/home/sudharsh/Projects/openmoko/openmoko/trunk/src/host/qemu-neo1973/target-arm/op.c:1374:
error: this is the insn:
(insn:HI 11 22 12 0
/home/sudharsh/Projects/openmoko/openmoko/trunk/src/host/qemu-neo1973/target-arm/op.c:1373
(set (mem/s/j:DI (plus:SI (plus:SI (mult:SI (reg/f:SI 58 [ __op_param1.884 ])
                        (const_int 8 [0x8]))
                    (reg/f:SI 59 [ env.883 ]))
                (const_int 848 [0x350])) [0 <variable>.iwmmxt.regs S8 A32])
        (reg:DI 60 [ <variable>.iwmmxt.val ])) 56 {*movdi_2}
(insn_list:REG_DEP_TRUE 9 (insn_list:REG_DEP_TRUE 10 (nil)))
    (expr_list:REG_DEAD (reg:DI 60 [ <variable>.iwmmxt.val ])
        (expr_list:REG_DEAD (reg/f:SI 58 [ __op_param1.884 ])
            (expr_list:REG_DEAD (reg/f:SI 59 [ env.883 ])
                (nil)))))
/home/sudharsh/Projects/openmoko/openmoko/trunk/src/host/qemu-neo1973/target-arm/op.c:1374:
confused by earlier errors, bailing out
make[2]: *** [op.o] Error 1
make[1]: *** [subdir-arm-softmmu] Error 2
make: *** [build-qemu] Error 2



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the buglog mailing list