fedora-list Digest, Vol 2, Issue 191

George Prowse cokehabit2003 at yahoo.co.uk
Sat Apr 17 18:32:43 UTC 2004


> Has anyone managed to get their Sagem Fast 800 to work? All I get when

> I install it through the instructions on the disk is a load of error
> messages:

[ snipped compiler warning/error flood :( ]

> gcc -DLINUX -D__KERNEL__ -DMODULE -I/usr/src/linux/include -Wall 
> -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe
> -mpreferred-stack-boundary=2 -I./ADIUTIL -O2   -c -o
AdiUsbAdslDriver.o
> AdiUsbAdslDriver.c

[ snipped compiler warning/error flood :( ]

> Can anyone help me as im a 1st time linux user with no knowledge at 
> all, converting from Windows and if I cant get this box on the net 
> there is no point me having Linux.

Compiling a kernel module you must use gcc32 instead of gcc which is
version 3.3. So you need either edit the Makefile or it may be enough to
run "CC=gcc32 make ...".

Maybe the source for the driver does not compile with any gcc version
3.x.

> Please help!
> 
> George

Alexander


Thanks for the help Alexander, I'm a complete newbie (and a prat for
putting all that info in) so im not sure how to edit the makefile (or
what it is) also what would I put in after the "CC=gcc32 make"?






More information about the fedora-list mailing list