discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Tests of gr-analog failed


From: Volker Schroer
Subject: [Discuss-gnuradio] Tests of gr-analog failed
Date: Sun, 27 Oct 2013 07:18:48 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

Hi,

I'm just compiling gnuradio 3.7 latest git.
Some tests in gr-analog failed with undefined symbol:

Traceback (most recent call last):
File "/home/schroer/gnuradiocomponents/gnuradio/gr-analog/python/analog/qa_agc.py", line 23, in <module>
    from gnuradio import gr, gr_unittest, analog, blocks
File "/home/schroer/gnuradiocomponents/gnuradio/gr-analog/python/analog/__init__.py", line 33, in <module>
    from analog_swig import *
File "/home/schroer/gnuradiocomponents/gnuradio/build-3.7.2/gr-analog/python/analog/../../swig/analog_swig.py", line 28, in <module>
    _analog_swig = swig_import_helper()
File "/home/schroer/gnuradiocomponents/gnuradio/build-3.7.2/gr-analog/python/analog/../../swig/analog_swig.py", line 24, in swig_import_helper
    _mod = imp.load_module('_analog_swig', fp, pathname, description)
ImportError: /home/schroer/gnuradiocomponents/gnuradio/build-3.7.2/gr-analog/lib/libgnuradio-analog-3.7.2git.so.0.0.0: undefined symbol: volk_32f_invsqrt_32f_a


But volk_32f_invsqrt_32f_a seems to be build in volk.


Any ideas ??

-- Volker



reply via email to

[Prev in Thread] Current Thread [Next in Thread]