在Beaglebone Black Board中交叉编译Qt5应用程序

时间:2018-01-18 04:36:50

标签: cross-compiling beagleboneblack qt5.5

gcc --version

gcc (Ubuntu 5.4.0-6ubuntu1~16.04.5) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

root@beaglebone:~# gcc --version
gcc (Debian 4.6.3-14) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

哪个' arm-linux-gnueabihf'工具链和Qt开源版本是必需的。主机是Ubuntu 16.04,Qt5.10。

1 个答案:

答案 0 :(得分:0)

https://www.qt.io/下载QT for linux,然后安装一个与你的目标板匹配的debian工具链。在QT中包含您的工具链,然后您可以开始交叉编译QT的应用程序