You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: