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 executable using CodeSourcery tool chain (the same
tool chain which I used to compile Android source code).

The file type is

ELF 32-bit LSB executable, ARM, version 1 (SYSV), for GNU/Linux
2.6.14, dynamically linked (uses shared libs), stripped.

Now I have placed this in the Android Root File System and booted
Zoom2.
On the teraterm prompt I tried to execute this binary

./book2png
. .book2png
. ./book2png
book2png
Or
LD_LIBRARY_PATH=/sdcard/lib ./book2png
Michael
All the above commands results in "book2png not found".

Need help on how to execute a ARM compatible executable on Android
Zoom2 phone

Thanks in advance.

--
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting




--
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to