objectbox / objectbox-c

C and C++ database for objects and structs
https://objectbox.io/
Apache License 2.0
201 stars 36 forks source link

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

Open andre-brizido opened 1 month ago

andre-brizido commented 1 month ago

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.

greenrobot commented 1 month ago

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 commented 1 month ago

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.