ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Bit late perhaps, but this could very well be due to your platform not having enough memory to compile all of this. Do you have swap enabled?

Bit late perhaps, but this could very well be due to your platform not having enough memory to compile all of this. Do you have swap enabled?


(very late) Edit:

g++: error: unrecognized command line option '-mfpmath=sse'

just noticed this line in your "first attempt": sse is an Intel/AMD only instruction set, and is not supported by ARM CPUs.

The other attempts to indeed point to incompatibilities between OpenGL ES and other versions, as @Humpelstilzchen remarked.