freescale power pc 编译qt 的configure 语句

哎哎7年前嵌入式开发3756

./configure -v -prefix /home/freescale/Documents/qt4/qt_install -embedded powerpc -xplatform qws/linux-powerpc-g++ -little-endian -host-little-endian -no-qt3support -no-opengl -no-mmx -no-sse -no-sse2 -no-3dnow -no-accessibility -no-qvfb -no-phonon -no-nis -no-cups -no-glib -no-xcursor -no-xfixes -no-xrandr -no-xrender -no-separate-debug-info -nomake examples -nomake tools -nomake docs  -confirm-license -release -fast


文件大约30MB左右。


./configure 之后 可以使用 make &&make install 进行编译安装

相关文章

浅谈telnet和gdbserver

  下面要讲的是如何使用pc机telnet目标机,和如何使用gdbserver调试目标机的代码.  1.拿到板子后,我所说的烧了boot,kerner,rootfs的板子,可以正常使用的,确保串口终端...

SMV 报文9-2 分析

  Smv Message analysis  ------------------------------------------------------------------ 0000 01 0...

iTop 4412 在ubuntu上交叉编译alsa-lib mplayer ffmpge的configure语句

iTop 4412 在ubuntu上交叉编译alsa-lib mplayer ffmpge的configure语句

首先编译alsa-lib,从https://www.alsa.es/en/   网站上下载即可./configure --host=arm-none-linux-gnue...