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 all 3rd party libraries and drivers fails on Raspberry Pi since adding indi-sv305 package #160

Closed
lpken88 opened this issue Jul 3, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@lpken88
Copy link

lpken88 commented Jul 3, 2020

Describe the bug
When building all the 3rd party libraries and drivers using primary instructions, cmake fails on Raspberry Pi due to the addition of indi-sv305 package.

CMake Error at libsv305/CMakeLists.txt:40 (message):
Your architecture isn't suppored

To Reproduce
mkdir -p ~/Projects
cd ~/Projects
git clone --depth=1 https://github.com/indilib/indi-3rdparty
mkdir -p ~/Projects/build/indi-3rdparty-libs
cd ~/Projects/build/indi-3rdparty-libs
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug -DBUILD_LIBS=1 ~/Projects/indi-3rdparty

Temporary workaround for Raspberry Pi:

cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug -DBUILD_LIBS=1 -DWITH_SV305:OPTION=OFF ~/Projects/indi-3rdparty

and

cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug -DWITH_SV305:OPTION=OFF ~/Projects/indi-3rdparty

Regards...

@lpken88 lpken88 added the bug Something isn't working label Jul 3, 2020
@knro knro closed this as completed in c257ebc Jul 4, 2020
lboclboc pushed a commit to lboclboc/indi-3rdparty that referenced this issue Sep 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant