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  ! another simple app "hello
world "  that ive also  made with the  cross toolchain worked great inside
the device ! what im doing wrong? is it a problem with static libraries  ?
can you please help me because i dont see something wrong, thanks !

Reply via email to