Hi Tom,

Thanks for your advice.

I tried to uninstall ORC and test again. Unfortunately, just like Damon,
more tests failed.
https://lists.gnu.org/archive/html/discuss-gnuradio/2013-08/msg00353.html

I installed GNU Radio on another computer which run 64-bit Linux several
month ago. This remind me that something strange may happen when a 32bit OS
run on a 64bit processor. So I installed the Ubuntu 64bit and build GNU
Radio with the build-gnuradio script.

It works! All tests passed this time! ! !

Thanks!

Zhou


On Tue, Nov 12, 2013 at 9:07 PM, Tom Rondeau <t...@trondeau.com> wrote:

> On Tue, Nov 12, 2013 at 3:20 AM, 周易子睿 <zhouyizi...@gmail.com> wrote:
> > Dear all,
> >
> > I tried to install GNU Radio v3.7 git on my computer, but some of the
> build
> > tests failed.
> >
> > The OS is Ubuntu 13.10 32bit, with kernel version Linux
> 3.11.0-12-generic,
> > the cpu is Intel® Core™ i5-2400 CPU @ 3.10GHz × 4.
> >
> > I installed the dependencies and get the following result after cmake.
> >
> > -- ######################################################
> > -- # Gnuradio enabled components
> > -- ######################################################
> > --   * python-support
> > --   * testing-support
> > --   * volk
> > --   * doxygen
> > --   * gnuradio-runtime
> > --   * gr-blocks
> > --   * gnuradio-companion
> > --   * gr-fec
> > --   * gr-fft
> > --   * gr-filter
> > --   * gr-analog
> > --   * gr-digital
> > --   * gr-atsc
> > --   * gr-audio
> > --   * gr-channels
> > --   * gr-noaa
> > --   * gr-pager
> > --   * gr-qtgui
> > --   * gr-trellis
> > --   * gr-uhd
> > --   * gr-utils
> > --   * gr-video-sdl
> > --   * gr-vocoder
> > --   * gr-fcd
> > --   * gr-wavelet
> > --   * gr-wxgui
> > --
> > -- ######################################################
> > -- # Gnuradio disabled components
> > -- ######################################################
> > --   * sphinx
> > --   * gr-ctrlport
> > --   * gr-comedi
> > --
> > -- Using install prefix: /usr/local
> > -- Building for version: v3.7.2-3-g9fb34ce4 / 3.7.3git
> > -- Configuring done
> > -- Generating done
> > -- Build files have been written to: /home/grief/Works/gnuradio/build
> >
> >
> > So I ran make and make test and the following tests FAILED:
> >
> > 97% tests passed, 6 tests failed out of 179
> >
> > Total Test time (real) =  98.40 sec
> >
> > The following tests FAILED:
> >       1 - qa_volk_test_all (Failed)
> >      80 - qa_fir_filter (Failed)
> >      97 - qa_freq_xlating_fir_filter (Failed)
> >     126 - qa_constellation_receiver (Failed)
> >     131 - qa_constellation (Failed)
> >     174 - qa_codec2_vocoder (Failed)
> > Errors while running CTest
> > make: *** [test] Error 8
> >
> > Then I ran ctest --output-on-failure -O ctest_log to get the log file.
> > The log file is attached to the mail.
> >
> > I am wondering how to fix the problem?
> > Thanks all !
>
>
> This looks like VOLK issue. Try removing ORC and recompiling since
> it's failing in VOLK on an ORC test.
>
> Also, why are you running a 32-bit OS on that processor? Seems a huge
> waste.
>
> Tom
>
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to