Ubuntu缺少libncurses.so.5的解决办法

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/oqqENvY12/article/details/80308068

执行arm-none-eabi-gdb时候出错:

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

解决办法:

sudo apt-get install lib32ncurses5

这是因为64位机器也需要的也是32位的库

使用gdb时的指令

(gbd) info line *0x08xxxx

猜你喜欢

转载自blog.csdn.net/oqqENvY12/article/details/80308068