Alexander Graf wrote: > Thanks to Michael Peter who tried the patch on an x86 host I found some > compilation problems. > This updated patch addresses these issues and thus should compile on > every platform for every target available.
Tried that on PPC/Linux: libqemu.a(cpu-exec.o): In function cpu_x86_exec': /home/ths/qemu/qemu-work/cpu-exec.c:439: undefined reference to ldl_phys' /home/ths/qemu/qemu-work/cpu-exec.c:439: undefined reference to stl_phys' /home/ths/qemu/qemu-work/cpu-exec.c:440: undefined reference to ldl_phys' libqemu.a(op.o): In function op_svm_check_intercept_io': /home/ths/qemu/qemu-work/target-i386/op.c:1282: undefined reference to stq_phys' libqemu.a(translate-op.o): In function dyngen_code': /home/ths/qemu/qemu-work/i386-linux-user/./op.h:4101: undefined reference to stq_phys' /home/ths/qemu/qemu-work/i386-linux-user/./op.h:4101: undefined reference to stq_phys' collect2: ld returned 1 exit status make[1]: *** [qemu-i386] Error 1 make: *** [subdir-i386-linux-user] Error 2 Thiemo