- 积分
- 114
贡献623
飞刀227 FD
注册时间2018-1-10
在线时间20 小时
|
楼主 |
发表于 2018-12-19 15:09:26
|
显示全部楼层
- 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
- ln: failed to create symbolic link `/work/imx6/qt-everywhere-opensource-src-4.8.5/include/QtCore/qconfig.h': File exists
- ln: failed to create symbolic link `/work/imx6/qt-everywhere-opensource-src-4.8.5/include/Qt/qconfig.h': File exists
- This target is using the GNU C++ compiler (qws/linux-x86-g++).
- Recent versions of this compiler automatically include code for
- exceptions, which increase both the size of the Qt libraries and
- the amount of memory taken by your applications.
- You may choose to re-run configure with the -no-exceptions
- option to compile Qt without exceptions. This is completely binary
- compatible, and existing applications will continue to work.
- Building on: qws/linux-x86-g++
- Building for: qws/linux-imx6-g++
- Architecture: arm
- Host architecture: i386
- Build .................. tools examples demos libs
- Configuration .......... cross_compile release embedded largefile stl precompile_header minimal-config small-config medium-config large-config full-config no-pkg-config accessibility shared embedded reduce_exports ipv6 clock-gettime clock-monotonic mremap getaddrinfo ipv6ifname getifaddrs inotify no-mng png no-tiff freetype zlib concurrent xmlpatterns ** audio-backend svg script scripttools declarative release
- Debug .................. no
- Qt 3 compatibility ..... no
- QtDBus module .......... no
- QtConcurrent code ...... yes
- QtGui module ........... yes
- QtScript module ........ yes
- QtScriptTools module ... yes
- QtXmlPatterns module ... yes
- Phonon module .......... no
- ** module ...... yes
- SVG module ............. yes
- WebKit module .......... yes
- JavaScriptCore JIT ..... To be decided by JavaScriptCore
- Declarative module ..... yes
- Declarative debugging ...yes
- Support for S60 ........ no
- Symbian DEF files ...... no
- STL support ............ yes
- PCH support ............ yes
- MMX/3DNOW/SSE/SSE2/SSE3. no/no/no/no/no
- SSSE3/SSE4.1/SSE4.2..... no/no/no
- AVX..................... no
- iWMMXt support ......... no
- NEON support ........... no
- IPv6 support ........... yes
- IPv6 ifname support .... yes
- getaddrinfo support .... yes
- getifaddrs support ..... yes
- Accessibility .......... yes
- NIS support ............ no
- CUPS support ........... no
- Iconv support .......... no
- Glib support ........... no
- GStreamer support ...... no
- PulseAudio support ..... no
- Large File support ..... yes
- GIF support ............ plugin
- TIFF support ........... no
- JPEG support ........... plugin (qt)
- PNG support ............ yes (qt)
- MNG support ............ no
- zlib support ........... yes
- Session management ..... no
- Embedded support ....... arm
- Freetype2 support ...... yes
- Graphics (qt) .......... linuxfb multiscreen transformed linuxfb
- Graphics (plugin) ......
- Decorations (qt) ....... styled windows default
- Decorations (plugin) ...
- Keyboard driver (qt) ... tty linuxinput
- Keyboard driver (plugin) ..
- Mouse driver (qt) ...... pc linuxtp tslib linuxinput
- Mouse driver (plugin) ..
- OpenGL support ......... no
- OpenVG support ......... no
- SQLite support ......... qt (qt)
- OpenSSL support ........ no
- Alsa support ........... no
- ICD support ............ no
- libICU support ......... no
- Use system proxies ..... no
- Finding project files. Please wait...
- Reading /work/imx6/qt-everywhere-opensource-src-4.8.5/src/tools/bootstrap/bootstrap.pro
- Reading /work/imx6/qt-everywhere-opensource-src-4.8.5/src/tools/moc/moc.pro
- Reading /work/imx6/qt-everywhere-opensource-src-4.8.5/src/tools/rcc/rcc.pro
- Reading /work/imx6/qt-everywhere-opensource-src-4.8.5/src/tools/uic/uic.pro
- Reading /work/imx6/qt-everywhere-opensource-src-4.8.5/src/corelib/corelib.pro
- Reading /work/imx6/qt-every
复制代码
这是我使用咱们光盘带的qteverywhere.sh文件执行后截取到的一段 是不是表示我的phonon模块并没有配置进去,并且帮我看下这段是否有问题
This target is using the GNU C++ compiler (qws/linux-x86-g++).
Recent versions of this compiler automatically include code for
exceptions, which increase both the size of the Qt libraries and
the amount of memory taken by your applications.
You may choose to re-run configure with the -no-exceptions
option to compile Qt without exceptions. This is completely binary
compatible, and existing applications will continue to work.
Building on: qws/linux-x86-g++
Building for: qws/linux-imx6-g++
Architecture: arm
Host architecture: i386 |
|