1. “arm-none-eabi-gdb: error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory”
解决方法:
###
/usr/lib/x86_64-linux-gnusudo ln -s libncursesw.so.6 ./libncursesw.so.5
2."arm-none-eabi-gdb: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory"
解决方法
###
/usr/lib/x86_64-linux-gnusudo ln -s libtinfo.so.6 libtinfo.so.5