Hello All,
I am trying to get the Classptah Name Service Running on a Gumstix Computer (ARM-Linux). I am using Classpath 0.90 & JamVM 1.4.2. Commands/errors are as follows:
Command:
# java gnu.classpath.tools.giop.NameService
Error:
Please use --help for options.
Alignment trap: not handling instruction ececa102 at [<4008bde8>]
Unhandled fault: alignment exception (0x813) at 0xbea8bff4
Illegal instruction
Error:
Please use --help for options.
Alignment trap: not handling instruction ececa102 at [<4008bde8>]
Unhandled fault: alignment exception (0x813) at 0xbea8bff4
Illegal instruction
If I run JamVM in verbose mode I am seeing a bunch of linking and
loading and it is crashing out when it goes to link/load
java/net/Inet/SocketAddress:
[Linking class java/net/InetSocketAddress]
Illegal instruction
Any ideas?
-Adam