标题:Qt 源码编译库文件出错请教!
作者:ygw982901730
日期:2017-06-23 11:36
内容:
麻烦大神们帮忙看一下,我的Qt 编译出现的错误信息
Determining system architecture... (Linux:3.13.0-116-generic:x86_64)
64-bit AMD 80x86 (x86_64)
'arm' is supported
'x86_64' is supported
System architecture: 'arm'
Host architecture: 'x86_64'
Precompiled-headers support enabled.
Symbol visibility control enabled.
This is the Qt for Embedded Linux Open Source Edition.
You are licensed to use this software under the terms of
the Lesser GNU General Public License (LGPL) versions 2.1.
You are also licensed to use this software under the terms of
the GNU General Public License (GPL) versions 3.
You have already accepted the terms of thelicense.
Creating qmake. Please wait...
make: 没有什么可以做的为 `first'。
You have not explicitly asked to use pkg-config and are cross-compiling.
pkg-config will not be used to automatically query cflag/lib parameters for
dependencies
floatmath auto-detection... ()
arm-linux-gnueabihf-g++ -c -pipe -O2 -Wall -W-I../../../mkspecs/qws/linux-arm-gnueabi-g++ -I. -o floatmath.o floatmath.cpp
floatmath.cpp: In function 'int main(int, char**)':
floatmath.cpp:44:14: warning: unused parameter 'argc' [-Wunused-parameter]
int main(int argc, char **argv)
^~~~
floatmath.cpp:44:27: warning: unused parameter 'argv' [-Wunused-parameter]
int main(int argc, char **argv)
^~~~
arm-linux-gnueabihf-g++ -Wl,-O1 -Wl,-rpath,/home/vmware/project/imx6ul-box/module_test/build/half/qteverywhere/install/lib -o floatmath floatmath.o
floatmath enabled.
neon auto-detection... ()
arm-linux-gnueabihf-g++ -c -pipe -mfpu=neon -O2 -Wall -W ..
#1 [ygw982901730 06-23 11:37]
麻烦各位大神帮忙看看!