bastibl / gr-ieee802-15-4

IEEE 802.15.4 ZigBee Transceiver
https://www.wime-project.net
GNU General Public License v3.0
270 stars 87 forks source link

Problem installing gr-ieee802-15-4 #56

Closed jnavarrog closed 3 years ago

jnavarrog commented 3 years ago

Hi!, first thanks for the development

I am having problem with the installation, I follow the steps but GNU Radio does not recognize the blocks, with gr-foo there is no problem.

I can compile and install without problems, indeed I see the .yml blocks in the correct folder.

I am using Ubuntu 18.04 clean installation and GNU Radio 3.8.

I tried several times of reinstall all but the result is always the same.

gnuerror

Any idea?

Thank you in advance!

bastibl commented 3 years ago

Check the output of cmake and the build. Either there was an error and it was not installed at all. Or they were installed in different folders, which you can see from the output of the make install step.