• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

software kompilieren fehler angezeigt

drache

Newbie
hallo
hier mla der text bekomme am ende bei befehl make fehleranzeigen. bin neuling und weiss nicht weiter.

danke im vorraus für hilfe

drache






bischof@linux-u70z:~/Desktop/eumex-0.1.2/eumex-0.1.2> ./configure
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 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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for usb_init in -lusb... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether lstat accepts an empty string... no
checking whether lstat dereferences a symlink specified with a trailing slash... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for function prototypes... yes
checking whether setvbuf arguments are reversed... no
checking return type of signal handlers... void
checking for atexit... yes
checking for ftime... yes
checking for memchr... yes
checking for memset... yes
checking for select... yes
checking for strstr... yes
configure: Using kernel source at /lib/modules/2.6.16-20-default/build
configure: creating ./config.status
config.status: creating Makefile
config.status: creating kernel/Makefile
config.status: creating kernel/flash/Makefile
config.status: creating kernel/konfig/Makefile
config.status: creating kernel/router/Makefile
config.status: creating kernel/usb/Makefile
config.status: creating userspace/Makefile
config.status: creating userspace/dispatcher/Makefile
config.status: creating userspace/dispatcher/usb/Makefile
config.status: creating userspace/dispatcher/seriell/Makefile
config.status: creating kernel/usb/kernel2.6/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
bischof@linux-u70z:~/Desktop/eumex-0.1.2/eumex-0.1.2> make
make all-recursive
make[1]: Entering directory `/home/bischof/Desktop/eumex-0.1.2/eumex-0.1.2'
Making all in kernel
make[2]: Entering directory `/home/bischof/Desktop/eumex-0.1.2/eumex-0.1.2/kernel'
Making all in konfig
make[3]: Entering directory `/home/bischof/Desktop/eumex-0.1.2/eumex-0.1.2/kernel/konfig'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/bischof/Desktop/eumex-0.1.2/eumex-0.1.2/kernel/konfig'
Making all in router
make[3]: Entering directory `/home/bischof/Desktop/eumex-0.1.2/eumex-0.1.2/kernel/router'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/bischof/Desktop/eumex-0.1.2/eumex-0.1.2/kernel/router'
Making all in flash
make[3]: Entering directory `/home/bischof/Desktop/eumex-0.1.2/eumex-0.1.2/kernel/flash'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/bischof/Desktop/eumex-0.1.2/eumex-0.1.2/kernel/flash'
Making all in usb
make[3]: Entering directory `/home/bischof/Desktop/eumex-0.1.2/eumex-0.1.2/kernel/usb'
Making all in kernel2.6
make[4]: Entering directory `/home/bischof/Desktop/eumex-0.1.2/eumex-0.1.2/kernel/usb/kernel2.6'
make -C /lib/modules/2.6.16-20-default/build SUBDIRS=/home/bischof/Desktop/eumex-0.1.2/eumex-0.1.2/kernel/usb/kernel2.6/eumex modules
make[5]: Entering directory `/usr/src/linux-2.6.16-20-obj/x86_64/default'
make[5]: *** Keine Regel, um »modules« zu erstellen. Schluss.
make[5]: Leaving directory `/usr/src/linux-2.6.16-20-obj/x86_64/default'
make[4]: *** [all] Fehler 2
make[4]: Leaving directory `/home/bischof/Desktop/eumex-0.1.2/eumex-0.1.2/kernel/usb/kernel2.6'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/bischof/Desktop/eumex-0.1.2/eumex-0.1.2/kernel/usb'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/bischof/Desktop/eumex-0.1.2/eumex-0.1.2/kernel'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/bischof/Desktop/eumex-0.1.2/eumex-0.1.2'
make: *** [all] Fehler 2
bischof@linux-u70z:~/Desktop/eumex-0.1.2/eumex-0.1.2>
 
OP
D

drache

Newbie
Grothesk schrieb:
Kernel-Quellen hast du installiert?
Also 'kernel-source' in der gleichen Version wie dein Kernel?


muss ich den kernel-source von der dvd als paket installieren?
wie schon geschrieben, bin absoluter neuling was linux angeht.

drache
 

Grothesk

Ultimate Guru
Code:
rpm -q kernel-default kernel-source

sollte sowas liefern:
kernel-default-2.6.13-15.8
kernel-source-2.6.13-15.8

Wenn nicht, kernel-source von DVD nachinstallieren und dann per online update auf die gleiche Version wie den kernel-default bringen.
 
OP
D

drache

Newbie
Grothesk schrieb:
Code:
rpm -q kernel-default kernel-source

sollte sowas liefern:
kernel-default-2.6.13-15.8
kernel-source-2.6.13-15.8

Wenn nicht, kernel-source von DVD nachinstallieren und dann per online update auf die gleiche Version wie den kernel-default bringen.


hallo

also habe folgende meldung auf den befehl bekommen
kernel-default-2.6.16-20
kernel-source-2.6.16-20
hätte nicht gedacht, das es so schwer ist. ist es möglich ,das noch irgend welche programme fehlen.

drache
 

Grothesk

Ultimate Guru
:evil:
Maaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaan!

Schreibt doch bitte gleich dazu, dass ihr Beta-Versionen fahrt und eigentlich nicht wisst was ihr da treibt...

Sorry, ich klink mich jetzt hier aus. Beschäftige dich mit einer stabilen Version, erst wenn du mit Linux umgehen kannst lohnen sich Beta-Versionen... :evil:
 

oc2pus

Ultimate Guru
(/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes

hast du ein 64bit System ?

dann prüfe mal mit ./configure --help ob es dort Optionen gibt die man zusätzlich aktivieren muss für 64bit Systeme.
Evtl brauchst du auch einen anderen Treiber für 64bit oder es gibt das nicht für 64bit ...

Nachtrag:
in deinem kernel-source Verzeichnis solltest du auch noch ein
Code:
make cloneconfig
make prepare-all
ausführen
 
OP
D

drache

Newbie
oc2pus schrieb:
(/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes

hast du ein 64bit System ?

dann prüfe mal mit ./configure --help ob es dort Optionen gibt die man zusätzlich aktivieren muss für 64bit Systeme.
Evtl brauchst du auch einen anderen Treiber für 64bit oder es gibt das nicht für 64bit ...

Nachtrag:
in deinem kernel-source Verzeichnis solltest du auch noch ein
Code:
make cloneconfig
make prepare-all
ausführen

ja habe 64bit version
hier mal das ergebnis aus ./configure --help

linux:/home/bischof/Desktop/eumex-0.1.2/eumex-0.1.2 # ./configure --help
`configure' configures eumex 0.1.2 to adapt to many kinds of systems.

Usage: ./configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
-h, --help display this help and exit
--help=short display options specific to this package
--help=recursive display the short help of all the included packages
-V, --version display version information and exit
-q, --quiet, --silent do not print `checking...' messages
--cache-file=FILE cache test results in FILE [disabled]
-C, --config-cache alias for `--cache-file=config.cache'
-n, --no-create do not create output files
--srcdir=DIR find the sources in DIR [configure dir or `..']

Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
[/usr/local]
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc. You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
--bindir=DIR user executables [EPREFIX/bin]
--sbindir=DIR system admin executables [EPREFIX/sbin]
--libexecdir=DIR program executables [EPREFIX/libexec]
--datadir=DIR read-only architecture-independent data [PREFIX/share]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
--infodir=DIR info documentation [PREFIX/info]
--mandir=DIR man documentation [PREFIX/man]

Program names:
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM run sed PROGRAM on installed program names

System types:
--build=BUILD configure for building on BUILD [guessed]
--host=HOST cross-compile to build programs to run on HOST [BUILD]

Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--disable-dependency-tracking speeds up one-time build
--enable-dependency-tracking do not reject slow dependency extractors
--enable-shared[=PKGS]
build shared libraries [default=yes]
--enable-static[=PKGS]
build static libraries [default=yes]
--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
--disable-libtool-lock avoid locking (might break parallel builds)

Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-tags[=TAGS]
include additional configurations [automatic]
--with-kernel-dir=dir Path to Linux kernel source

Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
headers in a nonstandard directory <include dir>
CPP C preprocessor
CXX C++ compiler command
CXXFLAGS C++ compiler flags
CXXCPP C++ preprocessor
F77 Fortran 77 compiler command
FFLAGS Fortran 77 compiler flags

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to <eumex-devel@lists.sourceforge.net>.
linux:/home/bischof/Desktop/eumex-0.1.2/eumex-0.1.2 #
 

oc2pus

Ultimate Guru
Danke für die 100000 Ausgabe von ./configure --help!

Wahrscheinlich musst du im configure Aufruf folgendes ergänzen:
./configure --libdir=<pfad-zu-deinen-64-bit-libs> (der default ist /usr/lib, und das passt nicht bei 64bit Systemen)

ansonsten sollte bei deinem Treiber eine README oder INSTALL Datei dabei sein. Hast du die schon gelesen ?

Und bitte poste diese README jetzt nicht auch noch :)
Lesen und handeln musst DU schon selber.

und hier kannst du dir die Lösung deines Problemes abholen:
http://sourceforge.net/forum/forum.php?thread_id=1479576&forum_id=226910

Die Jungs haben sogar ein Forum in Sourceforge ...
 
OP
D

drache

Newbie
oc2pus schrieb:
Danke für die 100000 Ausgabe von ./configure --help!

Wahrscheinlich musst du im configure Aufruf folgendes ergänzen:
./configure --libdir=<pfad-zu-deinen-64-bit-libs> (der default ist /usr/lib, und das passt nicht bei 64bit Systemen)

ansonsten sollte bei deinem Treiber eine README oder INSTALL Datei dabei sein. Hast du die schon gelesen ?

Und bitte poste diese README jetzt nicht auch noch :)
Lesen und handeln musst DU schon selber.

und hier kannst du dir die Lösung deines Problemes abholen:
http://sourceforge.net/forum/forum.php?thread_id=1479576&forum_id=226910

Die Jungs haben sogar ein Forum in Sourceforge ...

hab erst mal dank für deine hilfe. freut mich das man es in diesem forum mit humor sieht, wenn ein neuling seine fragen stellt. werde mal

drache
 
Oben