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