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

Cross compile for ARMv7 #244

Closed
lecndav opened this issue Apr 1, 2020 · 4 comments
Closed

Cross compile for ARMv7 #244

lecndav opened this issue Apr 1, 2020 · 4 comments

Comments

@lecndav
Copy link

lecndav commented Apr 1, 2020

Hi,

is it possible to compile a program with e.g. random forest classification for ARM architectures?

@debugaftercoffee
Copy link

@lecndav Did you get this library working on ARM?

@lecndav
Copy link
Author

lecndav commented Nov 24, 2021

@debugaftercoffee Yes, got it running on a raspberry pi

@lecndav lecndav closed this as completed Nov 24, 2021
@debugaftercoffee
Copy link

@lecndav Can you share how you got it to cross compile? I'm on Mac trying to build for ARM. When I try to cross compile for ARM or set CGO_ENABLE=0 I get the error associated with 270. From what I can tell the first reference to a C reference causes the build to fail. Any pointers you have would be greatly appreciated.

@lecndav
Copy link
Author

lecndav commented Nov 25, 2021

@debugaftercoffee The main problem, I think, was with OpenBLAS. I had to install Fortran and needed to compile a lot packages and dependencies manually. But I can't remember the details. It was not suitable for me because the performance was bad.

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