Originally reported here:
I tried with make, at the beginning the program was unable to detect kernel version, so I replaced line
KERNELRELEASE := $(shell $(CC) -I $(KERNELPATH)/include -E $(TOP)/kernelversion.c | grep uts_release | cut -f2 -d'"')
with
KERNELRELEASE := /usr/src/linux-2.6.22.17-0.1
At that point exucuting again the program with "make" command I am having the following message:
Checking requirements... ok.
Checking kernel configuration... FAILED
Only kernel versions 2.4.x and above are supported. You have /usr/src/linux-2.6.22.17-0.1.
make: *** [configcheck] Error 1