When I try to start gdb.exe under msys2/mingw64 under Windows 7 64bit,
I update the msys2's package to the latest version by the command: pacman -Syu
I got an error that:
api-ms-win-core-path-l1-1-0.dll
is missing, I searched on the Internet, and found this site.
I just copy this dll(from your release) file to the msys2_install_folder/mingw64/bin, and now gdb works OK.
When I try to start gdb.exe under msys2/mingw64 under Windows 7 64bit, I update the msys2's package to the latest version by the command:
pacman -Syu
I got an error that:is missing, I searched on the Internet, and found this site.
I just copy this dll(from your release) file to the msys2_install_folder/mingw64/bin, and now gdb works OK.
I guess it is bacause the python need such dll.