We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
The libraries built for armeabi-v7a contains no symbols.
The libraries built for armeabi-v7a contains no symbols.
Bug #1679 [Closed]
Refer to this thread http://code.google.com/p/android/issues/detail?id=40794.
I think the problem is that:
1. r8c makes ld.gold the default linker and this warning doesn’t exist in ld.bfd (default linker before r8c).
2. ld.gold needs mapping symbols to fix up for Cortex-A8 hardware erratum(arm-v7a)
3. I have stripped all prebuilt static libs for all architectures
So i think i have to upload unstripped libs for arm-v7a.
Status: | Closed | |
---|---|---|
Start date: | 2013-01-23 | |
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 100% |
|
Category: | android | |
Target version: | cocos2d-2.1beta3-x-2.1.1 |
Refers to https://github.com/cocos2d/cocos2d-x/issues/1649.