Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isssues installing gr-osmocom with SDRPlay 3 and GNURadio 3.9 #7

Open
Pratik310commits opened this issue Jul 26, 2021 · 2 comments
Open

Comments

@Pratik310commits
Copy link

Hi @fventuri
I want to connect a HackRF One device with my NVIDIA Jetson nano. I have GNURadio 3.9 and SDRPay API 3.07 currently installed.
I used "https://github.com/osmocom/gr-osmosdr" and followed the instructions but got numerous errors
Do you suggest a different source/repo?
I am attaching the text file with the errors.
osmocom_errors.txt

@fventuri
Copy link
Owner

@Pratik310commits
looking at the error message you sent me and at the gr-osmosdr web page here: https://osmocom.org/projects/gr-osmosdr/wiki/GrOsmoSDR, I am pretty sure you are missing some dependencies.

If you notice in that page, it says:

Before building the block you have to make sure that all the dependencies (see list of supported devices above) you are intend to work with are properly installed. The build system of gr-osmosdr will recognize them and enable specific source/sink components thereafter.

For instance in your case you'll need the libhackrf library (I think in Ubuntu it is in the package libhackrf-dev), libsndfile, and perhaps others.
Also to make your life easier, I would suggest you disable support for devices you are not going to be using, like the 'FUNcube Dongle', by adding the string -DENABLE_FCD=0 (for the 'FUNcube Dongle') to the cmake command.

Franco

@Alster
Copy link

Alster commented Sep 14, 2021

@Pratik310commits looks like this patch can help you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants