博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Error opening terminal: xterm-256color
阅读量:5964 次
发布时间:2019-06-19

本文共 322 字,大约阅读时间需要 1 分钟。

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

arm-none-linux-gnueabi-gdb --tui vmlinuxError 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

 

完。

转载地址:http://awtax.baihongyu.com/

你可能感兴趣的文章
iis6 zencart1.39 伪静态规则
查看>>
SQL Server代理(3/12):代理警报和操作员
查看>>
Linux备份ifcfg-eth0文件导致的网络故障问题
查看>>
2018年尾总结——稳中成长
查看>>
JFreeChart开发_用JFreeChart增强JSP报表的用户体验
查看>>
度量时间差
查看>>
通过jsp请求Servlet来操作HBASE
查看>>
Shell编程基础
查看>>
Shell之Sed常用用法
查看>>
3.1
查看>>
校验表单如何摆脱 if else ?
查看>>
<气场>读书笔记
查看>>
Centos下基于Hadoop安装Spark(分布式)
查看>>
3D地图的定时高亮和点击事件(基于echarts)
查看>>
mysql开启binlog
查看>>
设置Eclipse编码方式
查看>>
分布式系统唯一ID生成方案汇总【转】
查看>>
并查集hdu1232
查看>>
Mysql 监视工具
查看>>
从前后端分离到GraphQL,携程如何用Node实现?\n
查看>>