当前位置: 技术问答>linux和unix
File format not recognized qt-4.7.4
来源: 互联网 发布时间:2017-05-23
本文导语: 配置完qt-everywhere-4.7.4后,make && make install ,install的时候提示 /usr/local/arm/4.3.2/bin/arm-linux-strip:/home/hero/work/qt-arm/include/Qt/qxmlstream.h: File format not recognized make[1]: [install_flat_headers] 错误 1 (忽略) /usr/local...
配置完qt-everywhere-4.7.4后,make && make install ,install的时候提示
/usr/local/arm/4.3.2/bin/arm-linux-strip:/home/hero/work/qt-arm/include/Qt/qxmlstream.h: File format not recognized
make[1]: [install_flat_headers] 错误 1 (忽略)
/usr/local/arm/4.3.2/bin/arm-linux-strip:/home/hero/work/qt-arm/include/Qt/qtextcodec.h: File format not recognized
make[1]: [install_flat_headers] 错误 1 (忽略)
很多个这种错误,不知道会不会对后面使用造成影响,最好能解决一下这个问题出现的原因是什么?不胜感激。
配置项是这样的
/usr/local/arm/4.3.2/bin/arm-linux-strip:/home/hero/work/qt-arm/include/Qt/qxmlstream.h: File format not recognized
make[1]: [install_flat_headers] 错误 1 (忽略)
/usr/local/arm/4.3.2/bin/arm-linux-strip:/home/hero/work/qt-arm/include/Qt/qtextcodec.h: File format not recognized
make[1]: [install_flat_headers] 错误 1 (忽略)
很多个这种错误,不知道会不会对后面使用造成影响,最好能解决一下这个问题出现的原因是什么?不胜感激。
配置项是这样的
./configure --prefix=/home/hero/work/qt-arm
-embedded arm
-release
-opensource
-fast
-no-accessibility
-no-scripttools
-no-mmx
-no-multimedia
-no-svg
-no-webkit
-no-3dnow -no-sse -no-sse2
-silent
-qt-libpng
-qt-libjpeg
-no-libtiff
-no-multimedia
-make libs
-nomake tools
-nomake examples
-nomake docs
-nomake demo
-no-nis
-no-cups
-no-iconv
-no-dbus
-no-openssl
-xplatform qws/linux-arm-g++
-little-endian
-qt-freetype
-depths 4,8,16,32
-qt-gfx-linuxfb
-no-gfx-transformed
-no-gfx-multiscreen
-no-gfx-vnc
-no-gfx-qvfb
-qt-kbd-linuxinput
-no-glib
-qt-mouse-tslib -I/home/hero/work/tslib/include -L/home/hero/work/tslib/lib
|
这个应该没什么问题,但好像不应该出现,我用 4.8.5 没出现
|
不清楚,帮顶一下