Hi On Thu, 2010-07-15 at 15:36 -0400, Dongwoon Hahn wrote: > Hello, > > I am stuck at compiling wimax network service 1.5. > > I am using Maverick Meerkat Alpha 2 Ubuntu (32bit) and Intel 6250 > (Dell Latitude 2110). > I downloaded the kernel source from the linux wimax git repository and > used it. > I successfully installed firmware, wimax tools and wpa supplicant and > its patch. > > > # uname -a > Linux maxwell-laptop-01 2.6.34-rc5-wimax #1 SMP Wed Jul 14 19:26:48 > EDT 2010 i686 GNU/Linux > > The point where I was stuck at was > > ... > ricConsole.c: In function ?main_console?: > ../../../../InfraStack/OSDependent/Linux/InfraStackModules/Skeletons/AppSrv/GenericConsole.c:287: warning: implicit declaration of function ?NDnSAgent_ApdoLinkStatus? > make[2]: *** [wimaxd-GenericConsole.o] Error 1 > make[2]: Leaving directory > `/home/maxwell/linux-wimax/wimax-1.5/InfraStack/OSAgnostic/Product/AppSrvInfra' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/maxwell/linux-wimax/wimax-1.5' > make: *** [all] Error This is quite odd -- are you compiling with -Werror? Can you post the exact configure line you used, plus its output and the whole compile log? Thank you!