Hi everyone,
I tried to build LibrePilot (so did Openpilot) on Raspberry Pi2.(armhf)
I am using ubuntu MATE for Pi2. And I successfully built all firmware on it. But when I tried to run make gcs on it, I always face with some build error without useful output. It seems like Pi2 does not support OpenGL, or some feature. I tried apt-get missing packages but no help.
Most of errors are like: 'GLdouble' has not been declared ...... maybe if some header I was missing founded, the problem will be solved.
Who can help me to solve this? I'm working on gluing Raspberry Pi and LibrePilot.
here is my design of this. welcome to comment!
https://forum.librepilot.org/index.php?topic=96.0
/home/physicsboy/code/LibrePilot/ground/gcs/src/libs/glc_lib/maths/../geometry/../3rdparty/glext/glext.h:4057:67: error: ‘GLdouble’ has not been declared
typedef void (APIENTRYP PFNGLMULTITEXCOORD1DPROC) (GLenum target, GLdouble s);
^
/home/physicsboy/code/LibrePilot/ground/gcs/src/libs/glc_lib/maths/../geometry/../3rdparty/glext/glext.h:4058:74: error: ‘GLdouble’ does not name a type
typedef void (APIENTRYP PFNGLMULTITEXCOORD1DVPROC) (GLenum target, const GLdouble *v);