-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Cross-compile using CMake #243
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
Comments
This is really a cmake question. Here is a link that might help. FWIW, I suggest considering a new language called nim (aka nimlang, formerly nimrod). |
I solved it using this toolchain file: http://sourceforge.net/p/crengine/crengine/ci/master/tree/tools/toolchain-arm-linux-gnueabi.cmake
I am using an Ubuntu 14.04 and did the same thing of README.md guide, but with some modifications:
|
Thanks! I added this to the wiki. |
Hi,
I am trying to cross-compile from my amd64 computer to an armhf BeagleBone. With other libraries I simply pass some arguments to ./configure and it prepare necessary Makefile. Then I compile and save it at /usr/arm-linux-gnueabihf.
How I do that for libjsoncpp?
The text was updated successfully, but these errors were encountered: