On Wednesday, March 4, 2015 at 3:55:34 AM UTC-5, hardik gohil wrote: > > Hello, > > > I want to Cross-Compile this Library for MIPS Architecture Embedded Linux > Board. > > Has Anyone compiled this before. >
I have not (personally). Others on the list may have, though. What package did you install to get the MIPS cross tools? I can test it later tonight. http://www.cryptopp.com/wiki/ARM_Embedded_(Command_Line)#Install_the_Package > > I have compiled using the above procedure. > > But the size of libcryptopp.so is 7Mb which is to high for Embedded > Environment. > > I would like to know i am adding unnecessary flags for compilation or this > the standard size ? > > How can i reduce size ? > The best I've been able to do with the shared object is about 2.8 MB on x86_64. That includes visibility and stripping tricks. See http://www.cryptopp.com/wiki/Debug_Symbols. If you are willing to link to the static archive, then you should be able to prune the size further with http://www.cryptopp.com/wiki/Linux#Reducing_Application_Size. Jeff -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
