Xilinx Zynq (custom gdb stub)

Sysprogs forums Forums VisualGDB Xilinx Zynq (custom gdb stub)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7043
    pr242
    Participant

    Hi,

    I am planning to use VisualGDB with a Zilinx Zynq device + jlink gdb server (custom gdb stub)

    I have tried this on (standard) eclipse which works, but ONLY with the xilinx supplied gdb.

    A ‘standard’ gdb will *not* work

    The problem is that in VisualGdb, the option to specify the gdb.exe is grayed out. I do not want to change the complete tool chain, I want to use the Xilinx gdb.exe. How can I do this?

    Thanks!

    #7051
    support
    Keymaster

    Hi,

    For embedded projects VisualGDB always uses the GDB that comes with your toolchain. The easiest way to override it would be by copying the toolchain to a different directory and adding a GDBExecutable element to toolchain.xml:

    <Toolchain ...>
      <GDBExecutable>other-gdb.exe</GDBExecutable>
    #10881
    Maziar123
    Participant

    Hi Sysprogs

    i have same problem

     

    have any Application note or sample project for zynq ??

    #10883
    support
    Keymaster

    Hi,

    Sorry, we don’t support Zynq directly as it’s not as popular as other platforms and the tools are not very reliable. Feel free to try it and post any errors you encounter. We will try to help you resolve it, but we cannot guarantee that it will work.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.