I'm trying to setting up Qt for Beaglebone Black by following this guide :
http://www.cloud-rocket.com/2013/07/building-qt-for-beaglebone/
My host machine is 64 bit ubuntu as virtual machine. I installed toolchain and qt. But when it comes to the configure qt with given parameters, i get this error :
Determining system architecture... (Linux:3.16.0-23-generic:x86_64)
64-bit AMD 80x86 (x86_64)
'arm' is supported
'x86_64' is supported
System architecture: 'arm'
Host architecture: 'x86_64'
ERROR: Cannot set the compiler for the configuration tests
I've been struggling with this for almost a week, and i've tried almost all parameters but got no luck.