标题:4.7.3for arm 编译配置问题
作者:lcqpe
日期:2011-06-29 09:11
内容:
我的config:
./configure -prefix /usr/local/Trolltech/qt-4.7.3-arm -opensource -confirm-license -release -shared -embedded arm -xplatform qws/linux-arm-gnueabi-g++ -no-qt3support -fast -no-largefile -qt-mouse-tslib -I /usr/tslib/include -L /uar/tslib/lib --make tools -nomake demos -make examples -nomake docs -qt-zlib -qt-libjpeg -qt-libpng -qt-libtiff -qt-gif -no-multimedia -qt-gfx-linuxfb -qt-gfx-transformed -no-mmx -no-3dnow -no-sse -no-sse2 -no-sse3 -no-ssse3 -no-sse4.1 -no-sse4.2 -no-avx -no-neon -qt-freetype -depths 16,18,24 -no-nis -no-iconv -no-cups -no-pch -no-webkit
提示
tools: unknown argument
-qt-gfx-linuxfb: unknown argument
-qt-gfx-transformed: unknown argument
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
请问一下哪里有问题,怎么修改能解决
#1 [abeldeng 06-29 10:18]
tools: unknown argument
-qt-gfx-linuxfb: unknown argument
-qt-gfx-transformed: unknown argument
这3个是说参数不支持。
建议您直接看configure。
有的参考网上的资料跟你手头的configure不匹配
#2 [more_cn 06-29 16:45]
./configure --test或者./configure --help查下参数
#3 [lcqpe 06-29 16:52]
谢谢两位了,上面的多了一根“-”,去掉了就能编译了,现在发现按这个配置编译,下到目标板上触摸不行,鼠标显示出来了,但是插上也没反应;我用的是tslib1.0的库,用ts_test程序是正常的