Search Results

Search results 1-3 of 3.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Thanks for the update, Erik. I'll upgrade and test the new release next week.

  • Side note about the issue, I tried to use xmllint to check the tdesc.xml file after I edited it. Strangely, it seems the DTD file from GDB itself had errors. Maybe I'm using the tool wrong. I have little interest in debugging that issue, but thought I'd share my notes. xmllint can be installed with the libxml2-utils package on Debian based systems: sudo apt-get install libxml2-utils Here's what I get: Source Code (87 lines)

  • I ran into this same problem in version 6.44d last week and found a workaround. I've been meaning to file a bug report. It's good to know it's a regression. I haven't used a J-Link in a while, so I started with version 6.44d. I am running JLinkGDBServer on Linux (Ubuntu 16.04), with a slightly different iMX6 chip (MCIMX6S6): JLinkGDBServer -device MCIMX6S6 -endian little -if JTAG -speed 1000 Start GDB. I'm using GDB 8.0 built with my Yocto SDK. ${GDB} -d ~/work/u-boot/ ~/work/u-boot/u-boot The p…