cross compiled htop for arm, when htop is executed on the target, I am getting the error "Error opening terminal: console." can anyone help what could be the issue ?
Asked
Active
Viewed 604 times
0
-
What is the value of the $TERM variable in your target system? – Hisham H M Sep 28 '16 at 20:24
1 Answers
0
Just export the following, it works(make sure "terminfo" path is proper)
export TERM=xterm export TERMINFO=/etc/terminfo

enthu
- 69
- 11