Hi,

I am crossing compile Qt4.6 for arm. my configure arguments like below:

Qt Code:
  1. ./configure -prefix /opt -opensource -embedded arm -xplatform qws/linux-arm-g++ -nomake demo -nomake example -nomake docs -no-webkit -no-qt3support -phonon -phonon-backend -no-mmx -no-3dnow -no-sse -no-sse2 -I ~/hd/OE/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/include/ -L ~/hd/OE/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/lib -I ~/hd/OE/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/include/glib-2.0 -I ~/hd/OE/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/include/gstreamer-0.10 -I /home/user/hd/OE/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/include/libxml2/ -lglib-2.0 -lgthread-2.0 -lxml2 -v
To copy to clipboard, switch view to plain text mode 

at the end of configuration, I got:

Qt Code:
  1. SQLite support ...... plugin (qt)
  2. OpenSSL support ..... yes (run-time)
  3. alsa support ........ yes
  4.  
  5. Finding project files. Please wait...
  6. Project MESSAGE: Unknown PROJECT: libsss
  7. Project MESSAGE: Unknown PROJECT: libsss
  8. 782 projects found.
  9.  
  10. Creating makefiles. Please wait...
  11.  
  12. Qt is now configured for building. Just run 'make'.
  13. Once everything is built, you must run 'make install'.
  14. Qt will be installed into /opt
  15.  
  16. To reconfigure, run 'make confclean' and 'configure'.
To copy to clipboard, switch view to plain text mode 

it don't create any makefiles at all. so when I type "make", it does nothing. why did this happen? or what did I do wrong?