objectbox-c icon indicating copy to clipboard operation
objectbox-c copied to clipboard

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

Open andre-brizido opened this issue 1 year ago • 2 comments

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 avatar Sep 17 '24 09:09 andre-brizido

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?

greenrobot avatar Sep 17 '24 09:09 greenrobot

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.

andre-brizido avatar Sep 17 '24 10:09 andre-brizido