Skip to content

Building warnings #26

@alexmuee

Description

@alexmuee

Hello I'm trying to compile gr-temepst on Ubuntu 22.04.4 with GNU Radio 3.10.1.1 (Python 3.10.12).

I have to redo all the target bindings on my own. Then,after running

cmake ../
make && sudo make install

I get the following output:

issue.txt

When I run gr_tempest examples , in some examples (e.g.: gr_tempest_v2-0-0_VGA_fs_50MHz_fc_300MHz.grc ) some blocks are named "Missing Block" and those examples where all blocks are current (e.g.: manual_simulated_tempest_example.grc) I get the output:

Traceback (most recent call last):
File "/home/.../Desktop/gr-tempest/examples/manual_simulated_tempest_example.py", line 41, in
import tempest
ModuleNotFoundError: No module named 'tempest'

However my PYTHONPATH contains:
/usr/local/lib/python3.10/dist-packages/

What am I doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions