在使用gdb调试linux内核时,提示如下错误:

arm-none-linux-gnueabi-gdb --tui vmlinux
Error opening terminal: xterm-256color.

解决办法:

1、 edit your .bash_profile file

vim .bash_profile

 2、commnet

#export TERM=xterm-256color

3、add this

export TERMINFO=/usr/share/terminfo

export TERM=xterm-basic

to your .bash_profile

4、run:

source .bash_profile

完。

最新文章

  1. APP测试入门篇之APP基础知识(001)
  2. python之路十四
  3. nginx 在windows平台上对asp.net做反向代理
  4. cocoapods版本更新
  5. Sturts2 工作原理
  6. ALV界面将可编辑字段值保存到内表中
  7. Bootstrap3.0入门学习系列规划[持续更新]
  8. 常用的sql语句(找不同位数,找重复)
  9. 【转】C#中判断扫描枪输入与键盘输入
  10. 8款唯美设计的HTML5/CSS3应用
  11. lintcode : 二叉树的层次遍历
  12. 【轻院热身赛】级数求和、进制转换、candy
  13. 基于zabbix 内置key的应用
  14. DOM 之 document 查找元素方法
  15. 7.1.1.关闭WebSocket连接
  16. css3 transform 变形
  17. 学习笔记——门面模式Facade
  18. canvas 粒子效果
  19. CF2B The least round way(dp+记录路径)
  20. Vue注意事项及用得较多的属性归纳

热门文章

  1. window上安装zabbix agent使用案例
  2. http账户密码的截取
  3. 实际生产用法CMS和G1
  4. BZOJ2178 圆的面积并 计算几何 辛普森积分
  5. 2018牛客网暑假ACM多校训练赛(第四场)C Chiaki Sequence Reloaded (组合+计数) 或 数位dp
  6. L1-006 连续因子 (20 分) 模拟
  7. 046 Oracle执行慢的SQL
  8. Maya cmds pymel 单位和轴向设置
  9. python 列表list操作
  10. 大数据技术 - 分布式文件系统 HDFS 的设计