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

ubuntu20.04 arm,compile errors: #75

Open
xinsuinizhuan opened this issue Jan 11, 2024 · 1 comment
Open

ubuntu20.04 arm,compile errors: #75

xinsuinizhuan opened this issue Jan 11, 2024 · 1 comment

Comments

@xinsuinizhuan
Copy link

图片
图片

cmake .
make -j6

@xinsuinizhuan xinsuinizhuan changed the title ubuntu arm,compile errors: ubuntu20.04 arm,compile errors: Jan 11, 2024
@lfreist
Copy link
Owner

lfreist commented Jan 14, 2024

concepts are part of C++20 and your compiler may not support it yet. I suggest three solutions:

  1. use -std=c++20 compiler flag to enable c++20 features (e.g. for gcc v.9.4)
  2. upgrade your compiler
  3. pass the NO_OCL CMake flag to the build HWinfo with c++11

I hope, this solves the issues.

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