Hi On Thu, May 26, 2011 at 1:31 PM, Xenofon Vassilakopoulos <[email protected]> wrote: > > Hi! > > I have a problem using static libraries linking with my app .first of all > ive test my app succesfully in my ubuntu linux environment using " g++ > -static main.cpp -lcryptopp -libstdc++ -o pkisys " and it worked ! after > that i build it with cross toolchain using "arm-linux-g++ -static -main > -lcryptopp -libstdc++ -o pkisys. after i send the binary to the device ive > changed permissions to +x and executed it. I was expecting to see two new > files in /mtn/sdcard/ ,but ... nothing happend
Perhaps a typo in the command line the "-main" part?
