Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
alsa Kompilieren 0.5Rc1
#1
Hallo,
Versuche alsa zu kompilieren.
Bei ./configure kommt leider die Fehlermeldung das er unter den Kernel-Sourcen die Datei Version.h nicht findet.
Diese ist auch nicht vorhanden.
Sollte diese nicht auch in den bereits vorhandenen Kernel-Sourcen dabei sein?

danke
Zitieren
#2
@sandmen

Geh bitte mal in das Kernel-Source-Verzeichnis (normalerweise /usr/src/linux) und starte dort folgende Befehlszeile:

Code:
make oldconfig && make prepare && make scripts

Damit dürften eigentlich alle Voraussetzungen zum Kompilieren, u.a. die version.h, erfüllt sein, ohne das der Kernel selbst neu kompiliert werden muss.

Grüße

Jörg
Hardware: Gehäuse Streacom FC9B (Fanless), MB Gigabyte GA-G41M-Combo mit P4 E5300, SDD Samsung 840 EVO 250 GB, Digital Devices Cine2 (Dual DVB-S2 Budget) low profile, Zotac GT630 ZONE Edition 1GB low profile passiv mit easyVDR 1.0, testweise mit easyVDR 2.0 Alpha
Zitieren
#3
super danke,
werd's heute abend mal ausprobieren.
Ich kann mich errinnern, irgenwie so wars. :-)

tschau
Zitieren
#4
Ich habe das gleiche Problem, es hat aber leider nichts gebracht

Code:
make oldconfig && make prepare && make scripts

einzugeben, obwohl kein Fehler angezeigt wurde ...

weiterhin kommt dieser Fehler:

Code:
easyVDR:/opt/alsa/alsa-driver-1.0.16# ./configure
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 ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
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 an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /opt/alsa/alsa-driver-1.0.16
checking cross compile...
checking for directory with kernel source... /lib/modules/2.6.22.5/source
checking for directory with kernel build... /lib/modules/2.6.22.5/build
checking for kernel linux/version.h... no
The file /lib/modules/2.6.22.5/source/include/linux/version.h does not exist.
Please install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /lib/modules/2.6.22.5/source).

Zitieren


Gehe zu:


Benutzer, die gerade dieses Thema anschauen: