Hello,
I need install the uwicore_MAC module (
http://www.uwicore.umh.es/mhop-software.html) to modify the 802.11
protocol
and test some ideas.
I already tryed install the module in version 3.7.4 without success. I
found help in module grcompat (Emil A. comented in
Airprobe and bladeRF - Official bladeRF forum) but not answer all the
incompatibles problems.
I installed in virtual machine with Ubuntu 9.10 (32 bits) and was
possible
run the uwicore_MAC in gnuradio 3.3.0 (thanks Marcus Müller). Now I have
problem with the USRP N200. We dont have communications with the actual
firmware (and we dont found firmware compatible). Maybe the module UHD
drivers is needed in GNURadio.
In this case, we tryed the next version 3.4.2 in real machine with the
Ubuntu 14.04 (64 bits). This version already has the UHD module.
Follow the command line and the logs in annex:
rodrigo@aluno-ubuntu:~/gnuradio-3.4.2$ ./bootstrap
configure.ac:54: installing ‘./compile’
parallel-tests: installing ‘./test-driver’
configure.ac:24: warning: AM_INIT_AUTOMAKE: two- and three-arguments
forms
are deprecated. For more info, see:
configure.ac:24:
configure.ac:51: installing ‘./compile’
python: can’t open file ‘gen/volk_register.py’: [Errno 2] No such file
or
directory
mv: impossível obter estado de “gen/lib/Makefile.am”: Arquivo ou
diretório
não encontrado
configure.ac:28: installing ‘./compile’
rodrigo@aluno-ubuntu:~/gnuradio-3.4.2$ ./configure
–with-boost-libdir=/usr/lib/x86_64-linux-gnu > logconfigure.txt
/home/rodrigo/gnuradio-3.4.2/missing: Unknown --is-lightweight' option Try
/home/rodrigo/gnuradio-3.4.2/missing --help’ for more information
configure: WARNING: ‘missing’ script is too old or missing
/home/rodrigo/gnuradio-3.4.2/volk/missing: Unknown --is-lightweight' option Try
/home/rodrigo/gnuradio-3.4.2/volk/missing --help’ for more
information
configure: WARNING: ‘missing’ script is too old or missing
./configure: line 18585: test: too many arguments
./configure: line 18585: test: too many arguments
./configure: line 18585: test: too many arguments
./configure: line 18585: test: too many arguments
./configure: line 18585: test: too many arguments
./configure: line 18585: test: too many arguments
./configure: line 18585: test: too many arguments
./configure: line 18585: test: too many arguments
./configure: line 18585: test: too many arguments
./configure: line 18585: test: too many arguments
./configure: line 18585: test: too many arguments
./configure: line 18585: test: too many arguments
./configure: line 18585: test: too many arguments
./configure: line 18585: test: too many arguments
./configure: line 18585: test: too many arguments
./configure: line 18591: test: too many arguments
./configure: line 18591: test: too many arguments
./configure: line 18591: test: too many arguments
./configure: line 18591: test: too many arguments
./configure: line 18591: test: too many arguments
./configure: line 18591: test: too many arguments
./configure: line 18591: test: too many arguments
./configure: line 18591: test: too many arguments
./configure: line 18591: test: too many arguments
./configure: line 18591: test: too many arguments
./configure: line 18591: test: too many arguments
./configure: line 18591: test: too many arguments
./configure: line 18591: test: too many arguments
./configure: line 18591: test: too many arguments
./configure: line 18591: test: too many arguments
/home/rodrigo/gnuradio-3.4.2/usrp2/firmware/missing: Unknown
--is-lightweight' option Try
/home/rodrigo/gnuradio-3.4.2/usrp2/firmware/missing --help’ for
more
information
configure: WARNING: ‘missing’ script is too old or missing
rodrigo@aluno-ubuntu:~/gnuradio-3.4.2$ make > logmake.txt
In file included from volk_rank_archs.c:2:0:
…/include/volk/volk_prefs.h:11:1: warning: ‘visibility’ attribute
ignored
on types [-Wattributes]
};
^
In file included from volk_prefs.c:4:0:
…/include/volk/volk_prefs.h:11:1: warning: ‘visibility’ attribute
ignored
on types [-Wattributes]
};
^
qa_gri_mmse_fir_interpolator_cc.cc: In member function ‘void
qa_gri_mmse_fir_interpolator_cc::t2_body()’:
qa_gri_mmse_fir_interpolator_cc.cc:96:9: error: ‘intptr_t’ was not
declared
in this scope
if (((intptr_t) float_input & 0x7) == 0)
^
qa_gri_mmse_fir_interpolator_cc.cc:96:19: error: expected ‘)’ before
‘float_input’
if (((intptr_t) float_input & 0x7) == 0)
^
qa_gri_mmse_fir_interpolator_cc.cc:97:60: error: expected ‘)’ before ‘;’
token
input = reinterpret_cast<gr_complex *>(&float_input[1]);
^
make[9]: ** [qa_gri_mmse_fir_interpolator_cc.lo] Erro 1
make[8]: ** [all] Erro 2
make[7]: ** [all-recursive] Erro 1
make[6]: ** [all] Erro 2
make[5]: ** [all-recursive] Erro 1
make[4]: ** [all] Erro 2
make[3]: ** [all-recursive] Erro 1
make[2]: ** [all] Erro 2
make[1]: ** [all-recursive] Erro 1
make: ** [all] Erro 2
rodrigo@aluno-ubuntu:~/gnuradio-3.4.2$ dpkg --get-selections | grep volk
libvolk0.0.0:amd64 install
rodrigo@aluno-ubuntu:~/gnuradio-3.4.2$ dpkg --get-selections | grep uhd
libuhd-dev install
libuhd003:amd64 install
uhd-host install
Thanks for the help.
Best regards,
Rodrigo F.