From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Malek Date: Wed, 2 Feb 2005 12:53:34 -0500 Subject: [U-Boot-Users] debug u-boot with BDI2000 In-Reply-To: <42010F95.4070709@smiths-aerospace.com> References: <42010953.3010900@iskramedical.si> <42010F95.4070709@smiths-aerospace.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Feb 2, 2005, at 12:36 PM, Jerry Van Baren wrote: > Just the standard ones for debugging: -g for symbolic support. You also have to be careful of processor initialization code that initializes debug control registers. Proper processor set up requires you do this, but of course the BDI2000 is also trying to use these registers to assist with the debug process. You may have to disable this debug register initialization in the code, depending upon the processor, or find some other way of working around this. -- Dan