From: Tomasz Chmielewski <mangoo@wpkg.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] mips user emulation broken in current SVN
Date: Tue, 02 Sep 2008 16:04:09 +0200 [thread overview]
Message-ID: <48BD47D9.5080607@wpkg.org> (raw)
I just fetched the newest SVN revision (5132), tried to build usermode emulation targets, but it fails for mips and mipsel:
To reproduce:
$ ./configure --disable-system --static --enable-linux-user --disable-sdl --target-list=mipsel-linux-user
$ make
make -C mipsel-linux-user all
(...)
gcc-3.3.6 -g -m32 -static -Wl,-T,/usr/src/qemu-trunk-5132/i386.ld -o qemu-mipsel main.o syscall.o strace.o mmap.o signal.o path.o thunk.o elfload.o linuxload.o uaccess.o gdbstub.o libqemu.a ../libqemu_user.a -lm -lrt -lpthread
libqemu.a(translate.o): In function `r4k_mmu_init':
/usr/src/qemu-trunk-5132/target-mips/translate_init.c:458: undefined reference to `r4k_do_tlbwi'
/usr/src/qemu-trunk-5132/target-mips/translate_init.c:459: undefined reference to `r4k_do_tlbwr'
/usr/src/qemu-trunk-5132/target-mips/translate_init.c:460: undefined reference to `r4k_do_tlbp'
/usr/src/qemu-trunk-5132/target-mips/translate_init.c:461: undefined reference to `r4k_do_tlbr'
collect2: ld returned 1 exit status
make[1]: *** [qemu-mipsel] Error 1
make[1]: Leaving directory `/usr/src/qemu-trunk-5132/mipsel-linux-user'
make: *** [subdir-mipsel-linux-user] Error 2
All other targets build fine; only mips-linux-user and mipsel-linux-user fail to build.
--
Tomasz Chmielewski
http://wpkg.org
next reply other threads:[~2008-09-02 14:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-02 14:04 Tomasz Chmielewski [this message]
2008-09-02 15:44 ` [Qemu-devel] mips user emulation broken in current SVN Thiemo Seufer
2008-09-02 16:55 ` Tomasz Chmielewski
2008-09-02 17:40 ` Thiemo Seufer
2008-09-02 18:26 ` Tomasz Chmielewski
2008-09-02 18:28 ` Tomasz Chmielewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48BD47D9.5080607@wpkg.org \
--to=mangoo@wpkg.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.