Vote count: 0
I'm running Windows 7 as an admin and I'm using the following qemu
command:
> qemu-system-arm -M versatilepb -m 128M -nographic -s -S -kernel test.bin
It causes the Windows console to freeze and to wait for a connection on the TCP port 1234:
> netstat -aon | more
TCP [::]:1234 [::]:0 LISTENING 5244 TCP [::]:8080 [::]:0 LISTENING 3528
Now from another Windows console, I start the debugger:
> arm-none-eabi-gdb
> .....
(gdb) target remote localhost:1234
localhost:1234: Le système a tenté de joindre un lecteur à un répertoire stocké sur un lecteur`
Which corresponds to Error code 138 and which translates to:
The system tried to join a drive to a directory on a joined drive
Please note that if I'm doing the same on localhost:8080
, it works fine.
So, what this error message mean and how to progress further?
Thanks!
asked 44 secs ago
How to troubleshoot an error 138 (ERROR_JOIN_TO_JOIN)?
Aucun commentaire:
Enregistrer un commentaire