On Friday 28 July 2006 15:15, Don Gould wrote: > Can anyone translate this and tell me what I'm doing wrong? > > I suspect I don't have enough of the platform installed? > > [EMAIL PROTECTED]:/home/don/ndiswrapper-1.21# make > make -C driver > make[1]: Entering directory `/home/don/ndiswrapper-1.21/driver' > make -C /lib/modules/2.6.12-10-386/build > SUBDIRS=/home/don/ndiswrapper-1.21/driver \ > DRIVER_VERSION=1.21 > /usr/src/linux-headers-2.6.12-10-386/scripts/gcc-version.sh: line 11: > gcc-3.4: command not found > /usr/src/linux-headers-2.6.12-10-386/scripts/gcc-version.sh: line 12: > gcc-3.4: command not found > make[2]: gcc-3.4: Command not found > make[2]: Entering directory `/usr/src/linux-headers-2.6.12-10-386' > LD /home/don/ndiswrapper-1.21/driver/built-in.o > /bin/sh: ar: command not found > make[3]: *** [/home/don/ndiswrapper-1.21/driver/built-in.o] Error 127 > make[2]: *** [_module_/home/don/ndiswrapper-1.21/driver] Error 2 > make[2]: Leaving directory `/usr/src/linux-headers-2.6.12-10-386' > make[1]: *** [default] Error 2 > make[1]: Leaving directory `/home/don/ndiswrapper-1.21/driver' > make: *** [all] Error 2 > [EMAIL PROTECTED]:/home/don/ndiswrapper-1.21#
Yay! Something even slightly related to Linux! You are missing a compiler (gcc) by the looks. Try; apt-get install build-essential You might also want; apt-get install linux-headers-`uname -r` if you haven't already. -- http://nicegear.co.nz New Zealand's VoIP supplier
