discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Tutorial: PSK Symbol Recovery - test 3 - qa_qpsk_demo


From: Murray Thomson
Subject: [Discuss-gnuradio] Tutorial: PSK Symbol Recovery - test 3 - qa_qpsk_demod (Failed)
Date: Fri, 11 Nov 2016 11:37:13 +0000

Hi,

Using Ubuntu 16.10 with GnuRadio 3.7.9, installed from the repo, I was trying to follow the Guided tutorial PSK Symbol Recovery.

I cloned it from github https://github.com/gnuradio/gr-tutorial.git and then compiled it:

address@hidden:~/$ git clone  https://github.com/gnuradio/gr-tutorial.git
address@hidden:~/$ cd gr-tutorial
address@hidden:~/gr-tutorial$ cmake .
address@hidden:~/gr-tutorial$ make
address@hidden:~/gr-tutorial$ make test-tutorial
address@hidden:~/gr-tutorial$ make test
Running tests...
Test project /home/user/gr-tutorial
    Start 1: test_tutorial
1/5 Test #1: test_tutorial ....................   Passed    0.00 sec
    Start 2: qa_chat_sanitizer
2/5 Test #2: qa_chat_sanitizer ................   Passed    0.30 sec
    Start 3: qa_qpsk_demod
3/5 Test #3: qa_qpsk_demod ....................***Failed    0.16 sec
    Start 4: qa_multiply_py_ff
4/5 Test #4: qa_multiply_py_ff ................   Passed    0.16 sec
    Start 5: qa_qpsk_demod_py_cb
5/5 Test #5: qa_qpsk_demod_py_cb ..............   Passed    0.17 sec

80% tests passed, 1 tests failed out of 5

Total Test time (real) =   0.80 sec

The following tests FAILED:
      3 - qa_qpsk_demod (Failed)
Errors while running CTest
Makefile:127: recipe for target 'test' failed
make: *** [test] Error 8

From grc-companion, Some of the .grc files (i.e. my_qpsk_demod.grc) try to import tutorial_swig and fail:
    from tutorial_swig import *
ImportError: No module named tutorial_swig

I tried to compile tutorial_swig manually but, when I run "make" nothing seems to happen.
Am I missing steps?

Thanks,
Murray




reply via email to

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