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

[question] does libricohcamerasdk support armv8? #354

Closed
paolostivanin opened this issue Mar 13, 2021 · 1 comment
Closed

[question] does libricohcamerasdk support armv8? #354

paolostivanin opened this issue Mar 13, 2021 · 1 comment

Comments

@paolostivanin
Copy link
Contributor

paolostivanin commented Mar 13, 2021

Hello,
I'm trying to build this package for aarch64 on openSUSE, but I get arch unsupported. It seems that, while it checks for generic ^arm, it then sets armv7l as arch path.
Does this mean the armv8 is not supported?

Thanks!

elseif(${CMAKE_SYSTEM_PROCESSOR} MATCHES "^arm")
set(architecture_path "armv7l")

@knro
Copy link
Collaborator

knro commented Apr 2, 2021

Right, no support unfortunately for arm64.

@knro knro closed this as completed Apr 21, 2021
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

2 participants