abbasmakki
01-09-2009, 05:52 AM
dear Sir
this is my steps to compile the SDK:
# mkdir ubnt
# cd ubnt
# wget http://www.ubnt.com/downloads/sdk/toolchain-mips-ls_0.1-1.deb
# dpkg -i toolchain-mips-ls_0.1-1.deb
# wget http://www.ubnt.com/downloads/sdk/ubnt-lsX-SDK-v3.2.3743.tar.bz2
# tar xjf ubnt-lsX-SDK-v3.2.3743.tar.bz2
# cd ubnt-lsX-SDK-v3.2.3743
# make xs5
but it get error as this:
make -C conf CURRENT=xs5 || exit 1
make[1]: Entering directory `/ubnt/ubnt-lsX-SDK-v3.2.3743/conf'
Makefile:5: *** "No such directory xs5 !". Stop.
make[1]: Leaving directory `/ubnt/ubnt-lsX-SDK-v3.2.3743/conf'
make: *** [xs5] Error 1
debian:/ubnt/ubnt-lsX-SDK-v3.2.3743#
what is going wrong?
best regards
this is my steps to compile the SDK:
# mkdir ubnt
# cd ubnt
# wget http://www.ubnt.com/downloads/sdk/toolchain-mips-ls_0.1-1.deb
# dpkg -i toolchain-mips-ls_0.1-1.deb
# wget http://www.ubnt.com/downloads/sdk/ubnt-lsX-SDK-v3.2.3743.tar.bz2
# tar xjf ubnt-lsX-SDK-v3.2.3743.tar.bz2
# cd ubnt-lsX-SDK-v3.2.3743
# make xs5
but it get error as this:
make -C conf CURRENT=xs5 || exit 1
make[1]: Entering directory `/ubnt/ubnt-lsX-SDK-v3.2.3743/conf'
Makefile:5: *** "No such directory xs5 !". Stop.
make[1]: Leaving directory `/ubnt/ubnt-lsX-SDK-v3.2.3743/conf'
make: *** [xs5] Error 1
debian:/ubnt/ubnt-lsX-SDK-v3.2.3743#
what is going wrong?
best regards