首页 > 数据库技术 > 详细

使用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      阅读:161      评论:0      收藏:0      [点我收藏+]

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

 

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!