I have cross compiled the DalvikVM for my target(SH7722) and also enabled
all the necessary modules for android in the new linux kernel. when i tried
to execute the DalvikVM in Android linux kernel,it says "NO Such file or
directory".
cross compiler used is from' codesourcery.com'

But if i do 'ls' ,it list dalvikvm.
I have copied the entire 'system' directory to the target,which includes all
the libraries required by the 'dalvikvm'

Even if i execute the following,

 $ file dalvikvm
 dalvikvm:ERROR:cannot open 'dalvikvm'(No Such file or directory)

I find it very strange ,coz here i'm trying to run file command on the
binary but still the error comes.
if i do 'ls' it lists the file.I also checked for permission,to be on the
safer side i gave full permissions :-)

I tried one hello world program which is cross compiled and copied to the
target ,it worked fine(statically built)

Can anyone put light on this issue?
------------
Damien

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to