Re: [android-porting] Need help on how to execute a ARM executable on Zoom2 board

2010-02-04 Thread pavan savoy
you need to build it statically or write an android.mk for it, to link with android libraries. simplest method is to use --static file, if the utility is simple. regards, Pavan On Thu, Feb 4, 2010 at 4:50 PM, priya priyaopr...@gmail.com wrote: Hi, I have built a ARM executable using

Re: [android-porting] Need help on how to execute a ARM executable on Zoom2 board

2010-02-04 Thread Michael Trimarchi
pavan savoy wrote: you need to build it statically or write an android.mk for it, to link with android libraries. simplest method is to use --static file, if the utility is simple. regards, Pavan On Thu, Feb 4, 2010 at 4:50 PM, priya priyaopr...@gmail.com wrote: Hi, I have built a ARM