将软件的GDB的GDB command file改为arm-none-eabi-gdb路径也没用;
could not determine gdb version using command arm-none-eabi-gdb --version ubuntu Options SOLVED Jump to solution 09-05-2023 04:45 AM 2,095 Views SpeedyGonzalesss Contributor III Hello, I am using MCUXpresso and I.MX RT1176 EVK on ubuntu 22.04. I want to debug a hello...
Could not determine GDB version using command: arm-none-eabi-gdb --version arm-none-eabi-gdb: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory. Where do I find the files that it is looking for?
I am evaluating a new microcontroller to determine if we are going to move from PICs to Cortex. I am unable to load my program on the microcontroller and run it in debug mode. I was able to at one time, but now I am getting the following error: Error:…