使用arm-none-eabi-gdb报错error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

使用arm-none-eabi-gdb报错error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

 

 

 

 

查找资料发现原因是:需要32位的库

解决办法:sudo apt-get install lib32ncurses5

 

posted @ 2020-05-20 00:04  丶尘丶  阅读(1984)  评论(0编辑  收藏  举报