On Tue, Jan 07, 2003 at 03:46:53PM +0000, Tim wrote: > I'm trying to install drivers for the nforce chip, for audio, OHCI USB > and ethernet. I've downloaded the tar file for drivers from the nVidia > website. After tar xvzf, I enter the created directory and run make > which stops with the following error: > > make -C nvnet > make[1]: Entering directory `/home/tim/tmp/nforce/nvnet' > cc -c -DLINUX -DMODULE -DEXPORT_SYMTAB -D__KERNEL__ -O > -Wstrict-prototypes -DCONFIG_PM -fno-strict-aliasing > -mpreferred-stack-boundary=2 -march=i686 -falign-functions=4 -DMODULE > -I/lib/modules/2.4.18/build/include -DMODVERSIONS -include > /lib/modules/2.4.18/build/include/linux/modversions.h nvnet.c > cc1: Invalid option `-falign-functions=4'
That looks like a typo for -malign-functions=4. -- Colin Watson [[EMAIL PROTECTED]] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

