Search found 2 matches
- Thu Oct 06, 2016 9:38 pm
- Forum: Java
- Topic: RPi libgdx game development framework
- Replies: 28
- Views: 15875
Re: RPi libgdx game development framework
For anyone still interested, I've posted binaries of the latest libgdx (1.9.5 at this time) and some additional components here: https://github.com/entangledloops/libgdx-jetson These should work on 32-bit PIs, but have only been tested on the NVIDIA Jetson. I am able to build an app that works cross...
- Wed Jan 20, 2016 6:04 pm
- Forum: C/C++
- Topic: compilation error: VFP register arguments
- Replies: 3
- Views: 13619
Re: compilation error: VFP register arguments
This is your problem:
--with-arch=armv6 --with-fpu=vfp
Arm and vfp are incompatable with your build settings. Choose one.
--with-arch=armv6 --with-fpu=vfp
Arm and vfp are incompatable with your build settings. Choose one.