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 Raspberry Pi #245

Open
garwedgess opened this issue May 1, 2023 · 5 comments
Open

Support for Raspberry Pi #245

garwedgess opened this issue May 1, 2023 · 5 comments

Comments

@garwedgess
Copy link

Hi,

Just wondering if there are any arm builds for a raspberry pi, the architecture is armv7l

Thanks

@aldenml
Copy link
Owner

aldenml commented May 1, 2023

Hi @garwedgess , there is none, but I can work on one, no ETA. Are you waiting for it?

@garwedgess
Copy link
Author

Hey @aldenml, thanks for the response. I am but I can keep going without it for now. I don't expect it ASAP. I'm happy to wait because that would mean that I wouldn't have to scrap my project. So if you can work on it when you have some time it would be much appreciated.

@aldenml
Copy link
Owner

aldenml commented May 20, 2023

Hi @garwedgess, latest version maven artifact contains the binary for linux arm. Feel free to try it and report back if any problem. I'm closing this for now.

@aldenml aldenml closed this as completed May 20, 2023
@garwedgess
Copy link
Author

Hey @aldenml , thanks for the build. I have tried it today but unfortunately, it still isn't working.

This is the output when running my application.
Caused by: java.lang.UnsatisfiedLinkError: /libs/libtorrent4j.so: /libs/libtorrent4j.so: cannot open shared object file: No such file or directory

Just to be sure that it wasn't something to do with the library path that I have set, I tried the linux x86_64 library which seems to have been picked up since I got the following error:

Caused by: java.lang.UnsatisfiedLinkError: /libs/libtorrent4j.so: /libs/libtorrent4j.so: wrong ELF class: ELFCLASS64 (Possible cause: can't load AMD 64 .so on a ARM platform)

Strangely enough, when I run ldd libtorrent4j.so I get not a dynamic executable

Thanks, I appreciate the effort.

@aldenml
Copy link
Owner

aldenml commented May 20, 2023

Opening this to continue research

@aldenml aldenml reopened this May 20, 2023
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

No branches or pull requests

2 participants