Re: 'memcpy@GLIBC_2.4' error while jogl compilation
Posted by iNik on Aug 11, 2015; 6:04am
URL: https://forum.jogamp.org/memcpy-GLIBC-2-4-error-while-jogl-compilation-tp4035047p4035063.html
Thank you for your help!
I successfully built gluegen and jogl.
Step-by-step guide:
1. Download opt-linux-armxx...tar.xz and unpack it into / (root dir)
2. Download x-tools and unpack it into /usr/local
3. Create directory /opt/toolchain/armhf-linux-gnueabi/bin/
4. Check symlinks in /opt/toolchain/armhf-linux-gnueabi/bin/ (create them if necessary)
5. export TOOLCHAIN_SYMLINKS=/opt (it may be unnecessary)
6. export PATH=$TOOLCHAIN_SYMLINKS/toolchain/armsf-linux-gnueabi/bin:$PATH
7. Go to ../gluegen(or jogl)/make directory and type "sh ./scripts/make.gluegen.all.linux-arm6hf-cross.sh" or something like that.