OpenWrt Forum Archive

Topic: OpenWrt SDK Make error

The content of this topic has been archived on 24 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

i have just added the OpenWRT SDK i686 to my machine. My machine details are :
   fyp@linux-57jt:~> uname -a
   Linux linux-57jt 2.6.27.7-9-default #1 SMP 2008-12-04 18:10:04 +0100 x86_64 x86_64 x86_64 GNU/Linux
I am experiencing this error when ever i run "MAKE" or "MAKE V=99".
Is my machine and SDK compatible?
Anyone who experienced this or knows how to resolve it?

fyp@linux-57jt:~/Desktop/OpenWrt-SDK-Linux-i686-1> make V=99
make package/compile
make[1]: Entering directory `/home/fyp/Desktop/OpenWrt-SDK-Linux-i686-1'
make -C package compile SDK=1
make[2]: Entering directory `/home/fyp/Desktop/OpenWrt-SDK-Linux-i686-1/package'
make -j1 compile-targets
make[3]: Entering directory `/home/fyp/Desktop/OpenWrt-SDK-Linux-i686-1/package'
make -C * compile
make: Entering an unknown directory
make: *** depend.mk: Not a directory.  Stop.
make: Leaving an unknown directory
make[3]: *** [*-compile] Error 2
make[3]: Leaving directory `/home/fyp/Desktop/OpenWrt-SDK-Linux-i686-1/package'
make[2]: *** [compile] Error 2
make[2]: Leaving directory `/home/fyp/Desktop/OpenWrt-SDK-Linux-i686-1/package'
make[1]: *** [package/compile] Error 2
make[1]: Leaving directory `/home/fyp/Desktop/OpenWrt-SDK-Linux-i686-1'
make: *** [world] Error 2
fyp@linux-57jt:~/Desktop/OpenWrt-SDK-Linux-i686-1>

The discussion might have continued from here.