Mon Nov 22 00:51:17 CET 2004 configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking build system type... i686-pc-linux-gnu checking host system type... or32-unknown-uclinux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for or32-uclinux-strip... or32-uclinux-strip checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking for or32-uclinux-or32-uclinux-gcc... no checking for or32-uclinux-gcc... or32-uclinux-gcc checking for or32-uclinux-or32-uclinux-ranlib... no checking for or32-uclinux-ranlib... or32-uclinux-ranlib checking for or32-uclinux-or32-uclinux-ld... no checking for or32-uclinux-ld... or32-uclinux-ld checking for or32-uclinux-or32-uclinux-sim... no checking for or32-uclinux-sim... or32-uclinux-sim checking for style of include used by make... GNU checking for or32-uclinux-gcc... or32-uclinux-gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether or32-uclinux-gcc accepts -g... yes checking for or32-uclinux-gcc option to accept ANSI C... none needed checking dependency style of or32-uclinux-gcc... gcc3 checking for strerror in -lcposix... no checking how to run the C preprocessor... or32-uclinux-gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking whether or32-uclinux-gcc needs -traditional... no checking whether to enable optimizations... default checking for an ANSI C-conforming const... yes checking for inline... inline configure: creating ./config.status config.status: creating Makefile config.status: creating support/Makefile config.status: creating uos/Makefile config.status: executing depfiles commands Making check in support make[1]: Entering directory `/home/oc/testpool/or1k/or1ksim/testbench/support' source='support.c' object='support.o' libtool=no \ depfile='.deps/support.Po' tmpdepfile='.deps/support.TPo' \ depmode=gcc3 /bin/sh ../../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I../support -Wall -g -nostdlib -mhard-div -c `test -f 'support.c' || echo './'`support.c In file included from support.c:5: support.h:20: warning: conflicting types for built-in function `printf' source='int.c' object='int.o' libtool=no \ depfile='.deps/int.Po' tmpdepfile='.deps/int.TPo' \ depmode=gcc3 /bin/sh ../../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I../support -Wall -g -nostdlib -mhard-div -c `test -f 'int.c' || echo './'`int.c In file included from int.c:4: support.h:20: warning: conflicting types for built-in function `printf' rm -f libsupport.a ar cru libsupport.a support.o int.o or32-uclinux-ranlib libsupport.a make[1]: Leaving directory `/home/oc/testpool/or1k/or1ksim/testbench/support' Making check in uos make[1]: Entering directory `/home/oc/testpool/or1k/or1ksim/testbench/uos' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -I../support -c `test -f 'except_or32.S' || echo './'`except_or32.S source='task.c' object='task.o' libtool=no \ depfile='.deps/task.Po' tmpdepfile='.deps/task.TPo' \ depmode=gcc3 /bin/sh ../../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I../support -Wall -g -nostdlib -mhard-div -c `test -f 'task.c' || echo './'`task.c In file included from task.c:4: ../support/support.h:20: warning: conflicting types for built-in function `printf' source='tick.c' object='tick.o' libtool=no \ depfile='.deps/tick.Po' tmpdepfile='.deps/tick.TPo' \ depmode=gcc3 /bin/sh ../../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I../support -Wall -g -nostdlib -mhard-div -c `test -f 'tick.c' || echo './'`tick.c In file included from tick.c:5: ../support/support.h:20: warning: conflicting types for built-in function `printf' source='uos.c' object='uos.o' libtool=no \ depfile='.deps/uos.Po' tmpdepfile='.deps/uos.TPo' \ depmode=gcc3 /bin/sh ../../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I../support -Wall -g -nostdlib -mhard-div -c `test -f 'uos.c' || echo './'`uos.c In file included from uos.c:4: ../support/support.h:20: warning: conflicting types for built-in function `printf' uos.c: In function `uos_msgsnd': uos.c:111: warning: control reaches end of non-void function uos.c: In function `uos_msgrcv': uos.c:118: warning: control reaches end of non-void function uos.c: In function `kernel_msgrcv': uos.c:175: warning: unused variable `mcb' uos.c: In function `kernel_init': uos.c:308: warning: control reaches end of non-void function or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -T../default.ld -o uos except_or32.o task.o tick.o uos.o ../support/libsupport.a make[1]: Leaving directory `/home/oc/testpool/or1k/or1ksim/testbench/uos' make[1]: Entering directory `/home/oc/testpool/or1k/or1ksim/testbench' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -I./support -c `test -f 'except.S' || echo './'`except.S source='exit.c' object='exit.o' libtool=no \ depfile='.deps/exit.Po' tmpdepfile='.deps/exit.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'exit.c' || echo './'`exit.c In file included from exit.c:3: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o exit -T.//default.ld except.o exit.o support/libsupport.a source='cbasic.c' object='cbasic.o' libtool=no \ depfile='.deps/cbasic.Po' tmpdepfile='.deps/cbasic.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'cbasic.c' || echo './'`cbasic.c In file included from cbasic.c:6: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o cbasic -T.//default.ld except.o cbasic.o support/libsupport.a source='local_global.c' object='local_global.o' libtool=no \ depfile='.deps/local_global.Po' tmpdepfile='.deps/local_global.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'local_global.c' || echo './'`local_global.c In file included from local_global.c:2: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o local_global -T.//default.ld except.o local_global.o support/libsupport.a source='mul.c' object='mul.o' libtool=no \ depfile='.deps/mul.Po' tmpdepfile='.deps/mul.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'mul.c' || echo './'`mul.c In file included from mul.c:2: support/support.h:20: warning: conflicting types for built-in function `printf' mul.c: In function `main': mul.c:97: warning: unsigned int format, long int arg (arg 2) mul.c:99: warning: unsigned int format, long int arg (arg 2) or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o mul -T.//default.ld except.o mul.o support/libsupport.a source='mycompress.c' object='mycompress.o' libtool=no \ depfile='.deps/mycompress.Po' tmpdepfile='.deps/mycompress.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'mycompress.c' || echo './'`mycompress.c In file included from mycompress.c:2: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o mycompress -T.//default.ld except.o mycompress.o support/libsupport.a source='dhry.c' object='dhry.o' libtool=no \ depfile='.deps/dhry.Po' tmpdepfile='.deps/dhry.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'dhry.c' || echo './'`dhry.c In file included from dhry.c:17: support/support.h:20: warning: conflicting types for built-in function `printf' dhry.c:26: warning: conflicting types for built-in function `strcpy' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o dhry -T.//default.ld except.o dhry.o support/libsupport.a source='functest.c' object='functest.o' libtool=no \ depfile='.deps/functest.Po' tmpdepfile='.deps/functest.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'functest.c' || echo './'`functest.c In file included from functest.c:2: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o functest -T.//default.ld except.o functest.o support/libsupport.a source='mem_test.c' object='mem_test.o' libtool=no \ depfile='.deps/mem_test.Po' tmpdepfile='.deps/mem_test.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'mem_test.c' || echo './'`mem_test.c In file included from mem_test.c:4: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o mem_test -T.//default.ld except.o mem_test.o support/libsupport.a or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -I./support -c `test -f 'basic.S' || echo './'`basic.S or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o basic -T.//default.ld basic.o source='cache.c' object='cache.o' libtool=no \ depfile='.deps/cache.Po' tmpdepfile='.deps/cache.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'cache.c' || echo './'`cache.c In file included from cache.c:2: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -I./support -c `test -f 'cache_asm.S' || echo './'`cache_asm.S or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o cache -T.//cache.ld cache.o cache_asm.o support/libsupport.a or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -I./support -c `test -f 'cfg.S' || echo './'`cfg.S or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o cfg -T.//default.ld cfg.o source='dmatest.c' object='dmatest.o' libtool=no \ depfile='.deps/dmatest.Po' tmpdepfile='.deps/dmatest.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'dmatest.c' || echo './'`dmatest.c In file included from dmatest.c:3: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o dmatest -T.//default.ld except.o dmatest.o support/libsupport.a source='eth.c' object='eth.o' libtool=no \ depfile='.deps/eth.Po' tmpdepfile='.deps/eth.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'eth.c' || echo './'`eth.c In file included from eth.c:4: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o eth -T.//default.ld except.o eth.o support/libsupport.a source='mmu.c' object='mmu.o' libtool=no \ depfile='.deps/mmu.Po' tmpdepfile='.deps/mmu.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'mmu.c' || echo './'`mmu.c In file included from mmu.c:4: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -I./support -c `test -f 'mmu_asm.S' || echo './'`mmu_asm.S or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o mmu -T.//default.ld except.o mmu.o mmu_asm.o support/libsupport.a or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -I./support -c `test -f 'except_test_s.S' || echo './'`except_test_s.S source='except_test.c' object='except_test.o' libtool=no \ depfile='.deps/except_test.Po' tmpdepfile='.deps/except_test.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'except_test.c' || echo './'`except_test.c In file included from except_test.c:4: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o except_test -T.//default.ld except_test_s.o except_test.o support/libsupport.a or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -I./support -c `test -f 'int_test.S' || echo './'`int_test.S or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o int_test -T.//int_test.ld int_test.o support/libsupport.a or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -I./support -c `test -f 'flag.S' || echo './'`flag.S or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o flag -T.//default.ld flag.o source='fbtest.c' object='fbtest.o' libtool=no \ depfile='.deps/fbtest.Po' tmpdepfile='.deps/fbtest.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'fbtest.c' || echo './'`fbtest.c In file included from fbtest.c:2: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o fbtest -T.//default.ld except.o fbtest.o support/libsupport.a source='kbdtest.c' object='kbdtest.o' libtool=no \ depfile='.deps/kbdtest.Po' tmpdepfile='.deps/kbdtest.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'kbdtest.c' || echo './'`kbdtest.c In file included from kbdtest.c:2: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o kbdtest -T.//default.ld except.o kbdtest.o support/libsupport.a source='acv_uart.c' object='acv_uart.o' libtool=no \ depfile='.deps/acv_uart.Po' tmpdepfile='.deps/acv_uart.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'acv_uart.c' || echo './'`acv_uart.c In file included from acv_uart.c:4: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o acv_uart -T.//default.ld except.o acv_uart.o support/libsupport.a source='acv_gpio.c' object='acv_gpio.o' libtool=no \ depfile='.deps/acv_gpio.Po' tmpdepfile='.deps/acv_gpio.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'acv_gpio.c' || echo './'`acv_gpio.c In file included from acv_gpio.c:4: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o acv_gpio -T.//default.ld except.o acv_gpio.o support/libsupport.a or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -I./support -c `test -f 'except_mc.S' || echo './'`except_mc.S source='mc_common.c' object='mc_common.o' libtool=no \ depfile='.deps/mc_common.Po' tmpdepfile='.deps/mc_common.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'mc_common.c' || echo './'`mc_common.c In file included from mc_common.c:21: support/support.h:20: warning: conflicting types for built-in function `printf' source='mc_dram.c' object='mc_dram.o' libtool=no \ depfile='.deps/mc_dram.Po' tmpdepfile='.deps/mc_dram.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'mc_dram.c' || echo './'`mc_dram.c In file included from mc_dram.c:21: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o mc_dram -T./except_mc.ld except_mc.o mc_common.o mc_dram.o support/libsupport.a source='mc_ssram.c' object='mc_ssram.o' libtool=no \ depfile='.deps/mc_ssram.Po' tmpdepfile='.deps/mc_ssram.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'mc_ssram.c' || echo './'`mc_ssram.c In file included from mc_ssram.c:21: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o mc_ssram -T./except_mc.ld except_mc.o mc_common.o mc_ssram.o support/libsupport.a source='mc_async.c' object='mc_async.o' libtool=no \ depfile='.deps/mc_async.Po' tmpdepfile='.deps/mc_async.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'mc_async.c' || echo './'`mc_async.c In file included from mc_async.c:21: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o mc_async -T./except_mc.ld except_mc.o mc_common.o mc_async.o support/libsupport.a source='mc_sync.c' object='mc_sync.o' libtool=no \ depfile='.deps/mc_sync.Po' tmpdepfile='.deps/mc_sync.TPo' \ depmode=gcc3 /bin/sh ./../depcomp \ or32-uclinux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"or1ksimtest\" -DVERSION=\"1.3\" -DSTDC_HEADERS=1 -I. -I. -I./support -Wall -g -nostdlib -mhard-div -c `test -f 'mc_sync.c' || echo './'`mc_sync.c In file included from mc_sync.c:21: support/support.h:20: warning: conflicting types for built-in function `printf' or32-uclinux-gcc -Wall -g -nostdlib -mhard-div -o mc_sync -T./except_mc.ld except_mc.o mc_common.o mc_sync.o support/libsupport.a make check-TESTS make[2]: Entering directory `/home/oc/testpool/or1k/or1ksim/testbench' Testing ./exit... OK PASS: exit Testing ./cbasic... OK PASS: cbasic Testing ./local_global... OK PASS: local_global Testing ./mul... OK PASS: mul Testing ./mycompress... OK PASS: mycompress Testing ./dhry... OK PASS: dhry Testing ./functest... OK PASS: functest Testing ./mem_test... OK PASS: mem_test Testing ./basic... OK PASS: basic Testing ./cache... OK PASS: cache Testing ./cfg... OK PASS: cfg Testing ./dmatest... OK PASS: dmatest Testing ./eth... OK PASS: eth Testing ./mmu... (using ./mmu.cfg) OK PASS: mmu Testing ./except_test... OK PASS: except_test Testing ./int_test... OK PASS: int_test Testing ./flag... OK PASS: flag Testing ./fbtest... OK PASS: fbtest Testing ./kbdtest... OK PASS: kbdtest =================== All 19 tests passed =================== make[2]: Leaving directory `/home/oc/testpool/or1k/or1ksim/testbench' make[1]: Leaving directory `/home/oc/testpool/or1k/or1ksim/testbench'