Software Archive
Read-only legacy content
17060 Discussions

gdb-ia fails on halcreek/ubuntu

Yi_G_Intel1
Employee
585 Views

When I tried to use gdb-ia to do remote debug on target system HaloCreek (Xeon based). I got following errors

unknown register ymm0h requested from Target machine

Here is the step I did

When I set GDB Target machine (Of course, I copy the GDBserver binary from the 2018 debugger package to target machine, because there is no Ubuntu choice there, I used gdbserver from linux directory).

I used following command:

gdbserver yige0617@VINO:2000 ./run.sh

 

After that, I can see target machine is listening to the port.

 

On the host side:

 

I launch ./gdb-ia

 

(gdb) target remote 10.23.115.187:2000  (10.23.115.187 is haloCreek machine)

 

After that, I will get

 

0 Kudos
0 Replies
Reply