I am having difficulties compiling Qt 5.1.0 for beaglebone
Using this post as reference: http://tigraphics.blogspot.com/2013/01/qt-500-final-dec-2012-available-on-ti.html
following is the output log: http://pastebin.com/abFdYd4u
The configure command is:
./configure -prefix /home/devkit/qt5.1/opt/qt5.1 -release -make libs -device beaglebone -opengl es2 -confirm-license -opensource -icu -no-xcb -make examples -verbose
Created a directory under mkspec/devices/linux-beaglebone-g++
my qmake.conf is as follows: http://pastebin.com/1RjCS0ZD
What do I need to fix this error
Is there a latest instruction set to build the Qt 5.1.0 for beaglebone/bbb?
-Thanks