Chris Le Marquand wrote:
> Hi,
>
> I'm a complete Linux newbie, and I'm giving RedHat 9 a try on another
> partition. I'm trying to get my Netgear MA101 adapter working, and
> following the instructions
> fromhttp://atmelwlandriver.sourceforge.net/howto/. However, after I run
> make config and make clean, and run make all, I get errors.
>
> [root@localhost atmelwlandriver]# make all
> Building src/usb
> make[1]: Entering directory `/home/chris/atmelwlandriver/src/usb'
> for i in rfmd; do make $i || exit 1; done
> make[2]: Entering directory `/home/chris/atmelwlandriver/src/usb'
> make final CFLAGS:='-D_KERNEL__-o2 -fno-strict-aliasing
> -fomit-frame-pointer - pipe
> -I/include -I/home/chris/atmelwlandriver/src/includes
> -I/home/chris/atmelwlandriver/src/includes/usb -Wall DRFMD -DATMEL_WLAN
> -c -o callbacks.o callbacks.c
> make[3]: gcc: Command not found
> make[3]: ***[callbacks.o] Error 127
> make[3]: Leaving directory `/home/chris/atmelwlandriver/src/usb'
> make[2]: ***[rfmd] Error 2
> make[2]: Leaving directory `/home/chris/atmelwlandriver/src/usb'
> make[1]: *** [all] Error 1
> make[1]: Leaving directory `/home/chris/atmelwlandriver/src/usb'
> make: *** [all] Error 1
> [root@localhost atmelwlandriver]#
>
> That may not be exact in terms of lines and spaces, but the content's
> all there. Does anyone have any ideas what might be wrong? Thanks in
> advance.
>
> Chris
Hi Chris,
you did not install your compiler. gcc is used to compile the sources. I
think you should do yourself a favour and get the binaries. Alex
|