arm-none-eabi-gdb 在linux 常见报错
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-e…
2025-09-18