When I fire the top
command for my board it says 'vt102': unknown terminal type.
I cant seem to figure out why it is happening so I have also loaded the library files from my PC into the board.The procps was built using my own cross-sompiled gcc which went quite well. Does anyone know what is missing?
Asked
Active
Viewed 583 times
0

microMolvi
- 636
- 11
- 30

Rohan Majumdar
- 63
- 2
- 11
2 Answers
0
Probably the problem lies in the TERM environment variable.
Try to do
export TERM=linux
and to relaunch top

Ottavio Campana
- 4,088
- 5
- 31
- 58
0
I instead hacked into the code and commented the //#include asm/page.h and good gracious it worked. If anyone need help on the issue leave a post.

Rohan Majumdar
- 63
- 2
- 11