请问使用Mingw的gdb为什么会出现这种情况?

为什么用GDB调试的时候出现这种问题

warning: `C:\WINDOWS\SYSTEM32\ntdll.dll': Shared library architecture i386:x86-64 is not compatible with target architecture i386.

warning: `C:\WINDOWS\System32\wow64.dll': Shared library architecture i386:x86-64 is not compatible with target architecture i386.

warning: `C:\WINDOWS\System32\wow64win.dll': Shared library architecture i386:x86-64 is not compatible with target architecture i386.

warning: Could not load shared library symbols for WOW64_IMAGE_SECTION.

Do you need "set solib-search-path" or "set sysroot"?

warning: Could not load shared library symbols for WOW64_IMAGE_SECTION.

Do you need "set solib-search-path" or "set sysroot"?

warning: Could not load shared library symbols for WOW64_IMAGE_SECTION.

Do you need "set solib-search-path" or "set sysroot"?

warning: `C:\WINDOWS\System32\wow64cpu.dll': Shared library architecture i386:x86-64 is not compatible with target architecture i386.


你可能感兴趣的:(请问使用Mingw的gdb为什么会出现这种情况?)