darklost / android-cmake

Automatically exported from code.google.com/p/android-cmake
0 stars 0 forks source link

Can we remove "-fdata-sections -ffunction-sections" #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
See here: http://sourceforge.net/p/log4cplus/mailman/message/31286406/

What steps will reproduce the problem?
1. Compile logcplus 1.2 in Andriod using cmake
2. Choose the Release version(Debug works fine)
3. encounter error log4cplus::internal::__emutls_t._ZN9log4cplus8internal3ptdE 
causes a section type conflict

What is the expected output? What do you see instead?

Should works fine for release version.

What version of the product are you using? On what operating system?

I'm using mac to cross compile the log4cplus for android, and ndk using is  
android-ndk-r9d, toolchain is arm-linux-androideabi-g++ (GCC) 4.6 20120106 
(prerelease)

Please provide any additional information below.

Original issue reported on code.google.com by fuji...@gmail.com on 4 May 2014 at 3:45