Error opening terminal: xterm-256color
生活随笔
收集整理的這篇文章主要介紹了
Error opening terminal: xterm-256color
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
在使用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
?
完。
轉載于:https://www.cnblogs.com/pengdonglin137/p/8638928.html
總結
以上是生活随笔為你收集整理的Error opening terminal: xterm-256color的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 计算机排线知识,一种计算机排线梳理装置制
- 下一篇: Uipath打包流程为.nupkg文件