Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 246348 Details for
Bug 336342
app-emulation/gxemul does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
gxemul-0.4.7:20100907-103212.log (text/plain), 59.90 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-09-07 11:25:08 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-09-07 11:25:08 UTC
Size:
59.90 KB
patch
obsolete
> * CPV: app-emulation/gxemul-0.4.7 > * REPO: gentoo > * Maintainer: maintainer-needed@gentoo.org no-herd > * USE: elibc_glibc kernel_linux test userland_GNU x86 >>>> Unpacking source... >>>> Unpacking gxemul-0.4.7.tar.gz to /var/tmp/portage/app-emulation/gxemul-0.4.7/work >>>> Source unpacked in /var/tmp/portage/app-emulation/gxemul-0.4.7/work >>>> Compiling source in /var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7 ... > * Configuring with: --disable-x >checking which C compiler to use... i686-pc-linux-gnu-gcc -DNDEBUG -O2 -pipe (GNU CC) >checking for 'alpha' define... no >checking for 'mips' define... no >checking for 'ppc' define... no >checking for 'sparc' define... no >checking whether -Wall can be used... yes >checking whether -Wstrict-aliasing can be used... yes >checking whether -fpeephole can be used... yes >checking whether -fomit-frame-pointer can be used... yes >checking whether -fstrict-aliasing can be used... yes >checking whether -lrt is required for nanosleep... no >checking whether -lresolv is required for inet_pton... no >checking for math libs... -lm >checking for strlcpy... missing, using mystrlcpy >checking for strtoull... found >checking for mkstemp... found >checking for fseeko... found >checking for socklen_t... socklen_t >checking for MAP_ANON... yes >checking for PRIx64 in inttypes.h... yes >checking for 64-bit off_t... using -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE >checking for u_int8_t... yes >checking for u_int64_t... yes >checking for __FUNCTION__... yes >checking host endianness... little >C compiler flags: -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -Wstrict-aliasing -Wall >Linker flags: -lm >creating ./Makefile >creating src/Makefile >creating src/include/Makefile >creating src/console/Makefile >creating src/cpus/Makefile >creating src/debugger/Makefile >creating src/devices/Makefile >creating src/devices/fonts/Makefile >creating src/disk/Makefile >creating src/file/Makefile >creating src/machines/Makefile >creating src/net/Makefile >creating src/promemul/Makefile >creating src/symbol/Makefile >creating src/useremul/Makefile >Configured. You may now run make to build gxemul. >make -j14 >cd src; make >make[1]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src' >cd include; make >make[2]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/include' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -Iinclude/ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu make_ppc_spr_strings.c -o make_ppc_spr_strings >make_ppc_spr_strings.c: In function âmainâ: >make_ppc_spr_strings.c:44:8: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result >grep '#define.SPR_' ppc_spr.h |cut -d _ -f 2- | ./make_ppc_spr_strings > ppc_spr_strings.h >make[2]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/include' >make do_src do_console do_cpus do_debugger do_devices do_disk \ > do_file do_machines do_net do_promemul do_symbol do_useremul >make[2]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -Iinclude/ -c -o emul.o emul.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -Iinclude/ -c -o emul_parse.o emul_parse.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -Iinclude/ -c -o float_emul.o float_emul.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -Iinclude/ -c -o interrupt.o interrupt.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -Iinclude/ -c -o main.o main.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -Iinclude/ -c -o memory.o memory.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -Iinclude/ -c -o misc.o misc.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -Iinclude/ -c -o settings.o settings.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -Iinclude/ -c -o timer.o timer.c >cd console; make >cd cpus; make >cd debugger; make >cd devices; make >make[3]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/console' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o console.o console.c >cd disk; make >make[3]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/cpus' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu generate_head.c -o generate_head >make[3]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/debugger' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o debugger.o debugger.c >make[3]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/devices' >cd fonts; make >make[4]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/devices/fonts' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu Xconv_raw_to_c.c -o Xconv_raw_to_c >make[3]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/disk' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o bootblock.o bootblock.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu generate_tail.c -o generate_tail >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o x11.o x11.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu generate_alpha_misc.c -o generate_alpha_misc >cd file; make >cd machines; make >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o debugger_expr.o debugger_expr.c >cd net; make >make[3]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/file' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o file.o file.c >make[3]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/machines' >make objs >./Xconv_raw_to_c vt220l.808 font8x8 > font8x8.c >make[4]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/machines' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine.o machine.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o bootblock_apple.o bootblock_apple.c >make[3]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/net' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o net.o net.c >./Xconv_raw_to_c vt220l.810 font8x10 > font8x10.c >./Xconv_raw_to_c vt220l.816 font8x16 > font8x16.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_algor.o machine_algor.c >make[4]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/devices/fonts' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o net_ip.o net_ip.c >make font8x8.c font8x10.c font8x16.c >make[4]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/devices' >cp -f fonts/font8x8.c . >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o bootblock_iso9660.o bootblock_iso9660.c >cp -f fonts/font8x10.c . >cp -f fonts/font8x16.c . >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o diskimage.o diskimage.c >make[4]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/devices' >make objs >make[4]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/devices' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o device.o device.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu generate_arm_dpi.c -o generate_arm_dpi >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o net_misc.o net_misc.c >cd promemul; make >make[3]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/promemul' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o arcbios.o arcbios.c >make[3]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/console' >cd symbol; make >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu generate_arm_r.c -o generate_arm_r >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dec_prom.o dec_prom.c >make[3]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/symbol' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o symbol.o symbol.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o bus_isa.o bus_isa.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o symbol_demangle.o symbol_demangle.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o bus_pci.o bus_pci.c >cd useremul; make >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dreamcast.o dreamcast.c >make[3]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/useremul' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o useremul.o useremul.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_alpha.o machine_alpha.c >i686-pc-linux-gnu-gcc generate_arm_loadstore.c -o generate_arm_loadstore >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu generate_arm_multi.c -o generate_arm_multi >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_arc.o machine_arc.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o diskimage_scsicmd.o diskimage_scsicmd.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dreamcast_scramble.o dreamcast_scramble.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o useremul_freebsd.o useremul_freebsd.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o useremul_netbsd.o useremul_netbsd.c >make[3]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/symbol' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o mvmeprom.o mvmeprom.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o lk201.o lk201.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o of.o of.c >make[3]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/debugger' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_8253.o dev_8253.c >make[3]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/net' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_8259.o dev_8259.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu generate_m88k_bcnd.c -o generate_m88k_bcnd >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu generate_m88k_loadstore.c -o generate_m88k_loadstore >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_bebox.o machine_bebox.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o ps2_bios.o ps2_bios.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_adb.o dev_adb.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu generate_mips_loadstore.c -o generate_mips_loadstore >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_cats.o machine_cats.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o useremul_syscalls.o useremul_syscalls.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_ahc.o dev_ahc.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_cobalt.o machine_cobalt.c >../../experiments/make_index.sh >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_dreamcast.o machine_dreamcast.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o sh_ipl_g.o sh_ipl_g.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_evbmips.o machine_evbmips.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu generate_mips_loadstore_multi.c -o generate_mips_loadstore_multi >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_algor.o dev_algor.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_hpcarm.o machine_hpcarm.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu generate_ppc_loadstore.c -o generate_ppc_loadstore >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_asc.o dev_asc.c >make[3]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/useremul' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_bebox.o dev_bebox.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_bt431.o dev_bt431.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_bt455.o dev_bt455.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu generate_sparc_loadstore.c -o generate_sparc_loadstore >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_hpcmips.o machine_hpcmips.c >make[3]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/disk' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_hpcsh.o machine_hpcsh.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_bt459.o dev_bt459.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o yamon.o yamon.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_iq80321.o machine_iq80321.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_iyonix.o machine_iyonix.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_clmpcc.o dev_clmpcc.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_landisk.o machine_landisk.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_colorplanemask.o dev_colorplanemask.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_cons.o dev_cons.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_luna88k.o machine_luna88k.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_cpc700.o dev_cpc700.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_macppc.o machine_macppc.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_dc7085.o dev_dc7085.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_mvme88k.o machine_mvme88k.c >make buildobjs >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_dec21030.o dev_dec21030.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_mvmeppc.o machine_mvmeppc.c >make[4]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/cpus' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o cpu.o cpu.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_dec21143.o dev_dec21143.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_dec5800.o dev_dec5800.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_netwinder.o machine_netwinder.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_dec_ioasic.o dev_dec_ioasic.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_disk.o dev_disk.c >./generate_alpha_misc > tmp_alpha_misc.c >./generate_head alpha Alpha > tmp_alpha_head.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_dreamcast_asic.o dev_dreamcast_asic.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_playstation2.o machine_playstation2.c >./generate_tail alpha Alpha > tmp_alpha_tail.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_dreamcast_g2.o dev_dreamcast_g2.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o cpu_alpha_palcode.o cpu_alpha_palcode.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o memory_alpha.o memory_alpha.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_dreamcast_gdrom.o dev_dreamcast_gdrom.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_pmax.o machine_pmax.c >../../experiments/make_index.sh >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_pmppc.o machine_pmppc.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_dreamcast_maple.o dev_dreamcast_maple.c >./generate_head arm ARM > tmp_arm_head.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_prep.o machine_prep.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_qemu.o machine_qemu.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_sgi.o machine_sgi.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_sparc.o machine_sparc.c >./generate_tail arm ARM > tmp_arm_tail.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_dreamcast_rtc.o dev_dreamcast_rtc.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_eagle.o dev_eagle.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o cpu_arm_coproc.o cpu_arm_coproc.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o machine_test.o machine_test.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o memory_arm.o memory_arm.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_ether.o dev_ether.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_fb.o dev_fb.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_fbctrl.o dev_fbctrl.c >./generate_arm_loadstore > tmp_arm_loadstore.c >./generate_arm_loadstore 0 0 0 > tmp_arm_loadstore_p0_u0_w0.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_fdc.o dev_fdc.c >./generate_arm_loadstore 0 0 1 > tmp_arm_loadstore_p0_u0_w1.c >make[3]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/promemul' >./generate_arm_loadstore 0 1 0 > tmp_arm_loadstore_p0_u1_w0.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_footbridge.o dev_footbridge.c >./generate_arm_loadstore 0 1 1 > tmp_arm_loadstore_p0_u1_w1.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_gc.o dev_gc.c >./generate_arm_loadstore 1 0 0 > tmp_arm_loadstore_p1_u0_w0.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_gt.o dev_gt.c >./generate_arm_loadstore 1 0 1 > tmp_arm_loadstore_p1_u0_w1.c >./generate_arm_loadstore 1 1 0 > tmp_arm_loadstore_p1_u1_w0.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_hammerhead.o dev_hammerhead.c >./generate_arm_loadstore 1 1 1 > tmp_arm_loadstore_p1_u1_w1.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_i80321.o dev_i80321.c >./generate_arm_dpi > tmp_arm_dpi.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_igsfb.o dev_igsfb.c >./generate_arm_r 0 0 > tmp_arm_r.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_iq80321_7seg.o dev_iq80321_7seg.c >./generate_arm_r 0x000 0x0ff > tmp_arm_r0.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_irqc.o dev_irqc.c >./generate_arm_r 0x100 0x1ff > tmp_arm_r1.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_jazz.o dev_jazz.c >./generate_arm_r 0x200 0x2ff > tmp_arm_r2.c >./generate_arm_r 0x300 0x3ff > tmp_arm_r3.c >./generate_arm_r 0x400 0x4ff > tmp_arm_r4.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_kn01.o dev_kn01.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_kn02.o dev_kn02.c >./generate_arm_r 0x500 0x5ff > tmp_arm_r5.c >./generate_arm_r 0x600 0x6ff > tmp_arm_r6.c >make[4]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/machines' >make automachine.o >./generate_arm_r 0x700 0x7ff > tmp_arm_r7.c >make[4]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/machines' >./makeautomachine.sh >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_kn220.o dev_kn220.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_kn230.o dev_kn230.c >./generate_arm_r 0x800 0x8ff > tmp_arm_r8.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_lca.o dev_lca.c >../../experiments/make_index.sh >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_le.o dev_le.c >Generating automachine.c... ./generate_arm_r 0x900 0x9ff > tmp_arm_r9.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_lpt.o dev_lpt.c >3i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_m8820x.o dev_m8820x.c >./generate_arm_r 0xa00 0xaff > tmp_arm_ra.c >./generate_arm_r 0xb00 0xbff > tmp_arm_rb.c >./generate_arm_r 0xc00 0xcff > tmp_arm_rc.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_malta_lcd.o dev_malta_lcd.c >./generate_arm_r 0xd00 0xdff > tmp_arm_rd.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_mb8696x.o dev_mb8696x.c >./generate_arm_r 0xe00 0xeff > tmp_arm_re.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_mc146818.o dev_mc146818.c >./generate_arm_r 0xf00 0xfff > tmp_arm_rf.c >./generate_arm_multi `cat cpu_arm_multi.txt` > tmp_arm_multi.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_mk48txx.o dev_mk48txx.c >./generate_head m32r M32R > tmp_m32r_head.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_mp.o dev_mp.c >make[3]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/file' >./generate_tail m32r M32R > tmp_m32r_tail.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_mvme187.o dev_mvme187.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o memory_m32r.o memory_m32r.c >./generate_m88k_loadstore > tmp_m88k_loadstore.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_ns16550.o dev_ns16550.c >./generate_head m88k M88K > tmp_m88k_head.c >./generate_tail m88k M88K > tmp_m88k_tail.c >./generate_m88k_loadstore: generated_functions = 99 >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_ohci.o dev_ohci.c >./generate_m88k_bcnd > tmp_m88k_bcnd.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o memory_m88k.o memory_m88k.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_osiop.o dev_osiop.c >./generate_mips_loadstore > tmp_mips_loadstore.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_pcc2.o dev_pcc2.c >./generate_mips_loadstore_multi > tmp_mips_loadstore_multi.c >./generate_head mips MIPS > tmp_mips_head.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_pccmos.o dev_pccmos.c >./generate_tail mips MIPS > tmp_mips_tail.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o cpu_mips_coproc.o cpu_mips_coproc.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_pcic.o dev_pcic.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o cpu_mips_instr_unaligned.o cpu_mips_instr_unaligned.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_pckbc.o dev_pckbc.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_pmagja.o dev_pmagja.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_pmppc.o dev_pmppc.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_prep.o dev_prep.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_ps2_ether.o dev_ps2_ether.c >./generate_head ppc PPC > tmp_ppc_head.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_ps2_gif.o dev_ps2_gif.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_ps2_gs.o dev_ps2_gs.c >./generate_tail ppc PPC > tmp_ppc_tail.c >./generate_ppc_loadstore > tmp_ppc_loadstore.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_ps2_spd.o dev_ps2_spd.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_ps2_stuff.o dev_ps2_stuff.c >./generate_head sh SH > tmp_sh_head.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_pvr.o dev_pvr.c >./generate_tail sh SH > tmp_sh_tail.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_px.o dev_px.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o memory_sh.o memory_sh.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_ram.o dev_ram.c >./generate_head sparc SPARC > tmp_sparc_head.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_random.o dev_random.c >./generate_tail sparc SPARC > tmp_sparc_tail.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_rs5c313.o dev_rs5c313.c >./generate_sparc_loadstore > tmp_sparc_loadstore.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o memory_sparc.o memory_sparc.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_rtc.o dev_rtc.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_rtl8139c.o dev_rtl8139c.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o cpu_alpha.o cpu_alpha.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o cpu_arm.o cpu_arm.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_scc.o dev_scc.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_loadstore.o tmp_arm_loadstore.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_sfb.o dev_sfb.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_loadstore_p0_u0_w0.o tmp_arm_loadstore_p0_u0_w0.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_loadstore_p0_u0_w1.o tmp_arm_loadstore_p0_u0_w1.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_sgi_gbe.o dev_sgi_gbe.c >2i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_sgi_ip19.o dev_sgi_ip19.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_sgi_ip20.o dev_sgi_ip20.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_sgi_ip22.o dev_sgi_ip22.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_sgi_ip30.o dev_sgi_ip30.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_sgi_ip32.o dev_sgi_ip32.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_sgi_mardigras.o dev_sgi_mardigras.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_loadstore_p0_u1_w0.o tmp_arm_loadstore_p0_u1_w0.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_sh4.o dev_sh4.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_loadstore_p0_u1_w1.o tmp_arm_loadstore_p0_u1_w1.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_loadstore_p1_u0_w0.o tmp_arm_loadstore_p1_u0_w0.c >dev_sh4.c: In function âsh4_dmac_transferâ: >dev_sh4.c:314:11: warning: unused variable âdarâ >dev_sh4.c:313:11: warning: unused variable âsarâ >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_loadstore_p1_u0_w1.o tmp_arm_loadstore_p1_u0_w1.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_loadstore_p1_u1_w0.o tmp_arm_loadstore_p1_u1_w0.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_loadstore_p1_u1_w1.o tmp_arm_loadstore_p1_u1_w1.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_sii.o dev_sii.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_sn.o dev_sn.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_ssc.o dev_ssc.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_turbochannel.o dev_turbochannel.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_uninorth.o dev_uninorth.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_dpi.o tmp_arm_dpi.c >1i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_r.o tmp_arm_r.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_unreadable.o dev_unreadable.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_v3.o dev_v3.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_vga.o dev_vga.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_r0.o tmp_arm_r0.c > done >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o automachine.o automachine.c >make[4]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/machines' >make[3]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/machines' >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_r1.o tmp_arm_r1.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_r2.o tmp_arm_r2.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_vme.o dev_vme.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_r3.o tmp_arm_r3.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_vr41xx.o dev_vr41xx.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_wdc.o dev_wdc.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_r4.o tmp_arm_r4.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_r5.o tmp_arm_r5.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_z8530.o dev_z8530.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o dev_zero.o dev_zero.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_r6.o tmp_arm_r6.c >make[4]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/devices' >make autodev.o >make[4]: Entering directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/devices' >./makeautodev.sh >Generating autodev.c... 5i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_r7.o tmp_arm_r7.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_r8.o tmp_arm_r8.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_r9.o tmp_arm_r9.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_ra.o tmp_arm_ra.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_rb.o tmp_arm_rb.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_rc.o tmp_arm_rc.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_rd.o tmp_arm_rd.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_re.o tmp_arm_re.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_rf.o tmp_arm_rf.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o tmp_arm_multi.o tmp_arm_multi.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o cpu_m32r.o cpu_m32r.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o cpu_m88k.o cpu_m88k.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o cpu_mips.o cpu_mips.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o cpu_ppc.o cpu_ppc.c >4i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o cpu_sh.o cpu_sh.c >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o cpu_sparc.o cpu_sparc.c >321 done >i686-pc-linux-gnu-gcc -Wstrict-aliasing -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe -I../include/ -c -o autodev.o autodev.c >make[4]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/devices' >make[3]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/devices' >make[4]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/cpus' >make[3]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src/cpus' >make[2]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src' >make[1]: Leaving directory `/var/tmp/portage/app-emulation/gxemul-0.4.7/work/gxemul-0.4.7/src' >i686-pc-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -pipe src/*.o src/console/*.o src/cpus/*.o src/debugger/*.o src/devices/*.o src/disk/*.o src/file/*.o src/machines/*.o src/net/*.o src/promemul/*.o src/symbol/*.o src/useremul/*.o -lm -o gxemul >>>> Source compiled. >>>> Test phase [none]: app-emulation/gxemul-0.4.7 > >>>> Install gxemul-0.4.7 into /var/tmp/portage/app-emulation/gxemul-0.4.7/image/ category app-emulation >!!! dodoc: RELEASE does not exist >dodoc failed >>>> Completed installing gxemul-0.4.7 into /var/tmp/portage/app-emulation/gxemul-0.4.7/image/ > > * QA Notice: file does not exist: > * > * dodoc: RELEASE does not exist >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/bin/gxemul > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/bin/gxemul > > * Gentoo contact information ... >herds: > no-herd >maintainers: > maintainer-needed@gentoo.org >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 336342
: 246348