[C.CC USERS] new problem

Dennis Meade stone.misc at gmail.com
Sat Apr 24 02:31:00 BST 2010


I re-installed everything with the Arduino plugged into a USB port and 
that seems to have made a difference. The Arduino is seen by the VM, but 
I can't test it in Ubuntu because I've run into another problem.

I hope I haven't created this one. Could it be a permision thing?

When running:

../configure --prefix=$HOME/pkg/kroc-avr --with-toolchain=tvm --target=avr --with-wrapper=arduino


from the creossbuilding instructions, it finishes with the following 
complaint on the console:

checking whether make sets $(MAKE)... yes
checking for avr-gcc... avr-gcc
checking for C compiler default output file name...
configure: error: in 
`/home/dennis/Public/kroc-trunk/obj-avr/runtime/libtvm':
configure: error: C compiler cannot create executables
See `config.log' for more details.
configure: error: ../../../runtime/libtvm/configure failed for 
runtime/libtvm
root at dennis-laptop:/home/dennis/Public/kroc-trunk/obj-avr#

**********************************************

Here's config.log in libtvm. Part way down there's output from a failed 
compilation. After that is the complete console output.

CONFIG.LOG

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by libtvm configure 1.0.0, which was
generated by GNU Autoconf 2.64.  Invocation command line was

   $ ../../../runtime/libtvm/configure --prefix=/home/dm/pkg/kroc-avr 
--with-toolchain=tvm --target=avr --with-wrapper=arduino 
target_alias=avr KROC_BUILD_ROOT=/home/dm/Public/kroc-trunk/obj-avr 
KROC_SRC_ROOT=/home/dm/Public/kroc-trunk --host=avr host_alias=avr 
--cache-file=/dev/null --srcdir=../../../runtime/libtvm

## --------- ##
## Platform. ##
## --------- ##

hostname = dennis-laptop
uname -m = i686
uname -r = 2.6.31-20-generic
uname -s = Linux
uname -v = #58-Ubuntu SMP Fri Mar 12 05:23:09 UTC 2010

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2081: checking build system type
configure:2095: result: i686-pc-linux-gnu
configure:2115: checking host system type
configure:2128: result: avr-unknown-none
configure:2148: checking target system type
configure:2161: result: avr-unknown-none
configure:2205: checking for a BSD-compatible install
configure:2273: result: /usr/bin/install -c
configure:2284: checking whether build environment is sane
configure:2334: result: yes
configure:2383: checking for avr-strip
configure:2399: found /usr/bin/avr-strip
configure:2410: result: avr-strip
configure:2475: checking for a thread-safe mkdir -p
configure:2514: result: /bin/mkdir -p
configure:2527: checking for gawk
configure:2543: found /usr/bin/gawk
configure:2554: result: gawk
configure:2565: checking whether make sets $(MAKE)
configure:2587: result: yes
configure:2676: checking for avr-gcc
configure:2692: found /usr/bin/avr-gcc
configure:2703: result: avr-gcc
configure:2972: checking for C compiler version
configure:2981: avr-gcc --version >&5
avr-gcc (GCC) 4.3.3
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2992: $? = 0
configure:2981: avr-gcc -v >&5
Using built-in specs.
Target: avr
Configured with: ../src/configure -v --enable-languages=c,c++ 
--prefix=/usr/lib --infodir=/usr/share/info --mandir=/usr/share/man 
--bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib 
--enable-shared --with-system-zlib --enable-long-long --enable-nls 
--without-included-gettext --disable-checking --disable-libssp 
--build=i486-linux-gnu --host=i486-linux-gnu --target=avr
Thread model: single
gcc version 4.3.3 (GCC)
configure:2992: $? = 0
configure:2981: avr-gcc -V >&5
avr-gcc: '-V' option must have argument
configure:2992: $? = 1
configure:2981: avr-gcc -qversion >&5
avr-gcc: unrecognized option '-qversion'
avr-gcc: no input files
configure:2992: $? = 1
configure:3014: checking for C compiler default output file name
configure:3036: avr-gcc    conftest.c >&5
conftest.c: In function 'main':
conftest.c:15: warning: initialization makes pointer from integer 
without a cast
/tmp/ccj3wNyr.o: In function `main':
conftest.c:(.text+0x18): undefined reference to `fopen'
configure:3040: $? = 1
configure:3077: result:
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtvm"
| #define PACKAGE_TARNAME "libtvm"
| #define PACKAGE_VERSION "1.0.0"
| #define PACKAGE_STRING "libtvm 1.0.0"
| #define PACKAGE_BUGREPORT "kroc-bugs at kent.ac.uk"
| #define PACKAGE_URL ""
| #define PACKAGE "libtvm"
| #define VERSION "1.0.0"
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
| FILE *f = fopen ("conftest.out", "w");
|  return ferror (f) || fclose (f) != 0;
|
|   ;
|   return 0;
| }
configure:3083: error: in 
`/home/dm/Public/kroc-trunk/obj-avr/runtime/libtvm':
configure:3087: error: C compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=avr
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=avr
ac_cv_host=avr-unknown-none
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=avr-gcc
ac_cv_prog_STRIP=avr-strip
ac_cv_prog_make_make_set=yes
ac_cv_target=avr-unknown-none

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/dm/Public/kroc-trunk/runtime/libtvm/missing 
--run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /home/dm/Public/kroc-trunk/runtime/libtvm/missing --run tar'
AUTOCONF='${SHELL} /home/dm/Public/kroc-trunk/runtime/libtvm/missing 
--run autoconf'
AUTOHEADER='${SHELL} /home/dm/Public/kroc-trunk/runtime/libtvm/missing 
--run autoheader'
AUTOMAKE='${SHELL} /home/dm/Public/kroc-trunk/runtime/libtvm/missing 
--run automake-1.11'
AWK='gawk'
CC='avr-gcc'
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/dm/Public/kroc-trunk/runtime/libtvm/missing 
--run makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT=''
PACKAGE='libtvm'
PACKAGE_BUGREPORT='kroc-bugs at kent.ac.uk'
PACKAGE_NAME='libtvm'
PACKAGE_STRING='libtvm 1.0.0'
PACKAGE_TARNAME='libtvm'
PACKAGE_URL=''
PACKAGE_VERSION='1.0.0'
PATH_SEPARATOR=':'
PYTHON=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP='avr-strip'
TVM_CFLAGS=''
TVM_DISPATCH_SWITCH_FALSE=''
TVM_DISPATCH_SWITCH_TRUE=''
TVM_TLSF_FALSE=''
TVM_TLSF_TRUE=''
VERSION='1.0.0'
ac_ct_CC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include=''
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='avr-unknown-none'
host_alias='avr'
host_cpu='avr'
host_os='none'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/dm/Public/kroc-trunk/runtime/libtvm/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/dm/pkg/kroc-avr'
program_transform_name='s&^&avr-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='avr-unknown-none'
target_alias='avr'
target_cpu='avr'
target_os='none'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "libtvm"
#define PACKAGE_TARNAME "libtvm"
#define PACKAGE_VERSION "1.0.0"
#define PACKAGE_STRING "libtvm 1.0.0"
#define PACKAGE_BUGREPORT "kroc-bugs at kent.ac.uk"
#define PACKAGE_URL ""
#define PACKAGE "libtvm"
#define VERSION "1.0.0"

configure: exit 77

****************************************************************

CONSOLE output.


root at dennis-laptop:/home/dennis/Public/kroc-trunk/obj-avr# ../configure 
--prefix=$HOME/pkg/kroc-avr --with-toolchain=tvm --target=avr 
--with-wrapper=arduino
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether we're building as part of KRoC... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
=== configuring in tools/ilibr 
(/home/dennis/Public/kroc-trunk/obj-avr/tools/ilibr)
configure: running /bin/bash ../../../tools/ilibr/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk'  --cache-file=/dev/null 
--srcdir=../../../tools/ilibr
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for function prototypes... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tcofflib/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
=== configuring in tools/kroc 
(/home/dennis/Public/kroc-trunk/obj-avr/tools/kroc)
configure: running /bin/bash ../../../tools/kroc/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk'  --cache-file=/dev/null 
--srcdir=../../../tools/kroc
configure: WARNING: unrecognized options: --with-wrapper
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for gnused... no
checking for gsed... no
checking for sed... sed
checking for avr-ar... avr-ar
checking for avr-gcc... avr-gcc
checking for avr-ranlib... avr-ranlib
checking whether we're building as part of KRoC... yes
checking for ld... ld
checking location of NOCC (experimental)...
checking for nocc... no
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --with-wrapper
=== configuring in tools/mkoccdeps 
(/home/dennis/Public/kroc-trunk/obj-avr/tools/mkoccdeps)
configure: running /bin/bash ../../../tools/mkoccdeps/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk'  --cache-file=/dev/null 
--srcdir=../../../tools/mkoccdeps
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for function prototypes... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
=== configuring in tools/occ21 
(/home/dennis/Public/kroc-trunk/obj-avr/tools/occ21)
configure: running /bin/bash ../../../tools/occ21/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk'  --cache-file=/dev/null 
--srcdir=../../../tools/occ21
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for function prototypes... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking whether architecture needs quad alignment... no
checking target is big-endian... no
checking whether architecture requires aligned accesses... no
checking code generation... KROC ETC output and TCO files
checking whether to use user defined operators... yes
checking whether to allow MOBILE data... yes
checking whether to use INITIAL declarations... yes
checking whether to enable debugging... no
checking whether to enable next-symbol debugging... no
checking whether to enable process priority... yes
checking whether to enable back-end tracing... no
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for an ANSI C-conforming const... yes
checking size of signed int... 4
checking for inline... inline
checking whether can use inline keyword... yes
checking whether gcc accepts -Wall... yes
checking for size_t... yes
checking for working memcmp... yes
checking for vprintf... yes
checking for _doprnt... no
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
checking for strrchr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
=== configuring in tools/occamdoc 
(/home/dennis/Public/kroc-trunk/obj-avr/tools/occamdoc)
configure: running /bin/bash ../../../tools/occamdoc/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk'  --cache-file=/dev/null 
--srcdir=../../../tools/occamdoc
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a Python interpreter with version >= 2.2... python
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... 
${prefix}/lib/python2.6/site-packages
checking for python extension module directory... 
${exec_prefix}/lib/python2.6/site-packages
checking for xsltproc... xsltproc
checking whether to enable occamdoc... yes
configure: creating ./config.status
config.status: creating Makefile
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
=== configuring in tools/plinker 
(/home/dennis/Public/kroc-trunk/obj-avr/tools/plinker)
configure: running /bin/bash ../../../tools/plinker/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk'  --cache-file=/dev/null 
--srcdir=../../../tools/plinker
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating build.pl
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
=== configuring in tools/skroc 
(/home/dennis/Public/kroc-trunk/obj-avr/tools/skroc)
configure: running /bin/bash ../../../tools/skroc/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk'  --cache-file=/dev/null 
--srcdir=../../../tools/skroc
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether we're building as part of KRoC... yes
checking for mzc... no
checking for mzscheme... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating defaults.scm
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
=== configuring in tools/slinker 
(/home/dennis/Public/kroc-trunk/obj-avr/tools/slinker)
configure: running /bin/bash ../../../tools/slinker/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk'  --cache-file=/dev/null 
--srcdir=../../../tools/slinker
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether we're building as part of KRoC... yes
checking for mzc... no
checking for mzscheme... no
configure: creating ./config.status
config.status: creating Makefile
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
=== configuring in tools/tinyswig 
(/home/dennis/Public/kroc-trunk/obj-avr/tools/tinyswig)
configure: running /bin/bash ../../../tools/tinyswig/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk'  --cache-file=/dev/null 
--srcdir=../../../tools/tinyswig
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether we're building as part of KRoC... yes
checking for mzc... no
checking for mzscheme... no
configure: creating ./config.status
config.status: creating Makefile
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
=== configuring in runtime/libtvm 
(/home/dennis/Public/kroc-trunk/obj-avr/runtime/libtvm)
configure: running /bin/bash ../../../runtime/libtvm/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk' '--host=avr' 
'host_alias=avr' --cache-file=/dev/null --srcdir=../../../runtime/libtvm
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
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... avr-unknown-none
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for avr-strip... avr-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for avr-gcc... avr-gcc
checking for C compiler default output file name...
configure: error: in 
`/home/dennis/Public/kroc-trunk/obj-avr/runtime/libtvm':
configure: error: C compiler cannot create executables
See `config.log' for more details.
configure: error: ../../../runtime/libtvm/configure failed for 
runtime/libtvm
root at dennis-laptop:/home/dennis/Public/kroc-trunk/obj-avr#
it finishes with the following complaint on the console:

checking whether make sets $(MAKE)... yes
checking for avr-gcc... avr-gcc
checking for C compiler default output file name...
configure: error: in 
`/home/dennis/Public/kroc-trunk/obj-avr/runtime/libtvm':
configure: error: C compiler cannot create executables
See `config.log' for more details.
configure: error: ../../../runtime/libtvm/configure failed for 
runtime/libtvm
root at dennis-laptop:/home/dennis/Public/kroc-trunk/obj-avr#

**********************************************

Here's config.log in libtvm. Part way down there's output from a failed 
compilation. After that is the complete console output.

CONFIG.LOG

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by libtvm configure 1.0.0, which was
generated by GNU Autoconf 2.64.  Invocation command line was

   $ ../../../runtime/libtvm/configure --prefix=/home/dm/pkg/kroc-avr 
--with-toolchain=tvm --target=avr --with-wrapper=arduino 
target_alias=avr KROC_BUILD_ROOT=/home/dm/Public/kroc-trunk/obj-avr 
KROC_SRC_ROOT=/home/dm/Public/kroc-trunk --host=avr host_alias=avr 
--cache-file=/dev/null --srcdir=../../../runtime/libtvm

## --------- ##
## Platform. ##
## --------- ##

hostname = dennis-laptop
uname -m = i686
uname -r = 2.6.31-20-generic
uname -s = Linux
uname -v = #58-Ubuntu SMP Fri Mar 12 05:23:09 UTC 2010

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2081: checking build system type
configure:2095: result: i686-pc-linux-gnu
configure:2115: checking host system type
configure:2128: result: avr-unknown-none
configure:2148: checking target system type
configure:2161: result: avr-unknown-none
configure:2205: checking for a BSD-compatible install
configure:2273: result: /usr/bin/install -c
configure:2284: checking whether build environment is sane
configure:2334: result: yes
configure:2383: checking for avr-strip
configure:2399: found /usr/bin/avr-strip
configure:2410: result: avr-strip
configure:2475: checking for a thread-safe mkdir -p
configure:2514: result: /bin/mkdir -p
configure:2527: checking for gawk
configure:2543: found /usr/bin/gawk
configure:2554: result: gawk
configure:2565: checking whether make sets $(MAKE)
configure:2587: result: yes
configure:2676: checking for avr-gcc
configure:2692: found /usr/bin/avr-gcc
configure:2703: result: avr-gcc
configure:2972: checking for C compiler version
configure:2981: avr-gcc --version >&5
avr-gcc (GCC) 4.3.3
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2992: $? = 0
configure:2981: avr-gcc -v >&5
Using built-in specs.
Target: avr
Configured with: ../src/configure -v --enable-languages=c,c++ 
--prefix=/usr/lib --infodir=/usr/share/info --mandir=/usr/share/man 
--bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib 
--enable-shared --with-system-zlib --enable-long-long --enable-nls 
--without-included-gettext --disable-checking --disable-libssp 
--build=i486-linux-gnu --host=i486-linux-gnu --target=avr
Thread model: single
gcc version 4.3.3 (GCC)
configure:2992: $? = 0
configure:2981: avr-gcc -V >&5
avr-gcc: '-V' option must have argument
configure:2992: $? = 1
configure:2981: avr-gcc -qversion >&5
avr-gcc: unrecognized option '-qversion'
avr-gcc: no input files
configure:2992: $? = 1
configure:3014: checking for C compiler default output file name
configure:3036: avr-gcc    conftest.c >&5
conftest.c: In function 'main':
conftest.c:15: warning: initialization makes pointer from integer 
without a cast
/tmp/ccj3wNyr.o: In function `main':
conftest.c:(.text+0x18): undefined reference to `fopen'
configure:3040: $? = 1
configure:3077: result:
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libtvm"
| #define PACKAGE_TARNAME "libtvm"
| #define PACKAGE_VERSION "1.0.0"
| #define PACKAGE_STRING "libtvm 1.0.0"
| #define PACKAGE_BUGREPORT "kroc-bugs at kent.ac.uk"
| #define PACKAGE_URL ""
| #define PACKAGE "libtvm"
| #define VERSION "1.0.0"
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
| FILE *f = fopen ("conftest.out", "w");
|  return ferror (f) || fclose (f) != 0;
|
|   ;
|   return 0;
| }
configure:3083: error: in 
`/home/dm/Public/kroc-trunk/obj-avr/runtime/libtvm':
configure:3087: error: C compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=avr
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=avr
ac_cv_host=avr-unknown-none
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=avr-gcc
ac_cv_prog_STRIP=avr-strip
ac_cv_prog_make_make_set=yes
ac_cv_target=avr-unknown-none

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/dm/Public/kroc-trunk/runtime/libtvm/missing 
--run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /home/dm/Public/kroc-trunk/runtime/libtvm/missing --run tar'
AUTOCONF='${SHELL} /home/dm/Public/kroc-trunk/runtime/libtvm/missing 
--run autoconf'
AUTOHEADER='${SHELL} /home/dm/Public/kroc-trunk/runtime/libtvm/missing 
--run autoheader'
AUTOMAKE='${SHELL} /home/dm/Public/kroc-trunk/runtime/libtvm/missing 
--run automake-1.11'
AWK='gawk'
CC='avr-gcc'
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/dm/Public/kroc-trunk/runtime/libtvm/missing 
--run makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT=''
PACKAGE='libtvm'
PACKAGE_BUGREPORT='kroc-bugs at kent.ac.uk'
PACKAGE_NAME='libtvm'
PACKAGE_STRING='libtvm 1.0.0'
PACKAGE_TARNAME='libtvm'
PACKAGE_URL=''
PACKAGE_VERSION='1.0.0'
PATH_SEPARATOR=':'
PYTHON=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP='avr-strip'
TVM_CFLAGS=''
TVM_DISPATCH_SWITCH_FALSE=''
TVM_DISPATCH_SWITCH_TRUE=''
TVM_TLSF_FALSE=''
TVM_TLSF_TRUE=''
VERSION='1.0.0'
ac_ct_CC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include=''
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='avr-unknown-none'
host_alias='avr'
host_cpu='avr'
host_os='none'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/dm/Public/kroc-trunk/runtime/libtvm/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/dm/pkg/kroc-avr'
program_transform_name='s&^&avr-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='avr-unknown-none'
target_alias='avr'
target_cpu='avr'
target_os='none'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "libtvm"
#define PACKAGE_TARNAME "libtvm"
#define PACKAGE_VERSION "1.0.0"
#define PACKAGE_STRING "libtvm 1.0.0"
#define PACKAGE_BUGREPORT "kroc-bugs at kent.ac.uk"
#define PACKAGE_URL ""
#define PACKAGE "libtvm"
#define VERSION "1.0.0"

configure: exit 77

****************************************************************

CONSOLE output.


root at dennis-laptop:/home/dennis/Public/kroc-trunk/obj-avr# ../configure 
--prefix=$HOME/pkg/kroc-avr --with-toolchain=tvm --target=avr 
--with-wrapper=arduino
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether we're building as part of KRoC... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
=== configuring in tools/ilibr 
(/home/dennis/Public/kroc-trunk/obj-avr/tools/ilibr)
configure: running /bin/bash ../../../tools/ilibr/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk'  --cache-file=/dev/null 
--srcdir=../../../tools/ilibr
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for function prototypes... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tcofflib/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
=== configuring in tools/kroc 
(/home/dennis/Public/kroc-trunk/obj-avr/tools/kroc)
configure: running /bin/bash ../../../tools/kroc/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk'  --cache-file=/dev/null 
--srcdir=../../../tools/kroc
configure: WARNING: unrecognized options: --with-wrapper
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for gnused... no
checking for gsed... no
checking for sed... sed
checking for avr-ar... avr-ar
checking for avr-gcc... avr-gcc
checking for avr-ranlib... avr-ranlib
checking whether we're building as part of KRoC... yes
checking for ld... ld
checking location of NOCC (experimental)...
checking for nocc... no
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --with-wrapper
=== configuring in tools/mkoccdeps 
(/home/dennis/Public/kroc-trunk/obj-avr/tools/mkoccdeps)
configure: running /bin/bash ../../../tools/mkoccdeps/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk'  --cache-file=/dev/null 
--srcdir=../../../tools/mkoccdeps
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for function prototypes... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
=== configuring in tools/occ21 
(/home/dennis/Public/kroc-trunk/obj-avr/tools/occ21)
configure: running /bin/bash ../../../tools/occ21/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk'  --cache-file=/dev/null 
--srcdir=../../../tools/occ21
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for function prototypes... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking whether architecture needs quad alignment... no
checking target is big-endian... no
checking whether architecture requires aligned accesses... no
checking code generation... KROC ETC output and TCO files
checking whether to use user defined operators... yes
checking whether to allow MOBILE data... yes
checking whether to use INITIAL declarations... yes
checking whether to enable debugging... no
checking whether to enable next-symbol debugging... no
checking whether to enable process priority... yes
checking whether to enable back-end tracing... no
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for an ANSI C-conforming const... yes
checking size of signed int... 4
checking for inline... inline
checking whether can use inline keyword... yes
checking whether gcc accepts -Wall... yes
checking for size_t... yes
checking for working memcmp... yes
checking for vprintf... yes
checking for _doprnt... no
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
checking for strrchr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
=== configuring in tools/occamdoc 
(/home/dennis/Public/kroc-trunk/obj-avr/tools/occamdoc)
configure: running /bin/bash ../../../tools/occamdoc/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk'  --cache-file=/dev/null 
--srcdir=../../../tools/occamdoc
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a Python interpreter with version >= 2.2... python
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... 
${prefix}/lib/python2.6/site-packages
checking for python extension module directory... 
${exec_prefix}/lib/python2.6/site-packages
checking for xsltproc... xsltproc
checking whether to enable occamdoc... yes
configure: creating ./config.status
config.status: creating Makefile
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
=== configuring in tools/plinker 
(/home/dennis/Public/kroc-trunk/obj-avr/tools/plinker)
configure: running /bin/bash ../../../tools/plinker/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk'  --cache-file=/dev/null 
--srcdir=../../../tools/plinker
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating build.pl
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
=== configuring in tools/skroc 
(/home/dennis/Public/kroc-trunk/obj-avr/tools/skroc)
configure: running /bin/bash ../../../tools/skroc/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk'  --cache-file=/dev/null 
--srcdir=../../../tools/skroc
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether we're building as part of KRoC... yes
checking for mzc... no
checking for mzscheme... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating defaults.scm
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
=== configuring in tools/slinker 
(/home/dennis/Public/kroc-trunk/obj-avr/tools/slinker)
configure: running /bin/bash ../../../tools/slinker/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk'  --cache-file=/dev/null 
--srcdir=../../../tools/slinker
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether we're building as part of KRoC... yes
checking for mzc... no
checking for mzscheme... no
configure: creating ./config.status
config.status: creating Makefile
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
=== configuring in tools/tinyswig 
(/home/dennis/Public/kroc-trunk/obj-avr/tools/tinyswig)
configure: running /bin/bash ../../../tools/tinyswig/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk'  --cache-file=/dev/null 
--srcdir=../../../tools/tinyswig
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether we're building as part of KRoC... yes
checking for mzc... no
checking for mzscheme... no
configure: creating ./config.status
config.status: creating Makefile
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
=== configuring in runtime/libtvm 
(/home/dennis/Public/kroc-trunk/obj-avr/runtime/libtvm)
configure: running /bin/bash ../../../runtime/libtvm/configure 
'--prefix=/root/pkg/kroc-avr'  '--with-toolchain=tvm' '--target=avr' 
'--with-wrapper=arduino' 'target_alias=avr' 
'KROC_BUILD_ROOT=/home/dennis/Public/kroc-trunk/obj-avr' 
'KROC_SRC_ROOT=/home/dennis/Public/kroc-trunk' '--host=avr' 
'host_alias=avr' --cache-file=/dev/null --srcdir=../../../runtime/libtvm
configure: WARNING: unrecognized options: --with-toolchain, --with-wrapper
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... avr-unknown-none
checking target system type... avr-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for avr-strip... avr-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for avr-gcc... avr-gcc
checking for C compiler default output file name...
configure: error: in 
`/home/dennis/Public/kroc-trunk/obj-avr/runtime/libtvm':
configure: error: C compiler cannot create executables
See `config.log' for more details.
configure: error: ../../../runtime/libtvm/configure failed for 
runtime/libtvm
root at dennis-laptop:/home/dennis/Public/kroc-trunk/obj-avr#t.

Dennis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.concurrency.cc/pipermail/users/attachments/20100423/e027fbc1/attachment.htm>


More information about the users mailing list