Hello, i’m new in gnuradio and i want to update all needed to program
this
device the e110.
how it says in:
http://code.ettus.com/redmine/ettus/projects/usrpe1xx/wiki/FAQ#How-do-I-install-GNU-Radio-from-source
i have downloaded the latest image e1xx-003 and store to sd with the
MakeEttusSDCard.legacy.sh.(the MakeEttusSDCard.sh didn´t work for me).
i updated the uhd and then the FPGA firmaware following all instructions
and
everything OK.
but the problem is when i want to update the gnuradio,if i run:
opkg remove --force-depends gnuradio gnuradio-dev gnuradio-examples
task-gnuradio
git clone gnuradio.git - GNU Radio gnuradio.git
cd gnuradio.git
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_TOOLCHAIN_FILE=…/cmake/Toolchains…
make
i have this error:
[ 13%] Built target pygen_gnuradio_runtime_python_gnuradio_gru_21325
[ 13%] Generating init.pyc, pmt_to_python.pyc
Traceback (most recent call last):
File “/home/root/gnuradio.git/build/python_compile_helper.py”, line 6,
in
py_compile.compile(file=src, cfile=gen, doraise=True)
File “/usr/lib/python2.6/py_compile.py”, line 129, in compile
raise py_exc
py_compile.PyCompileError: SyntaxError: (‘invalid syntax’,
(‘/home/root/gnuradio
.git/gnuradio-runtime/python/pmt/pmt_to_python.py’, 67, 88, ’
(numpy.float32, pmt.init_f32vector, float,
pmt.f32vector_elements, pmt.is_f32vector),\n’))
make[2]: *** [gnuradio-runtime/python/pmt/init.pyc] Error 1
make[1]: ***
[gnuradio-runtime/python/pmt/CMakeFiles/pygen_gnuradio_runtime_pyth
on_pmt_a42cc.dir/all] Error 2
make: *** [all] Error 2
some idea?.
looks like there is some syntax error in the code downloaded but is not
possible.
thanks.
best regards,
Julian.
–
View this message in context:
http://gnuradio.4.n7.nabble.com/installing-gnuradio-e110-tp47730.html
Sent from the GnuRadio mailing list archive at Nabble.com.