I'm having an issue compiling the module for kernel 2.4.32. [EMAIL PROTECTED] DEVEL unionfs-1.1.2]$ make ****************************************************************************** If you have questions about or problems building Unionfs, please read INSTALL. ******************************************************************************
make -C ../linux-2.4.32/ SUBDIRS=/home/cfowler/sandbox/outpost- build/RemoteNode/unionfs-1.1.2 FISTDEVMK=/home/cfowler/sandbox/outpost- build/RemoteNode/unionfs-1.1.2/fistdev.mk modules make[1]: Entering directory `/home/cfowler/sandbox/outpost- build/RemoteNode/linux-2.4.32' make -C /home/cfowler/sandbox/outpost-build/RemoteNode/unionfs-1.1.2 CFLAGS="-D__KERNEL__ -I/home/cfowler/sandbox/outpost- build/RemoteNode/linux-2.4.32/include -Wall -Wstrict-prototypes -Wno- trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer - pipe -mpreferred-stack-boundary=2 -march=i386 -DMODULE -DMODVERSIONS - include /home/cfowler/sandbox/outpost- build/RemoteNode/linux-2.4.32/include/linux/modversions.h" MAKING_MODULES=1 modules make[2]: Entering directory `/home/cfowler/sandbox/outpost- build/RemoteNode/unionfs-1.1.2' make[2]: *** No rule to make target `modules'. Stop. make[2]: Leaving directory `/home/cfowler/sandbox/outpost- build/RemoteNode/unionfs-1.1.2' make[1]: *** [_mod_/home/cfowler/sandbox/outpost- build/RemoteNode/unionfs-1.1.2] Error 2 make[1]: Leaving directory `/home/cfowler/sandbox/outpost- build/RemoteNode/linux-2.4.32' make: *** [unionfs.ko] Error 2 Here is my Makefile # this should point to where your kernel headers are LINUXSRC=../linux-2.4.32/ KVERS=$(shell uname -r) MODDIR= /lib/modules/$(KVERS) It appears the Makefile is for kernel 2.6.X. Where can I download a Makefile for 2.4.X? Thanks, Chris _______________________________________________ unionfs mailing list [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
