[PLUG] jamVM can't run on i.MX53 board

पारस beparas at gmail.com
Wed Jul 27 09:45:26 IST 2011


Hi All,
I am working on Freescale's i.MX53 board.
I try to run jamvm-1.5.1 on target board.
I cross-compile jamvm-1.5.1 for board, and when I try to run jamvm I am
getting error
"-sh: jamvm: not found"
-------------------------------------------------
System/Packages details:
kernel-2.6.35,
arm-linux-gcc 4.3.3
zlib--1.2.5,
classpath-0.98,
jamvm-1.5.1,

---------------------------------------
Compilation commands

zlib
AR=arm-linux-ar CC=arm-linux-gcc ./configure --prefix=/usr/local/tmp/zlib
make
make install

classpath
./configure --host=arm-linux --prefix=/usr/local/tmp/classpath
--disable-gtk-peer --disable-gconf-peer –disable-plugin
make
make install

jamvm
CPPFLAGS=-I/usr/local/tmp/zlib/include/ LDFLAGS=-L/usr/local/tmp/zlib/lib/
./configure --host=arm-linux --prefix=/usr/local/tmp/jamvm
–with-classpath-install-dir=/usr/local/tmp/classpath
make
make install

------------------------------------------------------
There is  no error at the time of compilation.
When I port all these file on board and try to run
---------------------------
$jamvm
-sh: jamvm not found
--------------------------------
I am getting this error,
I copied all the zlib, classpath, jamvm directory at /usr/local/tmp on
target board, and set the PATH variable.

What is the wrong in this process,
Please help me.
Thanks in advance.



More information about the Plug-mail mailing list