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

Building on x86_64 error #17

Open
Pietrell opened this issue Apr 18, 2023 · 0 comments
Open

Building on x86_64 error #17

Pietrell opened this issue Apr 18, 2023 · 0 comments

Comments

@Pietrell
Copy link

Pietrell commented Apr 18, 2023

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

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

1 participant