On Mon, May 17, 2010 at 05:51:43PM +0400, agogolev wrote:
> I thought that my problem with a wpan0 inteface could be in "iz" itself, so
> i decided to recompile LoWPAN-tools for arm-xscale once more.
> 
> So I did:
> 
> ./configure --host=arm-xscale-linux-gnu
> --with-pidfile="/var/izcoordinator.pidfile" --with-leasefile="/etc/izlease"
> --disable-werror
> 
> and during configuraion obtained these lines:
> 
> checking net/ieee802154.h usability... no
> checking net/ieee802154.h presence... no
> checking for net/ieee802154.h... no
> checking net/af_ieee802154.h usability... no
> checking net/af_ieee802154.h presence... no
> checking for net/af_ieee802154.h... no
> 
> I'm not sure if it is important, but it doesn't look right.
> 
> But the problem is when i'm doing "make"
> I get this:
> 
> /bin/bash ../libtool --tag=CC   --mode=link arm-xscale-linux-gnu-gcc -g3
> -Wall  -DLEASE_FILE=\"/etc/izlease\"
> -DPID_FILE=\"/var/izcoordinator.pidfile\" -g -O2   -o izcoordinator
> izcoordinator-coordinator.o ../addrdb/libaddrdb.la ../lib/libcommon.la -lnl
>    
> libtool: link: arm-xscale-linux-gnu-gcc -g3 -Wall
> -DLEASE_FILE=\"/etc/izlease\" -DPID_FILE=\"/var/izcoordinator.pidfile\" -g
> -O2 -o izcoordinator izcoordinator-coordinator.o 
> ../addrdb/.libs/libaddrdb.a ../lib/.libs/libcommon.a -lnl
> /home/gogolev/workspace/arm-xscale-linux-gnu/bin/../lib/gcc/arm-xscale-linux-gnu/4.1.2/../../../../arm-xscale-linux-gnu/bin/ld:
> cannot find -lnl
> collect2: ld returned 1 exit status
> make[2]: *** [izcoordinator] Error 1
do you have libnl installed where your toolchain could find it?
> 
> And I couldn't find out what is NL_LIBS and how to change this variable in
> a proper way.
if confugure will find libnl it will do it properly.
> 
> Is there a kind of example of a proper configure line, or a kind of manual
> for loWPAN tools?
Look at Angstrom .bb files.

S.


------------------------------------------------------------------------------

_______________________________________________
Linux-zigbee-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to