Chinaunix首页 | 论坛 | 博客
  • 博客访问: 971061
  • 博文数量: 109
  • 博客积分: 1751
  • 博客等级: 上尉
  • 技术积分: 1817
  • 用 户 组: 普通用户
  • 注册时间: 2011-05-31 22:37
文章分类

全部博文(109)

文章存档

2014年(9)

2013年(21)

2012年(48)

2011年(31)

分类: LINUX

2012-10-24 19:03:17

从官网上获取gdb-6.8的源码,运行

export CFLAGS="-O2"
./configure --without-x --disable-gdbtk --disable-tui --without-included-regex --without-included-gettext --disable-build-warnings
change CC_LD in gdb/Makefile.in to
CC_LD=gcc -static
再运行

make
阅读(1665) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~