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

how can i cross compile these libraries for my arm platform #44

Closed
chinnaece opened this issue Feb 15, 2019 · 3 comments
Closed

how can i cross compile these libraries for my arm platform #44

chinnaece opened this issue Feb 15, 2019 · 3 comments

Comments

@chinnaece
Copy link

No description provided.

@brechtsanders
Copy link
Owner

As with each platform: make sure you have the required build tools (cmake and a C compiler like gcc or llvm) and dependancies (see README.md) installed on your platform. Then just build using cmake as you would on any other platform.

@chinnaece
Copy link
Author

Is there any way to Cross compile this library on my pc (linux host), then port into my arm platform.

@brechtsanders
Copy link
Owner

Probably yes, but I'm no expert on cross-compiling.
But I guess you need the dependancies already cross compiled and then figure out how to cross compile using cmake.

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