配置

./configure \
-prefix /usr \
-no-rpath \
-embedded arm \
-xplatform /qws/linux-arm-gnueabi-g++ \
-depths 16,24,32 \
-no-mmx \
-no-3dnow \
-no-sse \
-no-sse2 \
-no-glib \
-no-cups \
-no-largefile \
-no-accessibility \
-no-openssl \
-no-gtkstyle \
-little-endian \
-shared \
-no-qt3support \
-no-multimedia \
-no-audio-backend \
-no-phonon \
-no-phonon-backend \
-no-svg \
-no-webkit \
-qt-libtiff \
-qt-libpng \
-qt-libmng \
-qt-libjpeg \
-fast \
-opensource \
-largefile \
-plugin-sql-db2 \
-plugin-sql-ibase \
-plugin-sql-mysql \
-plugin-sql-sqlite \
-plugin-sql-sqlite2 \
-continue \
-host-little-endian \
-confirm-license \
-no-pch \
-nomake examples \
-nomake demos \
-nomake docs

编译

make -j8

安装

export INSTALL_ROOT=$SYSROOT

#  SYSROOT 为交叉编译目标文件系统的路径

make install

最新文章

  1. 一鼓作气 博客--第四篇 note4
  2. Ext.data.SimpleStore的使用方法
  3. ARC和MRC混编
  4. sql篇 select from where group by having order by
  5. DBA_Oracle Audit基本概念(概念)
  6. [jQuery]我的封装笔记
  7. 24种设计模式--责任链模式【Chain ofResponsibility Pattern】
  8. 手机端input,select屏蔽浏览器默认事件
  9. EditText 文本内容输入限制
  10. 安装sql server 2008 management studio时,提示升级VS2008 到 SP1
  11. issubclass判断前面是不是后面的子类
  12. C#编写CLR函数
  13. poj 1486 纸张与数字匹配(二分图+割边处理)
  14. 腾讯云cos封装
  15. C#-MaximumSIze,MinimumSize,窗口默认大小范围---ShinePans
  16. C和C指针小记(二)-注释,三字母词,编译选项
  17. Doxygen简单经验谈。。。
  18. mysql数据库热备份
  19. 表优化 altering table OPTIMIZE TABLE `sta_addr_copy`
  20. [转发]VMware厚置备延迟置零 、 厚置备置零、精简置备 区别

热门文章

  1. python flask demo
  2. 解决SVN图标不显示问题
  3. ubuntu10.04 交叉编译 aria2 总结
  4. mysql--------四种索引类型
  5. Mysql查询用逗号分隔的字段-字符串函数FIND_IN_SET(),以及此函数与in()函数的区别
  6. TCP客户端与服务器的实现
  7. hdu-6324-博弈
  8. oracle传入一个可能为空的参数进行查询
  9. shell里的/dev/null 2>&1详解
  10. vscode使用集