-
Notifications
You must be signed in to change notification settings - Fork 30
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
arch "arm" is not built anymore #10
Comments
I don't think we ever built a normal arm .so on Travis. I'm not sure about Jenkins. Do you know what needs to change to build for normal arm? |
readelf -A ./armeabi/libtox4j-c.so |
i am trying to find out what the build commands are. i am not really familiar with sbt.
https://developer.android.com/ndk/guides/standalone_toolchain.html i have googled and did not find how to make clang build for armeabi :-( |
You could try to make it work with GCC. The problem used to be that GCC doesn't know C++, and we need a standard compliant C++ compiler. |
oh. thats all. then it should work with gcc just fine. |
GCC works now. Also, the C++ code is built with cmake now. We might get this to work. How do you build for arm? |
only armv7a is built now.
normal arm .so library is missing.
The text was updated successfully, but these errors were encountered: