> Hi, all > .. > gcc -I.. -I. -D_KERNEL -DSUNDDI -DSOLARIS2=9 -DPFILDEBUG -m64 > -mcmodel=medlow -DDO=pfil64 -c ../pfil.c -o pfil.o > cc1: -m64 is not supported by this configuration > cc1: -mptr32 not allowed on -m64 > cc1: -mcmodel= is not supported on 32 bit systems
You need a newer version of gcc as your kernel is 64bit and you need to be able to compile 64bit drivers for it. Darren
