MitS Napisano Lipiec 22, 2005 Zgłoszenie Share Napisano Lipiec 22, 2005 Witam! Mam kolejny problem z qemu, a mianowicie z snapshotem qemu którego nie moge zainstalować pod FC4 bo wywala mi błąd taki: [root@ozyrys ~]# cd /root/Desktop/qemu-snapshot-2005-07-21_23 [root@ozyrys qemu-snapshot-2005-07-21_23]# ./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 /root/Desktop/qemu-snapshot-2005-07-21_23 C compiler gcc make make host CPU i386 host big endian no target list i386-user arm-user armeb-user sparc-user ppc-user i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu gprof enabled no static build no SDL support yes SDL static link yes mingw32 support no Adlib support no FMOD support no kqemu support no [root@ozyrys qemu-snapshot-2005-07-21_23]# make clean rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h rm -f *.o *.a qemu-img dyngen TAGS *.pod *~ */*~ make -C tests clean make[1]: Entering directory `/root/Desktop/qemu-snapshot-2005-07-21_23/tests' rm -f *~ *.o test-i386.out test-i386.ref \ test-x86_64.log test-x86_64.ref qruncom linux-test testthread sha1-i386 test-i386 runcom sha1 make[1]: Leaving directory `/root/Desktop/qemu-snapshot-2005-07-21_23/tests' for d in i386-user arm-user armeb-user sparc-user ppc-user i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu; do \ make -C $d clean || exit 1 ; \ done make[1]: Entering directory `/root/Desktop/qemu-snapshot-2005-07-21_23/i386-user' rm -f *.o *.a *~ qemu-i386 gen-op.h opc.h op.h nwfpe/*.o slirp/*.o fpu/*.o make[1]: Leaving directory `/root/Desktop/qemu-snapshot-2005-07-21_23/i386-user'make[1]: Entering directory `/root/Desktop/qemu-snapshot-2005-07-21_23/arm-user'rm -f *.o *.a *~ qemu-arm gen-op.h opc.h op.h nwfpe/*.o slirp/*.o fpu/*.o make[1]: Leaving directory `/root/Desktop/qemu-snapshot-2005-07-21_23/arm-user' make[1]: Entering directory `/root/Desktop/qemu-snapshot-2005-07-21_23/armeb-user' rm -f *.o *.a *~ qemu-armeb gen-op.h opc.h op.h nwfpe/*.o slirp/*.o fpu/*.o make[1]: Leaving directory `/root/Desktop/qemu-snapshot-2005-07-21_23/armeb-user' make[1]: Entering directory `/root/Desktop/qemu-snapshot-2005-07-21_23/sparc-user' rm -f *.o *.a *~ qemu-sparc gen-op.h opc.h op.h nwfpe/*.o slirp/*.o fpu/*.o make[1]: Leaving directory `/root/Desktop/qemu-snapshot-2005-07-21_23/sparc-user' make[1]: Entering directory `/root/Desktop/qemu-snapshot-2005-07-21_23/ppc-user'rm -f *.o *.a *~ qemu-ppc gen-op.h opc.h op.h nwfpe/*.o slirp/*.o fpu/*.o make[1]: Leaving directory `/root/Desktop/qemu-snapshot-2005-07-21_23/ppc-user' make[1]: Entering directory `/root/Desktop/qemu-snapshot-2005-07-21_23/i386-softmmu' rm -f *.o *.a *~ qemu gen-op.h opc.h op.h nwfpe/*.o slirp/*.o fpu/*.o make[1]: Leaving directory `/root/Desktop/qemu-snapshot-2005-07-21_23/i386-softmmu' make[1]: Entering directory `/root/Desktop/qemu-snapshot-2005-07-21_23/ppc-softmmu' rm -f *.o *.a *~ qemu-system-ppc gen-op.h opc.h op.h nwfpe/*.o slirp/*.o fpu/*.o make[1]: Leaving directory `/root/Desktop/qemu-snapshot-2005-07-21_23/ppc-softmmu' make[1]: Entering directory `/root/Desktop/qemu-snapshot-2005-07-21_23/sparc-softmmu' rm -f *.o *.a *~ qemu-system-sparc gen-op.h opc.h op.h nwfpe/*.o slirp/*.o fpu/*.o make[1]: Leaving directory `/root/Desktop/qemu-snapshot-2005-07-21_23/sparc-softmmu' make[1]: Entering directory `/root/Desktop/qemu-snapshot-2005-07-21_23/x86_64-softmmu' rm -f *.o *.a *~ qemu-system-x86_64 gen-op.h opc.h op.h nwfpe/*.o slirp/*.o fpu/*.o make[1]: Leaving directory `/root/Desktop/qemu-snapshot-2005-07-21_23/x86_64-softmmu' make[1]: Entering directory `/root/Desktop/qemu-snapshot-2005-07-21_23/mips-softmmu' rm -f *.o *.a *~ qemu-system-mips gen-op.h opc.h op.h nwfpe/*.o slirp/*.o fpu/*.o make[1]: Leaving directory `/root/Desktop/qemu-snapshot-2005-07-21_23/mips-softmmu' [root@ozyrys qemu-snapshot-2005-07-21_23]# make gcc -Wall -O2 -g -fno-strict-aliasing -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o dyngen dyngen.c dyngen.c: In function ‘load_object’: dyngen.c:508: warning: pointer targets in assignment differ in signedness dyngen.c:544: warning: pointer targets in assignment differ in signedness gcc -DQEMU_TOOL -Wall -O2 -g -fno-strict-aliasing -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o qemu-img qemu-img.c block.c block-cow.c block-qcow.c aes.c block-vmdk.c block-cloop.c block-dmg.c block-bochs.c block-vpc.c block-vvfat.c -lz block-cloop.c: In function ‘cloop_read_block’: block-cloop.c:116: warning: pointer targets in assignment differ in signedness block-cloop.c:118: warning: pointer targets in assignment differ in signedness block-dmg.c: In function ‘dmg_read_chunk’: block-dmg.c:231: warning: pointer targets in assignment differ in signedness block-dmg.c:233: warning: pointer targets in assignment differ in signedness block-vpc.c: In function ‘vpc_probe’: block-vpc.c:84: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness block-vpc.c:84: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness block-vpc.c:84: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness block-vpc.c:84: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness block-vpc.c:84: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness block-vpc.c:84: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness block-vpc.c:84: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness block-vpc.c:84: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness block-vvfat.c: In function ‘create_long_filename’: block-vvfat.c:325: warning: pointer targets in passing argument 1 of ‘short2long_name’ differ in signedness block-vvfat.c: In function ‘fat_get’: block-vvfat.c:393: warning: pointer targets in initialization differ in signedness block-vvfat.c: In function ‘long2unix_name’: block-vvfat.c:446: warning: pointer targets in passing argument 1 of ‘__builtin_strncpy’ differ in signedness block-vvfat.c:446: warning: pointer targets in passing argument 2 of ‘__builtin_strncpy’ differ in signedness block-vvfat.c:453: warning: pointer targets in passing argument 1 of ‘__builtin_strncpy’ differ in signedness block-vvfat.c:453: warning: pointer targets in passing argument 2 of ‘__builtin_strncpy’ differ in signedness block-vvfat.c: In function ‘create_short_filename’: block-vvfat.c:492: warning: pointer targets in passing argument 1 of ‘__builtin_strncpy’ differ in signedness block-vvfat.c: In function ‘init_directory’: block-vvfat.c:719: warning: pointer targets in passing argument 1 of ‘snprintf’ differ in signedness block-vvfat.c: In function ‘vvfat_write’: block-vvfat.c:1620: warning: pointer targets in passing argument 1 of ‘long2unix_name’ differ in signedness texi2html -monolithic -number qemu-doc.texi ** `QEMU PC System emulator invocation' is up for `disk_images', but has no menu entry for this node ** `qemu_img_invocation' doesn't appear in menus ** `disk_images' is up for `qemu_img_invocation', but has no menu entry for this node ** `direct_linux_boot' doesn't appear in menus ** `QEMU PC System emulator invocation' is up for `direct_linux_boot', but has no menu entry for this node ** `gdb_usage' doesn't appear in menus ** `QEMU PC System emulator invocation' is up for `gdb_usage', but has no menu entry for this node ** `compilation' doesn't appear in menus *** @end ignore without corresponding opening (l. 428) ** Unknown command `@voyager.localdomain)' (left as is) (l. 710) ** Unknown command `@scyld.com)' (left as is) (l. 747) ** Unknown command `@voyager.localdomain)' (left as is) (l. 770) texi2html -monolithic -number qemu-tech.texi *** @end itemize without corresponding opening (l. 68) ./texi2pod.pl qemu-doc.texi qemu.pod pod2man --section=1 --center=" " --release=" " qemu.pod > qemu.1 ./texi2pod.pl qemu-img.texi qemu-img.pod pod2man --section=1 --center=" " --release=" " qemu-img.pod > qemu-img.1 for d in i386-user arm-user armeb-user sparc-user ppc-user i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu; do \ make -C $d all || exit 1 ; \ done make[1]: Entering directory `/root/Desktop/qemu-snapshot-2005-07-21_23/i386-user' gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/root/Desktop/qemu-snapshot-2005-07-21_23/target-i386 -I/root/Desktop/qemu-snapshot-2005-07-21_23 -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/root/Desktop/qemu-snapshot-2005-07-21_23/fpu -I/root/Desktop/qemu-snapshot-2005-07-21_23/slirp -c -o elfload.o /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/elfload.c /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/elfload.c: In function ‘load_elf_binary’: /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/elfload.c:950: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/elfload.c:950: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/elfload.c:950: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/elfload.c:950: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/elfload.c:950: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/elfload.c:950: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/elfload.c:950: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/elfload.c:950: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/elfload.c:1088: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/elfload.c:1088: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/elfload.c:1088: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/elfload.c:1088: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/elfload.c:1088: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/elfload.c:1088: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/elfload.c:1088: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/elfload.c:1088: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/root/Desktop/qemu-snapshot-2005-07-21_23/target-i386 -I/root/Desktop/qemu-snapshot-2005-07-21_23 -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/root/Desktop/qemu-snapshot-2005-07-21_23/fpu -I/root/Desktop/qemu-snapshot-2005-07-21_23/slirp -c -o main.o /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/main.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/root/Desktop/qemu-snapshot-2005-07-21_23/target-i386 -I/root/Desktop/qemu-snapshot-2005-07-21_23 -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/root/Desktop/qemu-snapshot-2005-07-21_23/fpu -I/root/Desktop/qemu-snapshot-2005-07-21_23/slirp -c -o syscall.o /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c: In function ‘do_getsockopt’: /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:627: warning: pointer targets in passing argument 5 of ‘getsockopt’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c: In function ‘do_syscall’: /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:1686: warning: pointer targets in passing argument 1 of ‘tswap32s’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:1720: warning: pointer targets in passing argument 1 of ‘tswap32s’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:1806: warning: pointer targets in passing argument 1 of ‘tswap32s’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:1807: warning: pointer targets in passing argument 1 of ‘tswap32s’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2237: warning: pointer targets in passing argument 1 of ‘tswap32s’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2238: warning: pointer targets in passing argument 1 of ‘tswap32s’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2239: warning: pointer targets in passing argument 1 of ‘tswap32s’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2240: warning: pointer targets in passing argument 1 of ‘tswap32s’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2241: warning: pointer targets in passing argument 1 of ‘tswap32s’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2242: warning: pointer targets in passing argument 1 of ‘tswap32s’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2243: warning: pointer targets in passing argument 1 of ‘tswap32s’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2244: warning: pointer targets in passing argument 1 of ‘tswap32s’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2245: warning: pointer targets in passing argument 1 of ‘tswap32s’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2246: warning: pointer targets in passing argument 1 of ‘tswap32s’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2566: warning: pointer targets in passing argument 1 of ‘tswap64s’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2868: warning: pointer targets in passing argument 1 of ‘getresuid’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2868: warning: pointer targets in passing argument 2 of ‘getresuid’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2868: warning: pointer targets in passing argument 3 of ‘getresuid’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2888: warning: pointer targets in passing argument 1 of ‘getresgid’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2888: warning: pointer targets in passing argument 2 of ‘getresgid’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2888: warning: pointer targets in passing argument 3 of ‘getresgid’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2995: warning: pointer targets in passing argument 1 of ‘getresuid’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2995: warning: pointer targets in passing argument 2 of ‘getresuid’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:2995: warning: pointer targets in passing argument 3 of ‘getresuid’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:3013: warning: pointer targets in passing argument 1 of ‘getresgid’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:3013: warning: pointer targets in passing argument 2 of ‘getresgid’ differ in signedness /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/syscall.c:3013: warning: pointer targets in passing argument 3 of ‘getresgid’ differ in signedness gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/root/Desktop/qemu-snapshot-2005-07-21_23/target-i386 -I/root/Desktop/qemu-snapshot-2005-07-21_23 -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/root/Desktop/qemu-snapshot-2005-07-21_23/fpu -I/root/Desktop/qemu-snapshot-2005-07-21_23/slirp -c -o mmap.o /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/mmap.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/root/Desktop/qemu-snapshot-2005-07-21_23/target-i386 -I/root/Desktop/qemu-snapshot-2005-07-21_23 -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/root/Desktop/qemu-snapshot-2005-07-21_23/fpu -I/root/Desktop/qemu-snapshot-2005-07-21_23/slirp -c -o signal.o /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/signal.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/root/Desktop/qemu-snapshot-2005-07-21_23/target-i386 -I/root/Desktop/qemu-snapshot-2005-07-21_23 -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/root/Desktop/qemu-snapshot-2005-07-21_23/fpu -I/root/Desktop/qemu-snapshot-2005-07-21_23/slirp -c -o path.o /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/path.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/root/Desktop/qemu-snapshot-2005-07-21_23/target-i386 -I/root/Desktop/qemu-snapshot-2005-07-21_23 -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/root/Desktop/qemu-snapshot-2005-07-21_23/fpu -I/root/Desktop/qemu-snapshot-2005-07-21_23/slirp -c -o osdep.o /root/Desktop/qemu-snapshot-2005-07-21_23/osdep.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/root/Desktop/qemu-snapshot-2005-07-21_23/target-i386 -I/root/Desktop/qemu-snapshot-2005-07-21_23 -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/root/Desktop/qemu-snapshot-2005-07-21_23/fpu -I/root/Desktop/qemu-snapshot-2005-07-21_23/slirp -c -o thunk.o /root/Desktop/qemu-snapshot-2005-07-21_23/thunk.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/root/Desktop/qemu-snapshot-2005-07-21_23/target-i386 -I/root/Desktop/qemu-snapshot-2005-07-21_23 -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/root/Desktop/qemu-snapshot-2005-07-21_23/fpu -I/root/Desktop/qemu-snapshot-2005-07-21_23/slirp -c -o vm86.o /root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/vm86.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/root/Desktop/qemu-snapshot-2005-07-21_23/target-i386 -I/root/Desktop/qemu-snapshot-2005-07-21_23 -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/root/Desktop/qemu-snapshot-2005-07-21_23/fpu -I/root/Desktop/qemu-snapshot-2005-07-21_23/slirp -c -o exec.o /root/Desktop/qemu-snapshot-2005-07-21_23/exec.c /root/Desktop/qemu-snapshot-2005-07-21_23/exec.c: In function ‘cpu_set_log’: /root/Desktop/qemu-snapshot-2005-07-21_23/exec.c:1162: warning: pointer targets in passing argument 2 of ‘setvbuf’ differ in signedness gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/root/Desktop/qemu-snapshot-2005-07-21_23/target-i386 -I/root/Desktop/qemu-snapshot-2005-07-21_23 -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/root/Desktop/qemu-snapshot-2005-07-21_23/fpu -I/root/Desktop/qemu-snapshot-2005-07-21_23/slirp -c -o kqemu.o /root/Desktop/qemu-snapshot-2005-07-21_23/kqemu.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -mpreferred-stack-boundary=2 -falign-functions=0 -fno-gcse -fno-reorder-blocks -fno-optimize-sibling-calls -I. -I/root/Desktop/qemu-snapshot-2005-07-21_23/target-i386 -I/root/Desktop/qemu-snapshot-2005-07-21_23 -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user -I/root/Desktop/qemu-snapshot-2005-07-21_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/root/Desktop/qemu-snapshot-2005-07-21_23/fpu -I/root/Desktop/qemu-snapshot-2005-07-21_23/slirp -c -o op.o /root/Desktop/qemu-snapshot-2005-07-21_23/target-i386/op.c /root/Desktop/qemu-snapshot-2005-07-21_23/target-i386/ops_sse.h: In function ‘op_pshufw_mmx’: /root/Desktop/qemu-snapshot-2005-07-21_23/target-i386/ops_sse.h:574: error: unable to find a register to spill in class ‘GENERAL_REGS’ /root/Desktop/qemu-snapshot-2005-07-21_23/target-i386/ops_sse.h:574: error: this is the insn: (insn:HI 18 17 19 0 /root/Desktop/qemu-snapshot-2005-07-21_23/target-i386/ops_sse.h:569 (set (strict_low_part (subreg:HI (reg/v:DI 63 [ r ]) 0)) (mem/s/j:HI (plus:SI (mult:SI (reg:SI 64) (const_int 2 [0x2])) (reg/v/f:SI 59 [ s ])) [0 <variable>._w S2 A16])) 41 {*movstricthi_1} (insn_list:REG_DEP_TRUE 16 (insn_list:REG_DEP_TRUE 12 (insn_list:REG_DEP_TRUE 53 (nil)))) (expr_list:REG_DEAD (reg:SI 64) (nil))) /root/Desktop/qemu-snapshot-2005-07-21_23/target-i386/ops_sse.h:574: confused by earlier errors, bailing out make[1]: *** [op.o] Błąd 1 make[1]: Leaving directory `/root/Desktop/qemu-snapshot-2005-07-21_23/i386-user'make: *** [all] Błąd 1 [root@ozyrys qemu-snapshot-2005-07-21_23]# i co ja mam z tym zrobić ??? Może ktoś zna jakiegoś nowego snapshota pod FC4 ??? Byłbym wwdzięczny za linki oraz pomoc. Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
Rekomendowane odpowiedzi
Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto
Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.
Zarejestruj nowe konto
Załóż nowe konto. To bardzo proste!
Zarejestruj sięZaloguj się
Posiadasz już konto? Zaloguj się poniżej.
Zaloguj się