Kompilieren des Bluetooth-alsa-Moduls snd-bt-sco will nicht

Welches Modul/Treiber für welche Hardware, Kernel compilieren...
Antworten
wrolf
Beiträge: 121
Registriert: 27.08.2004 12:31:32
Wohnort: NRW

Kompilieren des Bluetooth-alsa-Moduls snd-bt-sco will nicht

Beitrag von wrolf » 30.07.2006 18:00:35

Hallo zusammen!

Ich versuche seit einiger Zeit auf meinem Laptop unter etch 'Kernel 2.6.16-2-686-smp' das Bluetooth-Alsa-Modul snd-bt-sco nach dieser Anleitung zu kompilieren. Es gibt zwar keine Fehlermeldungen mehr auf der Konsole, aber leider wird auch kein Modul 'snd-bt-sco.ko' gebaut. Ich habe es mit Version 0.41 und 0.42 versucht.

Die Meldung von 'make'

Code: Alles auswählen

make[2]: Für das Ziel »all« ist nichts zu tun. 
sowie mehrere Meldungen der Form

Code: Alles auswählen

make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[2]: Für das Ziel »install-data-am« ist nichts zu tun.
von 'make install' sind mir allerdings nicht ganz geheuer.

In der Datei 'config.log' gibt einen Block

Code: Alles auswählen

 ...
configure:3686: checking how to run the C preprocessor
configure:3726: gcc -E  conftest.c
configure:3732: $? = 0
configure:3770: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3776: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "btsco"
| #define VERSION "0.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3816: result: gcc -E
configure:3845: gcc -E  conftest.c
configure:3851: $? = 0
configure:3889: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3895: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "btsco"
| #define VERSION "0.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3940: checking for grep that handles long lines and -e
...
der auf einen Fehler hinzuweisen scheint, nur habe ich keine Ahnung, wie ich das interpretieren soll. Kann mir da jemand einen Tipp geben?

Schon mal besten Dank in voraus.

Gruss

Wolfgang

Antworten