Lieber Besucher, herzlich willkommen bei: Knoppix Forum | www.KnoppixForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Cottonwood« (01.12.2009, 00:54)
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
knoppix@Microknoppix:~$ su root@Microknoppix:/home/knoppix# mount --bind /dev /media/hda2/source/dev root@Microknoppix:/home/knoppix# mount --bind /dev/pts /media/hda2/source/dev/pts root@Microknoppix:/home/knoppix# mount --bind /sys /media/hda2/source/sys root@Microknoppix:/home/knoppix# mount --bind /proc /media/hda2/source/proc root@Microknoppix:/home/knoppix# chroot /media/hda2/source root@Microknoppix:/# cd home/knoppix/Desktop/fritz root@Microknoppix:/home/knoppix/Desktop/fritz# ./install make: Entering directory `/home/knoppix/Desktop/fritz/src' rm -f main.o driver.o tools.o lib.o buffers.o wext.o rm -f fwlanusb.o fwlanusb.ko make: Leaving directory `/home/knoppix/Desktop/fritz/src' make: Entering directory `/home/knoppix/Desktop/fritz/src' make -C /lib/modules/2.6.28.4/build SUBDIRS=/home/knoppix/Desktop/fritz/src modules make[1]: Entering directory `/usr/src/linux-headers-2.6.28.4' CC [M] /home/knoppix/Desktop/fritz/src/main.o In file included from /home/knoppix/Desktop/fritz/src/tools.h:30, from /home/knoppix/Desktop/fritz/src/main.c:31: /home/knoppix/Desktop/fritz/src/defs.h:63: error: redefinition of typedef 'uintptr_t' include/linux/types.h:40: error: previous declaration of 'uintptr_t' was here make[2]: *** [/home/knoppix/Desktop/fritz/src/main.o] Fehler 1 make[1]: *** [_module_/home/knoppix/Desktop/fritz/src] Fehler 2 make[1]: Leaving directory `/usr/src/linux-headers-2.6.28.4' make: *** [fwlanusb.o] Fehler 2 make: Leaving directory `/home/knoppix/Desktop/fritz/src' make: Entering directory `/home/knoppix/Desktop/fritz/src' cp: Aufruf von stat für »fwlanusb.ko« nicht möglich: Datei oder Verzeichnis nicht gefunden make: *** [install] Fehler 1 make: Leaving directory `/home/knoppix/Desktop/fritz/src' root@Microknoppix:/home/knoppix/Desktop/fritz# |
![]() |
Quellcode |
1 2 |
typedef unsigned long uintptr_t; #defs.h Zeile 63 typedef unsigned long uintptr_t; #types.h Zeile 40 |
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
root@Microknoppix:/home/knoppix/Desktop/fritz# ./install make: Entering directory `/home/knoppix/Desktop/fritz/src' rm -f main.o driver.o tools.o lib.o buffers.o wext.o rm -f fwlanusb.o fwlanusb.ko make: Leaving directory `/home/knoppix/Desktop/fritz/src' make: Entering directory `/home/knoppix/Desktop/fritz/src' make -C /lib/modules/2.6.28.4/build SUBDIRS=/home/knoppix/Desktop/fritz/src modules make[1]: Entering directory `/usr/src/linux-headers-2.6.28.4' CC [M] /home/knoppix/Desktop/fritz/src/main.o In file included from /home/knoppix/Desktop/fritz/src/tools.h:30, from /home/knoppix/Desktop/fritz/src/main.c:31: /home/knoppix/Desktop/fritz/src/defs.h:63:2: error: invalid preprocessing directive #typedef /home/knoppix/Desktop/fritz/src/defs.h:64:36: error: invalid preprocessing directive #Eine /home/knoppix/Desktop/fritz/src/defs.h:65:36: error: invalid preprocessing directive #entweder /home/knoppix/Desktop/fritz/src/defs.h:66:36: error: invalid preprocessing directive #/ /home/knoppix/Desktop/fritz/src/defs.h:67:36: error: invalid preprocessing directive #oder /home/knoppix/Desktop/fritz/src/defs.h:68:36: error: invalid preprocessing directive #/ /home/knoppix/Desktop/fritz/src/defs.h:69:36: error: invalid preprocessing directive #Wenn /home/knoppix/Desktop/fritz/src/defs.h:70:36: error: invalid preprocessing directive #k make[2]: *** [/home/knoppix/Desktop/fritz/src/main.o] Fehler 1 make[1]: *** [_module_/home/knoppix/Desktop/fritz/src] Fehler 2 make[1]: Leaving directory `/usr/src/linux-headers-2.6.28.4' make: *** [fwlanusb.o] Fehler 2 make: Leaving directory `/home/knoppix/Desktop/fritz/src' make: Entering directory `/home/knoppix/Desktop/fritz/src' cp: Aufruf von stat für »fwlanusb.ko« nicht möglich: Datei oder Verzeichnis nicht gefunden make: *** [install] Fehler 1 make: Leaving directory `/home/knoppix/Desktop/fritz/src' root@Microknoppix:/home/knoppix/Desktop/fritz# |
![]() |
Quellcode |
1 |
typedef unsigned long uintptr_t; |
![]() |
Quellcode |
1 |
/* typedef unsigned long uintptr_t; */ |
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
root@Microknoppix:/home/knoppix/Desktop/fritz# ./install make: Entering directory `/home/knoppix/Desktop/fritz/src' rm -f main.o driver.o tools.o lib.o buffers.o wext.o rm -f fwlanusb.o fwlanusb.ko make: Leaving directory `/home/knoppix/Desktop/fritz/src' make: Entering directory `/home/knoppix/Desktop/fritz/src' make -C /lib/modules/2.6.28.4/build SUBDIRS=/home/knoppix/Desktop/fritz/src modules make[1]: Entering directory `/usr/src/linux-headers-2.6.28.4' CC [M] /home/knoppix/Desktop/fritz/src/main.o CC [M] /home/knoppix/Desktop/fritz/src/driver.o CC [M] /home/knoppix/Desktop/fritz/src/tools.o CC [M] /home/knoppix/Desktop/fritz/src/lib.o CC [M] /home/knoppix/Desktop/fritz/src/buffers.o CC [M] /home/knoppix/Desktop/fritz/src/wext.o /home/knoppix/Desktop/fritz/src/wext.c: In function 'fwlanusb_get_scan': /home/knoppix/Desktop/fritz/src/wext.c:344: warning: passing argument 1 of 'iwe_stream_add_event' from incompatible pointer type /home/knoppix/Desktop/fritz/src/wext.c:344: warning: passing argument 3 of 'iwe_stream_add_event' from incompatible pointer type /home/knoppix/Desktop/fritz/src/wext.c:344: warning: passing argument 4 of 'iwe_stream_add_event' makes pointer from integer without a cast /home/knoppix/Desktop/fritz/src/wext.c:344: error: too few arguments to function 'iwe_stream_add_event' /home/knoppix/Desktop/fritz/src/wext.c:350: warning: passing argument 1 of 'iwe_stream_add_point' from incompatible pointer type /home/knoppix/Desktop/fritz/src/wext.c:350: warning: passing argument 3 of 'iwe_stream_add_point' from incompatible pointer type /home/knoppix/Desktop/fritz/src/wext.c:350: warning: passing argument 4 of 'iwe_stream_add_point' from incompatible pointer type /home/knoppix/Desktop/fritz/src/wext.c:350: error: too few arguments to function 'iwe_stream_add_point' /home/knoppix/Desktop/fritz/src/wext.c:355: warning: passing argument 1 of 'iwe_stream_add_point' from incompatible pointer type /home/knoppix/Desktop/fritz/src/wext.c:355: warning: passing argument 3 of 'iwe_stream_add_point' from incompatible pointer type /home/knoppix/Desktop/fritz/src/wext.c:355: warning: passing argument 4 of 'iwe_stream_add_point' from incompatible pointer type /home/knoppix/Desktop/fritz/src/wext.c:355: error: too few arguments to function 'iwe_stream_add_point' make[2]: *** [/home/knoppix/Desktop/fritz/src/wext.o] Fehler 1 make[1]: *** [_module_/home/knoppix/Desktop/fritz/src] Fehler 2 make[1]: Leaving directory `/usr/src/linux-headers-2.6.28.4' make: *** [fwlanusb.o] Fehler 2 make: Leaving directory `/home/knoppix/Desktop/fritz/src' make: Entering directory `/home/knoppix/Desktop/fritz/src' cp: Aufruf von stat für »fwlanusb.ko« nicht möglich: Datei oder Verzeichnis nicht gefunden make: *** [install] Fehler 1 make: Leaving directory `/home/knoppix/Desktop/fritz/src' root@Microknoppix:/home/knoppix/Desktop/fritz# |
Zitat
Ich habe mal einen Patch gebaut der das Kompilieren erlaubt:
http://nopaste.debianforum.de/10153
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Cottonwood« (03.12.2009, 01:53)
tagesgeld - Geek und Nerd Shirt Shop - Linux Notebooks & Computer - http://www.laan-tec.de
presell-pages - Brillen für PC Arbeit - Paintball Linux