|
From: <peg...@gm...> - 2007-05-21 03:01:43
|
Hi expert, I am trying compiling aodv-uu 0.9.3 for ARM platform (kernel 2.6.14.1). But I met some problems.I found when I "make arm", the compiler wont't execute the first lines of the makefile in lnx folder. The first three lines is as following: ifneq (,$(findstring 2.6,$(KERNELRELEASE))) EXTRA_CFLAGS += -D KERNEL26 $(XDEFS) obj-m += kaodv.o So it will compile the module with 2.4 version kernel, further it can't create .ko file. I wonder if you met the familiar situation and know how to sovle this issue. Thank you for your time and help. I am looking forward to your reply. Yours, Peggy |