Hi. Strange, for me the binary isn't even detected, i.e it shows no such file or directory, however I do an ls or cd into that directory, I do find the executable, even a ./my_app behaves the same.
It is strange, because, I can't even do a strace, to figure out, why it doesn't run. regards, Pavan On Fri, Dec 5, 2008 at 1:28 PM, EricDittert <[EMAIL PROTECTED]> wrote: > > Pavan - > > Is the app that you are trying to run linked statically, or is it > built to be linked dynamically? If you can build it so that it is > statically linked, your chances of success are probably much greater. > Running an app that is built with a different tool chain and is built > for dynamic linking can be very challenging. I have been able to do > it in some cases, but it can be a lot of work. > > > > > > > If I can't because I've tried, Why not ? > > Just out of curiosity, what happens when you try? > > Cheers, > Eric > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-porting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-porting?hl=en -~----------~----~----~----~------~----~------~--~---
