【发布时间】:2014-11-09 11:58:19
【问题描述】:
对于我想要/必须为 arm 交叉编译 qwt 的项目。因此,我想使用我已经设置的 QT 为我的目标进行交叉编译(根据http://embedded.von-kannen.net/2014/05/21/qt-4-8-6-on-beaglebone-black/)。现在我想使用 qmake 通过qmake -spec qws/linux-am335-g++ qwt.pro 来制作 makefile。这行得通(我在为 arm 编译 qt 时已经创建了必要的 conf 文件),但仍然使用 g++ 而不是 arm-g++。为什么?我可以做些什么来防止这种情况发生吗?
【问题讨论】:
标签: c++ linux qt arm cross-compiling