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

Support for RISC-V 64 bit on Linux (riscv64) #43

Open
andre-brizido opened this issue Sep 17, 2024 · 2 comments
Open

Support for RISC-V 64 bit on Linux (riscv64) #43

andre-brizido opened this issue Sep 17, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@andre-brizido
Copy link

Do you plan to release a build of the core library for riscv64 on Linux?
I have an application in Golang that builds out-of-the-box with the go compiler since it is one of the supported architectures (https://go.dev/wiki/MinimumRequirements#riscv64). I'm only missing the lib.

@andre-brizido andre-brizido added the enhancement New feature or request label Sep 17, 2024
@greenrobot
Copy link
Member

No immediate plans yet. Are there any ready-to-use cross-compilers, e.g. like ARM offers them?

Can you tell a bit about use cases? And why are you bound to this CPU?

@andre-brizido
Copy link
Author

Yes, there are ready-to-use compilers. In Ubuntu:
apt install gcc-riscv64-linux-gnu
I'm working in a embedded SW project for a small IoT device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants