小弟在交叉编译qt-ebmedded4.5.3时,./configure后gmake时,总是提示Nothing to be done for `first',不知道为什么。make clean后重新开始也没用
Building on: qws/linux-x86-g++
Building for: qws/linux-arm-g++
Architecture: arm
Host architecture: i386
Build ............... libss translations
Configuration ....... cross_compile release static embedded stl precompile_header exceptions_off minimal-config small-config medium-config large-config full-config accessibility embedded reduce_exports ipv6 clock-gettime clock-monotonic mremap getaddrinfo ipv6ifname getifaddrs inotify system-jpeg jpeg no-mng no-png gif system-tiff tiff freetype system-zlib release
Debug ............... no
Qt 3 compatibility .. no
QtDBus module ....... no
QtScriptTools module no
QtXmlPatterns module no
Phonon module ....... no
SVG module .......... no
WebKit module ....... no
STL support ......... yes
PCH support ......... yes
MMX/3DNOW/SSE/SSE2.. no/no/no/no
iWMMXt 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
Large File support .. no
GIF support ......... yes
TIFF support ........ yes (system)
JPEG support ........ yes (system)
PNG support ......... no
MNG support ......... no
zlib support ........ system
Session management .. no
Embedded support .... arm
Freetype2 support ... yes
Graphics (qt) ....... linuxfb linuxfb
Graphics (plugin) ...
Decorations (qt) .... styled windows default
Decorations (plugin)
Keyboard driver (qt). tty usb
Keyboard driver (plugin)
Mouse driver (qt) ... pc linuxtp tslib
Mouse driver (plugin)
OpenGL support ...... no
PostgreSQL support .. plugin
SQLite support ...... plugin (qt)
OpenSSL support ..... no
WARNING: Using static linking will disable the use of dynamically
loaded plugins. Make sure to import all needed static plugins,
or compile needed modules into the library.
Finding project files. Please wait...
Project MESSAGE: Unknown PROJECT: libss
Project MESSAGE: Unknown PROJECT: libss
668 projects found.
Creating makefiles. Please wait...
Qt is now configured for building. Just run 'gmake'.
Once everything is built, you must run 'gmake install'.
Qt will be installed into /usr/local/Trolltech/QtEmbedded-4.5.3-arm
To reconfigure, run 'gmake confclean' and 'configure'.
[root@localhost qt-embedded-linux-opensource-src-4.5.3]# gmake
gmake: Nothing to be done for `first'.
[root@localhost qt-embedded-linux-opensource-src-4.5.3]# make
make: Nothing to be done for `first'.