Login  Register

'memcpy@GLIBC_2.4' error while jogl compilation

Posted by iNik on Aug 07, 2015; 12:12pm
URL: https://forum.jogamp.org/memcpy-GLIBC-2-4-error-while-jogl-compilation-tp4035047.html

Hello!

I am trying to build Gluegen and Jogl at my i.mx6 armv6hf platform, as Sven Gothel recommended at the end of this post, but facing with 'memcpy@GLIBC_2.4' issue.

I digged a forum and found a couple of treads with the same issue, like this and this, but there are no solution.

There was a link to toolchain in one of those posts, but I couldn't figure out how to use it. I put "armhf-unknown-linux-gnueabi" directory to / and set TARGET_PLATFORM_LIBS=/armhf-unknown-linux-gnueabi/lib/gcc/armhf-unknown-linux-gnueabi, but got same "GLIBC2.4" error.

So, the question is how to build jogl with my existing toolchain:
gcc version 4.9.2 (GCC).
GNU C Library (GNU libc) stable release version 2.21.

Thank you.