blob: 338edd1ced1b3a21860860b90c676c8b0390a671 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
powerpc-none-eabi-gdb.exe GDB 9.1 with QEMU 4.2 gdb-stub comes with Reply contains invalid hex digit 79
I am using powerpc-none-eabi-gdb with qemu 4.2, but it comes with
the following error:
undefinedC:\CI-Tools\msys64\powerpc-none-eabi\usr\local\bin\powerpc-none-eabi-gdb.exe: warning: Couldn't determine a path for the index cache directory.
```Not implemented stop reason (assuming exception): undefined```
The target architecture is assumed to be powerpc:603
```
Reply contains invalid hex digit 79
```
|