discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Error Compiling Multimon


From: John
Subject: [Discuss-gnuradio] Error Compiling Multimon
Date: Wed, 11 Sep 2013 19:51:09 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

I am running gnuradio 3.7.0 and been using grc with good results. When I try to make Multimon (recent trunk) I get the following errors:

trunk # make
/usr/local/bin/grcc -d . multimode.grc
>>> Error: Block key "gr_complex_to_real" not found in Platform - grc(GNU Radio Companion)
Traceback (most recent call last):
  File "/usr/local/bin/grcc", line 25, in <module>
    from grc.python.Platform import Platform
ImportError: No module named grc.python.Platform
>>> Error: Block key "gr_keep_one_in_n" not found in Platform - grc(GNU Radio Companion)
Traceback (most recent call last):
  File "/usr/local/bin/grcc", line 25, in <module>
    from grc.python.Platform import Platform
ImportError: No module named grc.python.Platform
>>> Error: Block key "gr_feedforward_agc_cc" not found in Platform - grc(GNU Radio Companion)
Traceback (most recent call last):
  File "/usr/local/bin/grcc", line 25, in <module>
    from grc.python.Platform import Platform
ImportError: No module named grc.python.Platform
>>> Error: Block key "gr_keep_one_in_n" not found in Platform - grc(GNU Radio Companion)
Traceback (most recent call last):
  File "/usr/local/bin/grcc", line 25, in <module>
    from grc.python.Platform import Platform
ImportError: No module named grc.python.Platform
>>> Error: Block key "gr_keep_one_in_n" not found in Platform - grc(GNU Radio Companion)
Traceback (most recent call last):
  File "/usr/local/bin/grcc", line 25, in <module>
    from grc.python.Platform import Platform
ImportError: No module named grc.python.Platform
>>> Error: Block key "gr_fft_filter_xxx" not found in Platform - grc(GNU Radio Companion)
Traceback (most recent call last):
  File "/usr/local/bin/grcc", line 25, in <module>
    from grc.python.Platform import Platform
ImportError: No module named grc.python.Platform

[continuation of errors snipped]

Any ideas as to how to address?




reply via email to

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