-
Notifications
You must be signed in to change notification settings - Fork 24
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
libintl.h problem #3
Comments
I've upgraded my machine some time ago, so now I don't have any NDK installed at hand, sorry. I'll take a look what can be done to restore the build later this week though. |
``` [armeabi-v7a] Compile thumb : ffi <= sysv.S C:/Work/GTKAndroid/clibs/gtk/../ffi/distsrc/src/arm/sysv.S: Assembler messages: C:/Work/GTKAndroid/clibs/gtk/../ffi/distsrc/src/arm/sysv.S:210: Error: selected processor does not support `stfeqs f0,[r2]' in ARM mode C:/Work/GTKAndroid/clibs/gtk/../ffi/distsrc/src/arm/sysv.S:215: Error: selected processor does not support `stfeqd f0,[r2]' in ARM mode C:/Work/GTKAndroid/clibs/gtk/../ffi/distsrc/src/arm/sysv.S:283: Error: selected processor does not support `ldfs f0,[sp]' in ARM mode C:/Work/GTKAndroid/clibs/gtk/../ffi/distsrc/src/arm/sysv.S:286: Error: selected processor does not support `ldfd f0,[sp]' in ARM mode C:/Work/GTKAndroid/clibs/gtk/../ffi/distsrc/src/arm/sysv.S:289: Error: selected processor does not support `ldfd f0,[sp]' in ARM mode clang.exe: error: assembler command failed with exit code 1 (use -v to see invocation) ``` related to #3
OK, the good news is I've resolved this The bad news is the linker fails with the following error now:
As I understand the problem is in the |
It seems that I should manually complie libiconv & gettext libraries for NDK. I would try it later after class. |
I find a replacement of gettext: https://github.com/hathlife/libintl-lite/ |
Here’s the patch about how to fix libffi complie issue for armeabi-v7a architecture: |
Using a prebuilt gettext library to build . and I get this:
It seems that something wrong with header file here is:
I did not change anything in the header. Any idea? If you agree I wish to make a pull request. |
Why don't you just continue working on this on our own repository? As you probably could guess I'm not too interested in investing too much attention into this old project. I don't believe it worth the efforts, and it is also just too far from my current area of interest. |
I do not know how you did before ,but It's 2018 now,and now the NDK kit provided by Google does not longer contain libintl.h header.I tried to find some replacement,but they all won't work.
So I just want to ask you for the header(or libraries) that you used to build.
The text was updated successfully, but these errors were encountered: