Login  Register

Re: Solaris Sparc builds

Posted by Joerg on Jul 19, 2012; 6:46am
URL: https://forum.jogamp.org/Solaris-Sparc-builds-tp4025566p4025579.html

Okay, I've build gluegen and jogl 2.0-rc9 on my Sparc successfully.

But running a simple example failed due to MachineDescription incompatibility. See output below:

Caused by: java.lang.RuntimeException: Incompatible MachineDescriptions:
 Static MachineDescriptionStatic: X86_32_UNIX(1): MachineDescription: runtimeValidated false, littleEndian true, 32Bit true, primitive size / alignment:
  int8    1 / 1, int16   2 / 2
  int     4 / 4, long    4 / 4
  int32   4 / 4, int64   8 / 4
  float   4 / 4, double  8 / 4, ldouble 12 / 4
  pointer 4 / 4, page    4096
 Runtime MachineDescription: runtimeValidated true, littleEndian false, 32Bit true, primitive size / alignment:
  int8    1 / 1, int16   2 / 2
  int     4 / 4, long    4 / 4
  int32   4 / 4, int64   8 / 8
  float   4 / 4, double  8 / 8, ldouble 16 / 8
  pointer 4 / 4, page    8192

Any suggestions? Seems, that MachineDescriptions doesn't support Sparc architecture?
Regards,
Joerg