Hi,

I try to build latest 'madwifi' modules and tools
based on config files from
http://dush.nofuture.cz/linux/bering-uclibc/madwifi.

The modules have been created OK but when I add
building tools, I got the following error (in linking,
I think)

make[1]: Entering directory
`/home/mlu/UBering/src/bering-uclibc/buildtool/source/madwifi/madwifi/tools'
/home/mlu/UBering/src/bering-uclibc/buildtool/staging/usr/bin/gcc
-o athstats -include ./../include/compat.h
-I./../include -I. -I./../hal -I./../hal/linux
-I../ath_hal -I../net80211 -I.. -g -I../ath 
athstats.c

/tmp/ccsG5he5.o(.text+0xa46): In function `main':
/home/mlu/UBering/src/bering-uclibc/buildtool/source/madwifi/madwifi/tools/athstats.c:247:
undefined reference to `err'

and the source file refers to err() as 

if (ioctl(s, SIOCGATHSTATS, &ifr) < 0)
   err(1, ifr.ifr_name);

and err() is probably a system call.

Could anybody help?

Thank you.

M Lu





                
__________________________________ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to