成功在Ubuntu 10.04下源码编译安装bochs 2.4.5,主要是在配置Bochs的过程中出现了太多错误了。如果出现1、checking for C compiler default output file name… configure: error: C compiler cannot create executables解决方法: apt-get install libc6-dev2、configure: error: C++ preprocessor "/lib/cpp" fails sanity check解决方法:apt-get install build-essential3、X windows gui was selected, but X windows libraries were not found.解决方法:参照04年课程论坛上的解决方法,配置的时候加上--with-nogui(不过后来试了,改成apt-get install xorg-dev也行 )4、make: ***[install_bin] 错误 1解决方法:其实很简单,在命令前加上sudo就行,就是sudo make install-------------------------分割线-------------------------首先得到 bochs-2.4.5.tar.gz 安装包,同样可以从 www.bochs.sourceforget.net 上得到。1. sudo apt-get install build-essential2. sudo aptitude install xorg-dev3. sudo aptitude install libgtk2.0-dev4. tar vxzf bochs-2.4.5.tar.gz5. cd bochs-2.4.5/6. ./configure --enable-debugger --enable-disasm7. make8. make installUbuntu 10.04闪讯上网配置在Linux上安装交叉编译器相关资讯 ubuntu安装 Ubuntu 10.04
- Linux系统教程:如何通过代理服务 (03月17日)
- MacBook Air 安装 Ubuntu 双系统 (01/27/2015 16:21:32)
- Ubuntu安装到移动硬盘 & grub (02/05/2014 19:52:51)
| - Linux系统入门教程: 当使用代理服 (11/08/2015 09:04:46)
- 经典Linux操作系统:Ubuntu 10.04 (10/07/2014 10:00:12)
- Ubuntu 10.04编译LTP (03/21/2013 21:05:34)
|
本文评论 查看全部评论 (0)