Hi,
Very sorry for the duplicate questsion.
When I sent the previous email, I omitted a error message.
Sorry.
When I compiled hello.java, I get the following message.
#javac hello.java
Kaffe: memory violation at pc=0x401cb4c0, lr=0x40092580 (bad
address=0x0001, code 2)
Internal error: cau
Godmar Back wrote:
>
> > BUG IN DYNAMIC LINKER ld.so: ../sysdeps/arm/dl-machine.h: 450:
> > elf_machine_rel: Assertion `! "unexpected dynymic reloc type"' failed!
>
> Is this problem still present in recent netwinder releases?
Yes, it is still present. I had a patch for the dynamic linker, th
Maybe Scott could help?
The problem is that on netwinders, some shared libraries are not
compiled with -fPIC, which results in this well-known error msg:
> BUG IN DYNAMIC LINKER ld.so: ../sysdeps/arm/dl-machine.h: 450:
> elf_machine_rel: Assertion `! "unexpected dynymic reloc type"' failed!
On May 24, 2000, Euisung Kang <[EMAIL PROTECTED]> wrote:
> However, when I compile a java program (e.g. #javac hello.java),
> I get the following error message. I am trying to correct this problem.
> Any help?
It's not just Kaffe that must be compiled with -fPIC. In fact, it's
alreayd compiled
Hi,
Thank you so much for your valuable comment.
I think that I successfully cross-compiled kaffe-1.0.5
Kaffe was configured as follws:
#CFLAGS=-fPIC ./configure --with-engine=intrp --without-x
However, when I compile a java program (e.g. #javac hello.java),
I get the following error message
This is a problem with the dynamic libraries that come with your
netwinder. You need libraries compiled with the -fPIC option.
- Godmar
>
>
> Hi,
>
> I am trying to cross-compile kaffe on to arm-linux.
> I cross-compiled and executed "javac hello.java" on arm-linux.
> It gives the
Hi,
I am trying to cross-compile kaffe on to arm-linux.
I cross-compiled and executed "javac hello.java" on arm-linux.
It gives the following message.
# javac hello.java
BUG IN DYNAMIC LINKER ld.so: ../sysdeps/arm/dl-machine.h: 450:
elf_machine_rel: Assertion `! "unexpected dynymic reloc type"'