Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Android-specific ABI for ARM-based CPU architectures, armeabi-v7a
Jump...
Cancel
Locked
Locked
Replies
4 replies
Subscribers
119 subscribers
Views
5164 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Android-specific ABI for ARM-based CPU architectures, armeabi-v7a
suvir bhargav
over 12 years ago
Note: This was originally posted on 20th November 2010 at
http://forums.arm.com
The android ndk says that ndk-build uses :Android-specific ABI for ARM-based CPU architectures, armeabi-v7a.
My doubt is that a shared library generated by arm-cc is compatible with android ndk or not?
This is because i'm facing errors like "file not recognized: File format not recognized" for my .so generated by arm-cc.
Is there some kind of work around for linking libraries(compiled by arm-cc) with android ndk?
All suggestions are welcome:)
Regards
Suvir
Parents
Scott Douglass
over 12 years ago
Note: This was originally posted on 22nd November 2010 at
http://forums.arm.com
It is possible to use armcc to build Android native code -- it's easiest with armcc 4.1. What versions of armcc and Android NDK are you using? What command line options are you using? What command is producing the error message?
Cancel
Vote up
0
Vote down
Cancel
Reply
Scott Douglass
over 12 years ago
Note: This was originally posted on 22nd November 2010 at
http://forums.arm.com
It is possible to use armcc to build Android native code -- it's easiest with armcc 4.1. What versions of armcc and Android NDK are you using? What command line options are you using? What command is producing the error message?
Cancel
Vote up
0
Vote down
Cancel
Children
No data