* [Qemu-devel] compile problem on debian sarge amd64
@ 2006-05-09 19:22 kadil
2006-05-09 13:05 ` Paul Brook
0 siblings, 1 reply; 2+ messages in thread
From: kadil @ 2006-05-09 19:22 UTC (permalink / raw)
To: qemu-devel
Hi,
I downloaded 0.8.1, installed the sdl libs and tried to compile qemu but
it did not work.
./configure
a6qu:/home/kadil/qemu-0.8.1# ./configure
Install prefix /usr/local
BIOS directory /usr/local/share/qemu
binary directory /usr/local/bin
Manual directory /usr/local/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path /home/kadil/qemu-0.8.1
C compiler gcc
Host C compiler gcc
make make
install install
host CPU x86_64
host big endian no
target list i386-user arm-user armeb-user sparc-user ppc-user
mips-user mipsel-user i386-softmmu ppc-softmmu sparc-softmmu
x86_64-softmmu mips-softmmu mipsel-softmmu arm-softmmu
gprof enabled no
profiler no
static build no
SDL support yes
SDL static link no
mingw32 support no
Adlib support no
CoreAudio support no
ALSA support no
DSound support no
FMOD support no
kqemu support yes
Documentation no
make
.
.
.
emu-0.8.1/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -I/home/kadil/qemu-0.8.1/fpu -DHAS_AUDIO
-I/home/kadil/qemu-0.8.1/slirp -c -o
gdbstub.o /home/kadil/qemu-0.8.1/gdbstub.c
gcc -g -Wl,-T,/home/kadil/qemu-0.8.1/x86_64.ld -o qemu-i386 elfload.o
main.o syscall.o mmap.o signal.o path.o osdep.o thunk.o vm86.o libqemu.a
gdbstub.o -lm
/usr/bin/ld:/home/kadil/qemu-0.8.1/x86_64.ld:62: parse error
collect2: ld returned 1 exit status
make[1]: *** [qemu-i386] Error 1
make[1]: Leaving directory `/home/kadil/qemu-0.8.1/i386-user'
make: *** [all] Error 1
Any ideas?
Kim
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] compile problem on debian sarge amd64
2006-05-09 19:22 [Qemu-devel] compile problem on debian sarge amd64 kadil
@ 2006-05-09 13:05 ` Paul Brook
0 siblings, 0 replies; 2+ messages in thread
From: Paul Brook @ 2006-05-09 13:05 UTC (permalink / raw)
To: qemu-devel
> emu-0.8.1/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
> -D_LARGEFILE_SOURCE -I/home/kadil/qemu-0.8.1/fpu -DHAS_AUDIO
> -I/home/kadil/qemu-0.8.1/slirp -c -o
> gdbstub.o /home/kadil/qemu-0.8.1/gdbstub.c
> gcc -g -Wl,-T,/home/kadil/qemu-0.8.1/x86_64.ld -o qemu-i386 elfload.o
> main.o syscall.o mmap.o signal.o path.o osdep.o thunk.o vm86.o libqemu.a
> gdbstub.o -lm
> /usr/bin/ld:/home/kadil/qemu-0.8.1/x86_64.ld:62: parse error
> collect2: ld returned 1 exit status
> make[1]: *** [qemu-i386] Error 1
> make[1]: Leaving directory `/home/kadil/qemu-0.8.1/i386-user'
> make: *** [all] Error 1
>
> Any ideas?
It's complaining about the ONLY_IF_RO/ONLY_IF_RW. Either hack the linker
script of use a newer binutils.
Paul
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-05-09 13:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-09 19:22 [Qemu-devel] compile problem on debian sarge amd64 kadil
2006-05-09 13:05 ` Paul Brook
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).