Opened 11 years ago
Closed 11 years ago
#1749 closed defect (fixed)
Android build for Intel
Reported by: | riza | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.3 |
Component: | common | Version: | trunk |
Keywords: | android | Cc: | |
Backport to 1.x milestone: | Backported: | no |
Description
Android build for Intel breaks with these error:
/android-ndk//sources/cxx-stl/gnu-libstdc++/4.8/include/ext/atomicity.h: In function '_Atomic_word __gnu_cxx::__exchange_and_add(volatile _Atomic_word*, int)': /android-ndk//sources/cxx-stl/gnu-libstdc++/4.8/include/ext/atomicity.h:50:45: error: '__ATOMIC_ACQ_REL' was not declared in this scope /android-ndk//sources/cxx-stl/gnu-libstdc++/4.8/include/ext/atomicity.h:50:61: error: '__atomic_fetch_add' was not declared in this scope /android-ndk//sources/cxx-stl/gnu-libstdc++/4.8/include/ext/atomicity.h: In function 'void __gnu_cxx::__atomic_add(volatile _Atomic_word*, int)': /android-ndk//sources/cxx-stl/gnu-libstdc++/4.8/include/ext/atomicity.h:54:38: error: '__ATOMIC_ACQ_REL' was not declared in this scope /android-ndk//sources/cxx-stl/gnu-libstdc++/4.8/include/ext/atomicity.h:54:54: error: '__atomic_fetch_add' was not declared in this scope
The suspect is the wrong libs used (armeabi) specified in the configure-android script.
Change History (2)
comment:1 Changed 11 years ago by riza
comment:2 Changed 11 years ago by riza
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 4828: