Search code examples
embedded-linuxprocps

Top command failing in my embedded device


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?


Solution

  • 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.