Login  Register

JOGL 2.3.1 on armv6hf

Posted by Xenosb on Jun 27, 2015; 12:47pm
URL: https://forum.jogamp.org/JOGL-2-3-1-on-armv6hf-tp4034766.html

Hi,

we have problem deploying our application on Nvidia Tegra TK1 (armv6hf) embedded board.
We are using latest jar files from download page and libraries seem to be broken. Error displayed when trying to launch the application is
Error in java: free(): corrupted unsorted chunks
Since we have successfully deployed one application on the same hardware in august we pulled that jogl and gluegen libraries and modified application to work with them. This was success but we lack features like labels and we had to organize imports (javax instead of jogamp).
We have also tried building libraries from the git source and the build failed with malloc@GLIBC_2.4 error. With the help of forum we have solved geluegen build but this error still occurs during the jogamp.all build. Could you please check is Jenkins reporting some build errors when building armv6hf binaries and do you have some explanations for free() corrupted unsorted chunks error?

With regards,
Bruno