kann kein Image erstellen, "compiler cannot create executables"

Fr1tzchen

Neuer User
Mitglied seit
2 Sep 2006
Beiträge
62
Punkte für Reaktionen
0
Punkte
0
Wie schon im Titel steht, bekomme ich jedesmal die folgende Fehlermeldung:
Code:
( cd source/fuse-2.6.3; rm -f config.cache; \
                touch configure.in ; \
                touch aclocal.m4 ; \
                touch Makefile.in ; \
                touch include/config.h.in ; \
                touch configure ; \
                PATH="/ramdisk/home/knoppix/Desktop/ds26-14.3/toolchain/target/bin:/bin:/sbin:/usr/bin:/usr/sbin" \
                CFLAGS="-Os -W -Wall -pipe -march=mips32 -mips32 -Wa,--trap -msoft-float" \
                LDFLAGS="-static-libgcc" \
                ./configure \
                        --target=mipsel-linux \
                        --host=mipsel-linux \
                        --build=i386-pc-linux-gnu \
                        --program-prefix="" \
                        --program-suffix="" \
                        --prefix=/usr \
                        --exec-prefix=/usr \
                        --bindir=/usr/bin \
                        --datadir=/usr/share \
                        --includedir=/usr/include \
                        --infodir=/usr/share/info \
                        --libdir=/usr/lib \
                        --libexecdir=/usr/lib \
                        --localstatedir=/var \
                        --mandir=/usr/share/man \
                        --sbindir=/usr/sbin \
                        --sysconfdir=/etc \
                        --disable-largefile \
                        --disable-nls \
                        --enable-shared \
                        --enable-static \
                        --disable-rpath \
                        --enable-kernel-module \
                        --enable-lib \
                        --enable-util \
                        --disable-example \
                        --disable-auto-modprobe \
                        --with-kernel="/ramdisk/home/knoppix/Desktop/ds26-14.3/source/ref-8mb_26-04.29/kernel/kernel_8mb_26_build/kernel/linux-2.6.13.1/" \
                        --disable-mtab \
        );
checking build system type... i386-pc-linux-gnu
checking host system type... mipsel-unknown-linux-gnu
checking target system type... mipsel-unknown-linux-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 mipsel-linux-strip... no
checking for strip... strip
configure: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet.  If you think this
configuration is useful to you, please write to [email][email protected][/email].
checking for style of include used by make... GNU
checking for mipsel-linux-gcc... no
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
make: *** [source/fuse-2.6.3/.configured] Fehler 77

In der Config File steht folgendes:
Code:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by fuse configure 2.6.3, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --target=mipsel-linux --host=mipsel-linux --build=i386-pc-linux-gnu --program-prefix= --program-suffix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --datadir=/usr/share --includedir=/usr/include --infodir=/usr/share/info --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var --mandir=/usr/share/man --sbindir=/usr/sbin --sysconfdir=/etc --disable-largefile --disable-nls --enable-shared --enable-static --disable-rpath --enable-kernel-module --enable-lib --enable-util --disable-example --disable-auto-modprobe --with-kernel=/ramdisk/home/knoppix/Desktop/ds26-14.3/source/ref-8mb_26-04.29/kernel/kernel_8mb_26_build/kernel/linux-2.6.13.1/ --disable-mtab

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

hostname = Knoppix
uname -m = i686
uname -r = 2.6.17
uname -s = Linux
uname -v = #4 SMP PREEMPT Wed May 10 13:53:45 CEST 2006

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

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

PATH: /ramdisk/home/knoppix/Desktop/ds26-14.3/toolchain/target/bin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin


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

configure:1965: checking build system type
configure:1983: result: i386-pc-linux-gnu
configure:2005: checking host system type
configure:2020: result: mipsel-unknown-linux-gnu
configure:2042: checking target system type
configure:2057: result: mipsel-unknown-linux-gnu
configure:2099: checking for a BSD-compatible install
configure:2155: result: /usr/bin/install -c
configure:2166: checking whether build environment is sane
configure:2209: result: yes
configure:2274: checking for gawk
configure:2290: found /usr/bin/gawk
configure:2301: result: gawk
configure:2312: checking whether make sets $(MAKE)
configure:2333: result: yes
configure:2409: checking for mipsel-linux-strip
configure:2439: result: no
configure:2449: checking for strip
configure:2465: found /usr/bin/strip
configure:2476: result: strip
configure:2490: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet.  If you think this
configuration is useful to you, please write to [email][email protected][/email].
configure:2668: checking for style of include used by make
configure:2696: result: GNU
configure:2729: checking for mipsel-linux-gcc
configure:2759: result: no
configure:2769: checking for gcc
configure:2785: found /usr/bin/gcc
configure:2796: result: gcc
configure:3034: checking for C compiler version
configure:3041: gcc --version >&5
gcc (GCC) 4.0.4 20060507 (prerelease) (Debian 4.0.3-3)
Copyright (C) 2006 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:3044: $? = 0
configure:3051: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.4 20060507 (prerelease) (Debian 4.0.3-3)
configure:3054: $? = 0
configure:3061: gcc -V >&5
gcc: '-V' option must have argument
configure:3064: $? = 1
configure:3087: checking for C compiler default output file name
configure:3114: gcc -Os -W -Wall -pipe -march=mips32 -mips32 -Wa,--trap -msoft-float  -static-libgcc conftest.c  >&5
cc1: error: invalid option 'ips32'
conftest.c:1: error: bad value (mips32) for -march= switch
conftest.c:1: error: bad value (mips32) for -mtune= switch
as: unrecognized option `--trap'
configure:3117: $? = 1
configure:3155: result: 
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "fuse"
| #define PACKAGE_TARNAME "fuse"
| #define PACKAGE_VERSION "2.6.3"
| #define PACKAGE_STRING "fuse 2.6.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "fuse"
| #define VERSION "2.6.3"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3162: error: C compiler cannot create executables
See `config.log' for more details.

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

ac_cv_build=i386-pc-linux-gnu
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Os -W -Wall -pipe -march=mips32 -mips32 -Wa,--trap -msoft-float'
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=set
ac_cv_env_LDFLAGS_value=-static-libgcc
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i386-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=mipsel-linux
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=mipsel-linux
ac_cv_host=mipsel-unknown-linux-gnu
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_make_make_set=yes
ac_cv_target=mipsel-unknown-linux-gnu

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

ACLOCAL='${SHELL} /home/knoppix/Desktop/ds26-14.3/source/fuse-2.6.3/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/knoppix/Desktop/ds26-14.3/source/fuse-2.6.3/missing --run tar'
AR=''
AUTOCONF='${SHELL} /home/knoppix/Desktop/ds26-14.3/source/fuse-2.6.3/missing --run autoconf'
AUTOHEADER='${SHELL} /home/knoppix/Desktop/ds26-14.3/source/fuse-2.6.3/missing --run autoheader'
AUTOMAKE='${SHELL} /home/knoppix/Desktop/ds26-14.3/source/fuse-2.6.3/missing --run automake-1.9'
AWK='gawk'
BSD_FALSE=''
BSD_TRUE=''
CC='gcc'
CCDEPMODE=''
CFLAGS='-Os -W -Wall -pipe -march=mips32 -mips32 -Wa,--trap -msoft-float'
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
FGREP=''
GREP=''
INIT_D_PATH=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LD=''
LDFLAGS='-static-libgcc'
LIBOBJS=''
LIBS=''
LIBTOOL=''
LINUX_FALSE=''
LINUX_TRUE=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/knoppix/Desktop/ds26-14.3/source/fuse-2.6.3/missing --run makeinfo'
MOUNT_FUSE_PATH=''
NM=''
OBJEXT=''
PACKAGE='fuse'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='fuse'
PACKAGE_STRING='fuse 2.6.3'
PACKAGE_TARNAME='fuse'
PACKAGE_VERSION='2.6.3'
PATH_SEPARATOR=':'
RANLIB=''
SED=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
UDEV_RULES_PATH=''
VERSION='2.6.3'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='/usr/bin'
build='i386-pc-linux-gnu'
build_alias='i386-pc-linux-gnu'
build_cpu='i386'
build_os='linux-gnu'
build_vendor='pc'
datadir='/usr/share'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/usr'
host='mipsel-unknown-linux-gnu'
host_alias='mipsel-linux'
host_cpu='mipsel'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='/usr/include'
infodir='/usr/share/info'
install_sh='/home/knoppix/Desktop/ds26-14.3/source/fuse-2.6.3/install-sh'
libdir='/usr/lib'
libexecdir='/usr/lib'
libfuse_libs=''
localedir='${datarootdir}/locale'
localstatedir='/var'
lt_ECHO='echo'
mandir='/usr/share/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgconfigdir=''
prefix='/usr'
program_transform_name='s&$$&&;s&^&&'
psdir='${docdir}'
sbindir='/usr/sbin'
sharedstatedir='${prefix}/com'
subdirs2=''
subdirs=''
sysconfdir='/etc'
target='mipsel-unknown-linux-gnu'
target_alias='mipsel-linux'
target_cpu='mipsel'
target_os='linux-gnu'
target_vendor='unknown'

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

#define PACKAGE_NAME "fuse"
#define PACKAGE_TARNAME "fuse"
#define PACKAGE_VERSION "2.6.3"
#define PACKAGE_STRING "fuse 2.6.3"
#define PACKAGE_BUGREPORT ""
#define PACKAGE "fuse"
#define VERSION "2.6.3"

configure: exit 77
habe shcon gegoogelt und auch hier im Forum geguckt, doch jedesmal als ich ein neues Packet installieren wollte, kam immer die Meldung dass ihc bereits das neuste besitze. Weiß gerade echt nicht weiter :noidea:
Weiß vllt jemand anderes Rat? Bin echt nicht so der Linux Kenner :)

PS:Handelt sich um ein Live on CD Knoppix (v5.0)
 
Zuletzt bearbeitet von einem Moderator:
Das sieht so aus als ob die Toolchain nicht da wäre. Was hast du denn eingegeben? "make toolchain"?

MfG Oliver
 
Also eingegeben habe ich nur, -tar xvjf ds..., cd ds... dann make menuconfig, dann make. mehr nicht
 
Bei "make" wird kein fuse gebaut. Du musst noch irgendwas eingegeben haben. Gib mal "make precompiled" ein.
Hast du eigentlich den ersten Post im Thread zum 14.3/4 gelesen?

MfG Oliver
 
ich habe es auch mit precompiled probiert, da gab es aber auch Fehler. Naja ich habe jetzt den PC nochmal neu gestartet und mache nochmal alles vor vorne...
 
Die korrekte Vorgehensweise ist:
Code:
make menuconfig
make precompiled
make
Und bei Fehlern bitte, wie in deinem ersten Post, die Fehlermeldung mit Kontext posten...

MfG Oliver
 
Aber, wenn ich das hinzufügen darf, bitte so lange Ausgaben nicht als Zitat, besser als Anhang.
 
@olli: Danke für deine Hilfe, habe es nun endlich geschafft, allerdings nicht mit 14.3 sondern mit 14.4. Frag mich nicht warum die 14.4 Version ohne probleme geklappt hat...
Nun habe ich endlich wieder die neueste version vom DS-Mod :) :)

@kriegaex & Dani: Tut mir Leid, wollte auch eigentlich den Code als Code einfügen, habe es allerdings mit Quote verwechselt, kommt nicht wieder vor.
 
Nicht als Code, als Dateianhang. Kein Problem.

Daß es geklappt hat, liegt nicht an der Version sondern an dern richtigen Schritten, die Du ausgeführt hast. Bald machst Du das im Schlaf, schön daß es jetzt klappt bei Dir. :-)
 
Kostenlos!

Statistik des Forums

Themen
248,916
Beiträge
2,304,998
Mitglieder
378,631
Neuestes Mitglied
realprogrammer