We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm trying to build on an x86 device but I got a CMake error for missing the gps module. I got this output from CMake:
$ cmake . -- Found libusb-1.0: -- - Includes: /usr/include/libusb-1.0 -- - Libraries: /usr/lib/libusb-1.0.so -- Found rtaudio: -- - Includes: /usr/include/rtaudio -- - Libraries: /usr/lib/librtaudio.so -- Found taglib: -- - Includes: /usr/include/taglib -- - Libraries: /usr/lib/libtag.so;-ltag -- Found blkid: -- - Includes: /usr/include/blkid -- - Libraries: /usr/lib/libblkid.so CMake Error at cmake_modules/Findgps.cmake:64 (message): Could not find gps Call Stack (most recent call first): CMakeLists.txt:38 (find_package) -- Configuring incomplete, errors occurred!
[edit] Fixed by installing gpsd package
I succesfully compiled aasdk and copied the library into /usr/lib Thank's in advance
/usr/lib
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I'm trying to build on an x86 device but I got a CMake error for missing the gps module.
I got this output from CMake:
[edit]
Fixed by installing gpsd package
I succesfully compiled aasdk and copied the library into
/usr/lib
Thank's in advance
The text was updated successfully, but these errors were encountered: