Login  Register

Re: Cross compile jogl on beagleboard using ARM Cortex-A8 and angstrom linux

Posted by Wade Walker on May 17, 2011; 12:46am
URL: https://forum.jogamp.org/Compile-jogl-on-beagleboard-using-ARM-Cortex-A8-and-angstrom-linux-tp2948554p2950654.html

Hi Xie,

This sounds like a question for Sven -- I haven't yet tried to build JOGL on/for a platform that only has GL ES available. Sven, is this possible?

I can see some examples in the code base (like gluegen/make/lib/gluegen-cpptasks-linux-32bit.xml) of how to do cross-compiler overrides. It should be possible to swap out the compiler and linker that way, the question is if the resulting JARs and DLLs will actually work on the target platform

Just to clarify, are you compiling on the BeagleBoard itself under Angstrom linux, or are you cross-compiling from another system?