Re: [Jamvm-general] JamVM + LWJGL + OpenJDK running 60fps 1080p on RaspberryPi!
Brought to you by:
rlougher
From: modsrm <mo...@gm...> - 2012-12-19 11:26:47
|
Hi Xerxes, Roberto here. I see you are running jamVM on ARM. Ive been trying to cross compile it with the crosstool ng toolchain but i cannot get over the following issue, i thought maybe you have a solution! Im building on a 32 bit x86 machine, here is my configure command: PATH=$PATH:/home/mods/development/embedded/tools/toolchain/arm-unknown-linux-gnueabi/bin/ ./configure --host=arm-unknown-linux-gnueabi CPPFLAGS="-I/home/mods/development/embedded/tools/rootfs/include" LDFLAGS="-L/home/mods/development/embedded/tools/rootfs/lib" The extra CPPFLAGS and LDFLAGS are passed in to specify where the cross compiled zlib is. Configure succeeds, but then make fail with the following error: arm-unknown-linux-gnueabi-gcc -g -O2 -I/home/mods/development/embedded/tools/rootfs/include -L/home/mods/development/embedded/tools/rootfs/lib engine/compute_relocatability.c -o engine/compute_relocatability engine/compute_relocatability.c:24:17: fatal error: jam.h: No such file or directory Did you cross compile it or did you build it on the target? I hope you can help. Thanks in advance, R. Xerxes Rånby wrote: > > And yes Blocky is running 60fps 1080p using #JamVM + #OpenJDK + #LWJGL + > #Rasbian #armhf on my #RaspberryPi ! > > http://www.raspberrypi.org/phpBB3/viewtopic.php?t=22341&p=212058 > > Cheers > Xerxes > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_nov > _______________________________________________ > Jamvm-general mailing list > Jam...@li... > https://lists.sourceforge.net/lists/listinfo/jamvm-general > > -- View this message in context: http://old.nabble.com/JamVM-%2B-LWJGL-%2B-OpenJDK-running-60fps-1080p-on-RaspberryPi%21-tp34661213p34814599.html Sent from the JamVM mailing list archive at Nabble.com. |