-
Notifications
You must be signed in to change notification settings - Fork 302
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 Linux armv7 32 bit and armv8 64 bit #657
Comments
Would be nice to have such bindings, too, since it is the raspberry pi platform. |
Curious: what Java do you use on which Pi? And is performance and memory consumption OK? |
Pi 3 B+ with Java 8 (openjdk) on raspbian. Yes everything is fine. But i would love to have objectbox! |
We use an ARM board that has a Freescale i.MX7 processor (Cortex-A7 dual core). |
It would be great if object box support arm linux 64(not android). |
It would not take too much effort to release arm v8 edition for desktop app. So, why not ? |
Could anyone respond, please |
It's something we're looking into. Having more people voting for this will influence our priorities. |
Thanks for respond. More words, I chose Object Box just because its supporting cross-platform features, as our project need a database running on windows, x86 Linux, arm Linux and Android. It works quite well, and we love it. |
I would also love to see Object Box on arm Linux e.g. running it on a Raspi. |
Hey folks, do not forget to vote on the original comment. Otherwise it just appears 2 people want this (as of now)! (We're aware that not just armv7 should be supported, but armv8 as well.) |
For completeness: there is a C API in beta if that is helpful to anyone. -Uwe |
This release page contains a objectbox-linux-arm-2.4.0-SNAPSHOT.jar with a version built for ARMv7 (standard RPi setup). Could you check if that works for you and give some feedback? |
Side note: there is now a preview release of ObjectBox for Python with support for Linux ARMv6hf (e.g. Raspberry PI Zero) and Linux ARMv7hf (e.g. Raspberry PI 3). |
It worked for me on RaspberryPi 3 B+ |
This (And will there be a fix to the naming? A filename like |
For everyone interested in ARM support, please fill out this form. Then we'll reach out to you very soon... 😃 |
Support for Linux on ARMv7 and AArch64 (or ARM64) is available as of the just released To use, add Otherwise the setup is identical with Java Desktop Apps. |
I see the 🆕 2️⃣9️⃣0️⃣ version was just released (after already being tagged for 6 days), but the artifacts for linux arm still seem to be missing. 🤷♂️ @greenrobot-team thank you for all your work.❤️ I'm looking forward to testing/using it soon. After all the work you have put in it looks like now there ist just a small step left to do: ⬆️uploading those artifcats📦 |
@p-schneider Oopsie, we uploaded to bintray but forgot to link these with JCenter. I've just requested the link, let's see if JFrog works it out before shutting down bintray. ;-)
Update: now available via: https://jcenter.bintray.com/io/objectbox/ (And yes, we're also working on getting everything to Maven Central.) |
As this is available now, we'd love to hear from you on what you are working on. Please share what you are building here or privately via mail: contact [at] obj...box [dot] io |
@greenrobot, |
@densurfer ArmV7 (32 bit) should be available. Is it not? |
@greenrobot, I tried it with the library io.objectbox:objectbox-linux-armv7 and I thaught this only supports the 64 bit. Because my system gives the following error. EDIT: My problem was not the 32 bit system, but the fact that we have a special custom linux distribution on our devices. In this operating system the GLIBC_2.28 lib is missing. |
Are there any plans to support the Linux armv7 32 bit platform?
I would like to use ObjectBox in a plain Java application (not Android) running on that platform.
The text was updated successfully, but these errors were encountered: