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

时间:2020-05-20 09:15:47   收藏:0   阅读:162

使用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

 

原文:https://www.cnblogs.com/fcchen/p/12920572.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!