Actually, I also have the same problem. I tried to use SOFT break, and the problem seems to disappear. Am I doing right?
Here is my configuration file. BREAKMODE SOFT MMY XLAT BDIMODE AGENT Thanks, Dong-In -----Original Message----- From: [EMAIL PROTECTED] [mailto:owner-linuxppc-embedded at lists.linuxppc.org] On Behalf Of Omanakuttan Sent: Wednesday, July 09, 2003 7:29 AM To: greggiraud at netcourrier.com; linuxppc-embedded at lists.linuxppc.org Subject: Re: use bdi2000 greggiraud at netcourrier.com wrote: > Hi, > I have some problem with the use of the bdi 2000 to debug linux kernel > with DDD. In fact, I am connecting to the bdi2000 (target remote ....). And then, if I do step by step. But When I click on "step", DDD print: " error accessing memory access". And then, when I click again on "step" it steps. Is it normal??? seems like you have not enabled MMU XLAT in the configuration file of bdi. check if the .cfg file contains the following lines, whithout an initial semi colon. MMU XLAT ;translate effective to physical address Regards, Om. ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
