http://www.mail-archive.com/discuss-gnuradio@gnu.org/msg15066.html
http://1010.co.uk/org/notes.html
http://old.nabble.com/BBN%27s-802.11b-code-td18136664.html
The quick solution is: change io_signature (1,2,...) --> in_signature(1,1,...)
and recompile. :)
-----------------------------------------
Install BBN code for USRP2 @ Ubuntu 9.04 + XCVR2450
svn co https://www.cgran.org/cgran/projects/bbn_80211/branches/usrp2_version bbn_80211
cd bbn_80211/
./bootstrap && ./configure && make
sudo make install
If there are errors when doing "make" on bbn, like:
bbn_tap.cc:: ‘printf’ was not declared in this scope
bbn_tap.cc: ‘fprintf’ was not declared in this scope
....
It is probably the problem of GCC version.
The solution is to add the following declaration on top of each cc files.
#include
#include
#include
没有评论:
发表评论