(→Linux-Zigbee User Space Tools) |
(Updated to use libnl-3.2.23) |
||
Line 7: | Line 7: | ||
<PRE> | <PRE> | ||
− | wget http://www. | + | wget http://www.carisma.slowglass.com/~tgr/libnl/files/libnl-3.2.23.tar.gz |
− | tar -xzf libnl-3.2. | + | tar -xzf libnl-3.2.23.tar.gz |
− | cd libnl-3.2. | + | cd libnl-3.2.23 |
./configure --prefix=/home/cpeacock/beagle --host=arm-linux-gnueabi | ./configure --prefix=/home/cpeacock/beagle --host=arm-linux-gnueabi | ||
make | make |
Download, cross compile and install the Netlink Protocol libraries.
wget http://www.carisma.slowglass.com/~tgr/libnl/files/libnl-3.2.23.tar.gz tar -xzf libnl-3.2.23.tar.gz cd libnl-3.2.23 ./configure --prefix=/home/cpeacock/beagle --host=arm-linux-gnueabi make make install
With the dependencies above cross compiled for ARM and installed, download the lowpan-tools and cross compile.
git clone git://git.code.sf.net/p/linux-zigbee/linux-zigbee linux-zigbee cd linux-zigbee ./autogen.sh ./configure --prefix=/ --host=arm-linux-gnueabi PKG_CONFIG_PATH=/home/cpeacock/beagle/lib/pkgconfig make make install DESTDIR=/home/cpeacock/beagle