Closed andimik closed 7 years ago
It seems you have not executed the Prerequisites for Linux (Debian/Ubuntu/Raspbian) see https://github.com/airspy/airspyone_host#how-to-build-the-host-software-on-linux mainly step
sudo apt-get install build-essential cmake libusb-1.0-0-dev pkg-config
Please do all those steps and you shall do not have any problem as your problem seems related to the fact libusb headers/library are not found
No, I've installed them, they are the latest version.
pi@raspberrypi:/ $ sudo apt-get install build-essential cmake libusb-1.0-0-dev pkg-config Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig build-essential ist schon die neueste Version. libusb-1.0-0-dev ist schon die neueste Version. pkg-config ist schon die neueste Version. cmake ist schon die neueste Version. Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt: libqwt6 Verwenden Sie »apt-get autoremove«, um es zu entfernen. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 20 nicht aktualisiert.
I have checked your path and it is wrong pi@raspberrypi:~/apps/airspy/airspyone_host-master/libairspy/build $ cmake ../ -DINSTALL_UDEV_RULES=ON It shall be pi@raspberrypi:~/apps/airspy/airspyone_host-master/build $ cmake ../ -DINSTALL_UDEV_RULES=ON You have not created the build directory in the right path so it cannot work to find modules ... Please do exactly like it is described here https://github.com/airspy/airspyone_host#how-to-build-the-host-software-on-linux and do not change the path for the build dir remove all files previously downloaded... and retry all step by step
RTFM.
Very strange. I used wget and this now works. I always used the green button for downloading the zip-file.
I have several PCs where I could install the host under Ubuntu. But on my RPI3 I get an error:
What can I do?