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

Please add RISC-V suppport #66

Closed
CoelacanthusHex opened this issue Jan 25, 2022 · 1 comment · Fixed by biojppm/cmake#3
Closed

Please add RISC-V suppport #66

CoelacanthusHex opened this issue Jan 25, 2022 · 1 comment · Fixed by biojppm/cmake#3

Comments

@CoelacanthusHex
Copy link

I meet problem when I try to compile rapidyaml (it uses c4core) on RISC-V, CMake output

CMake Error at ext/c4core/cmake/TargetArchitecture.cmake:28 (message):
  unknown target architecture: unknown
Call Stack (most recent call first):
  api/CMakeLists.txt:22 (c4_get_architecture_defines)

I think it is caused by https://github.com/biojppm/cmake/blob/master/TargetArchitecture.cmake no support for risc-v.
Hope you can add support soon.

@biojppm
Copy link
Owner

biojppm commented Jan 25, 2022

Thanks for reporting. Happy to accept PRs for this; the fixes are likely simple, but it is time-costly for me to set up something which is verifiable, both for the CI and cross compilation, and at the moment I can't do that.

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

Successfully merging a pull request may close this issue.

2 participants