Pleng
Well-Known Member
- Joined
- Dec 28, 2006
- Messages
- 3,030
Ive installed the compiler & dev tools as per the instructions linked to in the sticky topic, but every time I try and compile anything I get the error message 'configure: error: C compiler cannot create executables. See config.log for more details'. Config log contains this...
any ideas what the problem is?
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = plengdora
uname -m = armv7l
uname -r = 2.6.27.46-omap1
uname -s = Linux
uname -v = #1 Thu Aug 26 05:51:59 CEST 2010
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = armv7l
/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/bin/X11
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2296: checking for wish
configure:2329: result: no
configure:2452: checking for gcc
configure:2468: found /usr/bin/gcc
configure:2479: result: gcc
configure:2708: checking for C compiler version
configure:2717: gcc --version >&5
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:2728: $? = 0
configure:2717: gcc -v >&5
Using built-in specs.
Target: arm-angstrom-linux-gnueabi
Configured with: /OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gcc-4.3.3-r19.1/gcc-4.3.3/configure --build=x86_64-linux --host=arm-angstrom-linux-gnueabi --target=arm-angstrom-linux-gnueabi --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --with-gnu-ld --enable-shared --enable-languages=c,c++,objc,fortran --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-angstrom-linux-gnueabi- --enable-target-optspace --enable-cheaders=c_std --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap --with-local-prefix=/usr/local --with-gxx-include-dir=/usr/include/c++/4.3.3 --with-build-sysroot=/OE/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi --enable-__cxa_atexit
Thread model: posix
gcc version 4.3.3 (GCC)
configure:2728: $? = 0
configure:2717: gcc -V >&5
gcc: '-V' option must have argument
configure:2728: $? = 1
configure:2717: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:2728: $? = 1
configure:2750: checking for C compiler default output file name
configure:2772: gcc conftest.c >&5
gcc: error trying to exec 'cc1': execvp: No such file or directory
configure:2776: $? = 1
configure:2813: result:
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <stdio.h>
| int
| main ()
| {
| FILE *f = fopen ("conftest.out", "w");
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:2819: error: in `/media/PART1/amsn-0.98.3':
configure:2823: error: C compiler cannot create executables
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_FARSIGHT2_CFLAGS_set=
ac_cv_env_FARSIGHT2_CFLAGS_value=
ac_cv_env_FARSIGHT2_LIBS_set=
ac_cv_env_FARSIGHT2_LIBS_value=
ac_cv_env_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_GST_CFLAGS_set=
ac_cv_env_GST_CFLAGS_value=
ac_cv_env_GST_INTERFACES_CFLAGS_set=
ac_cv_env_GST_INTERFACES_CFLAGS_value=
ac_cv_env_GST_INTERFACES_LIBS_set=
ac_cv_env_GST_INTERFACES_LIBS_value=
ac_cv_env_GST_LIBS_set=
ac_cv_env_GST_LIBS_value=
ac_cv_env_GUPNP_CFLAGS_set=
ac_cv_env_GUPNP_CFLAGS_value=
ac_cv_env_GUPNP_LIBS_set=
ac_cv_env_GUPNP_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBV4L_CFLAGS_set=
ac_cv_env_LIBV4L_CFLAGS_value=
ac_cv_env_LIBV4L_LIBS_set=
ac_cv_env_LIBV4L_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_prog_ac_ct_CC=gcc
## ----------------- ##
## Output variables. ##
## ----------------- ##
APPNAME='amsn'
APPRELEASE='1'
APPSTABLE='yes'
APPVERSION='0.98.3'
BUILD_DIR='
CC='gcc'
CFLAGS='
CONFIGURE_ARGS='
CPP='
CPPFLAGS='
CXX='
CXXFLAGS='
CXX_LIB='
DEBUG='no'
DEFS='
ECHO_C='
ECHO_N='-n'
ECHO_T='
EGREP='
EXEEXT='
FARSIGHT2_CFLAGS='
FARSIGHT2_LIBS='
FOUND_OS='linux'
FOUND_X11='
GLIB_CFLAGS='
GLIB_LIBS='
GREP='
GST_CFLAGS='
GST_INTERFACES_CFLAGS='
GST_INTERFACES_LIBS='
GST_LIBS='
GUPNP_CFLAGS='
GUPNP_LIBS='
HAVE_FARSIGHT='
HAVE_GUPNP='
HAVE_LIBV4L='
HAVE_PKGCONFIG='
LDFLAGS='
LDLIBS='
LIBDIR='
LIBOBJS='
LIBPTHREAD='
LIBS='
LIBV4L_CFLAGS='
LIBV4L_LIBS='
LTLIBOBJS='
OBJEXT='
PACKAGE_BUGREPORT='
PACKAGE_NAME='
PACKAGE_STRING='
PACKAGE_TARNAME='
PACKAGE_URL='
PACKAGE_VERSION='
PATH_SEPARATOR=':'
PKG_CONFIG='
SHELL='/bin/bash'
STATIC='no'
TCLSH='
TCL_INC_SPEC='
TCL_LIB_DIR='
TCL_STUB_LIB_SPEC='
TCL_VERSION='
TK_INC_SPEC='
TK_LIB='
TK_LIBS='
TK_LIB_DIR='
TK_STUB_LIB_SPEC='
TK_VERSION='
TOP_DIR='
USE_MMX='
XMKMF='
X_CFLAGS='
X_EXTRA_LIBS='
X_LIBS='
X_PRE_LIBS='
ac_ct_CC='gcc'
ac_ct_CXX='
ac_prefix_program='
bindir='${exec_prefix}/bin'
build_alias='
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias='
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias='
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
configure: exit 77
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = plengdora
uname -m = armv7l
uname -r = 2.6.27.46-omap1
uname -s = Linux
uname -v = #1 Thu Aug 26 05:51:59 CEST 2010
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = armv7l
/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/bin/X11
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2296: checking for wish
configure:2329: result: no
configure:2452: checking for gcc
configure:2468: found /usr/bin/gcc
configure:2479: result: gcc
configure:2708: checking for C compiler version
configure:2717: gcc --version >&5
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:2728: $? = 0
configure:2717: gcc -v >&5
Using built-in specs.
Target: arm-angstrom-linux-gnueabi
Configured with: /OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gcc-4.3.3-r19.1/gcc-4.3.3/configure --build=x86_64-linux --host=arm-angstrom-linux-gnueabi --target=arm-angstrom-linux-gnueabi --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --with-gnu-ld --enable-shared --enable-languages=c,c++,objc,fortran --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-angstrom-linux-gnueabi- --enable-target-optspace --enable-cheaders=c_std --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap --with-local-prefix=/usr/local --with-gxx-include-dir=/usr/include/c++/4.3.3 --with-build-sysroot=/OE/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi --enable-__cxa_atexit
Thread model: posix
gcc version 4.3.3 (GCC)
configure:2728: $? = 0
configure:2717: gcc -V >&5
gcc: '-V' option must have argument
configure:2728: $? = 1
configure:2717: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:2728: $? = 1
configure:2750: checking for C compiler default output file name
configure:2772: gcc conftest.c >&5
gcc: error trying to exec 'cc1': execvp: No such file or directory
configure:2776: $? = 1
configure:2813: result:
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <stdio.h>
| int
| main ()
| {
| FILE *f = fopen ("conftest.out", "w");
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:2819: error: in `/media/PART1/amsn-0.98.3':
configure:2823: error: C compiler cannot create executables
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_FARSIGHT2_CFLAGS_set=
ac_cv_env_FARSIGHT2_CFLAGS_value=
ac_cv_env_FARSIGHT2_LIBS_set=
ac_cv_env_FARSIGHT2_LIBS_value=
ac_cv_env_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_GST_CFLAGS_set=
ac_cv_env_GST_CFLAGS_value=
ac_cv_env_GST_INTERFACES_CFLAGS_set=
ac_cv_env_GST_INTERFACES_CFLAGS_value=
ac_cv_env_GST_INTERFACES_LIBS_set=
ac_cv_env_GST_INTERFACES_LIBS_value=
ac_cv_env_GST_LIBS_set=
ac_cv_env_GST_LIBS_value=
ac_cv_env_GUPNP_CFLAGS_set=
ac_cv_env_GUPNP_CFLAGS_value=
ac_cv_env_GUPNP_LIBS_set=
ac_cv_env_GUPNP_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBV4L_CFLAGS_set=
ac_cv_env_LIBV4L_CFLAGS_value=
ac_cv_env_LIBV4L_LIBS_set=
ac_cv_env_LIBV4L_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_prog_ac_ct_CC=gcc
## ----------------- ##
## Output variables. ##
## ----------------- ##
APPNAME='amsn'
APPRELEASE='1'
APPSTABLE='yes'
APPVERSION='0.98.3'
BUILD_DIR='
CC='gcc'
CFLAGS='
CONFIGURE_ARGS='
CPP='
CPPFLAGS='
CXX='
CXXFLAGS='
CXX_LIB='
DEBUG='no'
DEFS='
ECHO_C='
ECHO_N='-n'
ECHO_T='
EGREP='
EXEEXT='
FARSIGHT2_CFLAGS='
FARSIGHT2_LIBS='
FOUND_OS='linux'
FOUND_X11='
GLIB_CFLAGS='
GLIB_LIBS='
GREP='
GST_CFLAGS='
GST_INTERFACES_CFLAGS='
GST_INTERFACES_LIBS='
GST_LIBS='
GUPNP_CFLAGS='
GUPNP_LIBS='
HAVE_FARSIGHT='
HAVE_GUPNP='
HAVE_LIBV4L='
HAVE_PKGCONFIG='
LDFLAGS='
LDLIBS='
LIBDIR='
LIBOBJS='
LIBPTHREAD='
LIBS='
LIBV4L_CFLAGS='
LIBV4L_LIBS='
LTLIBOBJS='
OBJEXT='
PACKAGE_BUGREPORT='
PACKAGE_NAME='
PACKAGE_STRING='
PACKAGE_TARNAME='
PACKAGE_URL='
PACKAGE_VERSION='
PATH_SEPARATOR=':'
PKG_CONFIG='
SHELL='/bin/bash'
STATIC='no'
TCLSH='
TCL_INC_SPEC='
TCL_LIB_DIR='
TCL_STUB_LIB_SPEC='
TCL_VERSION='
TK_INC_SPEC='
TK_LIB='
TK_LIBS='
TK_LIB_DIR='
TK_STUB_LIB_SPEC='
TK_VERSION='
TOP_DIR='
USE_MMX='
XMKMF='
X_CFLAGS='
X_EXTRA_LIBS='
X_LIBS='
X_PRE_LIBS='
ac_ct_CC='gcc'
ac_ct_CXX='
ac_prefix_program='
bindir='${exec_prefix}/bin'
build_alias='
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias='
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias='
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
configure: exit 77
any ideas what the problem is?
Last edited by a moderator: