JamVM 1.5.1 - mipsel-linux

View: New views
1 Messages — Rating Filter:   Alert me  

JamVM 1.5.1 - mipsel-linux

by dpp :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear all,

I am facing some problems to compile the jamvm to mips.
Below you can see the messages.

$ ./configure --host=mipsel-unknown-linux (it's ok)
$ make
.......
.......
/bin/sh ../../../../libtool   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../src  -I../../../../src  -I../../../../src -g -O2 -MT callNative.lo -MD -MP -MF .deps/callNative.Tpo -c -o callNative.lo callNative.S
 gcc -DHAVE_CONFIG_H -I. -I../../../../src -I../../../../src -I../../../../src -g -O2 -MT callNative.lo -MD -MP -MF .deps/callNative.Tpo -c callNative.S  -fPIC -DPIC -o .libs/callNative.o
callNative.S: Assembler messages:
callNative.S:28: Error: unknown pseudo-op: `.ent'
callNative.S:41: Error: unknown pseudo-op: `.frame'
callNative.S:42: Error: unknown pseudo-op: `.mask'
.......
callNative.S:184: Error: no such instruction: `j $31'
make[5]: *** [callNative.lo] Error 1
make[5]: Leaving directory `/home/lucas/dpatrick/gcc/jamvm-1.5.2/src/os/linux/mips'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/lucas/dpatrick/gcc/jamvm-1.5.2/src/os/linux'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/lucas/dpatrick/gcc/jamvm-1.5.2/src/os'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/lucas/dpatrick/gcc/jamvm-1.5.2/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/lucas/dpatrick/gcc/jamvm-1.5.2/src'

Do you have any idea what is that error and can I solve that?

Thanks a lot
dpp