在使用gdb調試linux內核時,提示以下錯誤:linux
arm-none-linux-gnueabi-gdb --tui vmlinux
Error opening terminal: xterm-256color.
解決辦法:vim
一、 edit your .bash_profile file
vim .bash_profile
二、commnet
#export TERM=xterm-256color
三、add this
export TERMINFO=/usr/share/terminfo
export TERM=xterm-basic
to your .bash_profile
四、run:
source .bash_profilebash
完。ui