07-04-2016 12:20 AM
Hi,
I'm experiencing a problem with debugging my (dual) Microblaze design. When I step trough my code (step-over), it always breaks at the interrupt vector (in my case 0x00000010). This is the (recurring) timer interrupt of the xil_kernel.
I only have the problem with the step-over command. The step-into and run (to next breakpoint) give no problems.
Any help on how to avoid this, because it makes debugging very difficult...
07-04-2016 12:38 AM
I'm using SDK 2016.2 with the Xilinx System debugger. The GDB debugger gives an error: "GDB launch is not supported for devices from 8 series device family onwards"
07-04-2016 01:38 AM
Hi,
Use System Debugger instead since GDB is not supported for 8 series.
Göran
07-04-2016 02:32 AM
The problem appears with the System Debugger. So there is no alternative anymore...
07-04-2016 02:34 AM
Hi,
In SDK, do you "launch with System Debugger" or "launch with GDB"?
If you launch with System Debugger and get the GDB error, it seems like a bug
Göran
07-04-2016 02:41 AM
My problem described in the first post. The second post was only to give more information about which debugger I am using.
07-04-2016 04:26 AM
I also ran into the same problem with 2015.4 and system debugger. It is too annoying to step a line of code.
Who can give me a solution?
best regards
Xiang Chao
07-04-2016 05:01 AM
I ran into the same problem. It is too annoying to step the source code.
regards
Xiang Chao
07-05-2016 08:25 PM
I also ran into this problem. Its really annoying to step my code.
Could anybody give any suggestion?
regards
Xiang Chao
07-08-2016 12:35 AM
Is there anyone who has suggestions or work-around for this problem? It makes debugging impossible with SDK 2016.2!!
07-26-2016 02:05 AM
10-20-2016 09:55 AM
Is there a patch for 2016.3? I believe we may be experiencing this bug on a Kintex Ultrascale.
11-15-2016 10:44 AM
Is there a patch for any other versions? A plan for one? This bug is also in 2015.2 and it makes debugging extremely difficult.
11-15-2016 11:37 AM
Hi,
There are two things fixed from Xilinx.
- The MicroBlaze issue is fixed in 2016.3. That should solve the problem the first time you run hw_server.
- The hw_server issue fix will be in 2016.4. Workaround is to restart hw_server every time you relaunch debug.
Göran
06-15-2017 02:15 PM
I am seeing this issue (as described in the original post) in XSDK 2016.3. Was this actually fixed or is there a patch for 2016.3? johnbartek above also seems to be having the issue in 2016.3. I have tried restarting hw_server and it does not make a difference.
The single step is useless with this bug....
08-18-2017 07:32 AM - edited 08-18-2017 07:33 AM
I have the same issue in 2017.1. Tried patch for 2016.2, stuck at Auto Connect forever.
Any patch for 2017.*?
Thanks,
08-18-2017 12:47 PM
We're having the same issue here with 2017.1 and Ultrascale. If GDB can't be enabled, is there a config option or something which we can set for the System Debugger to allow single-stepping?