From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17531 invoked by alias); 29 Aug 2003 01:59:41 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 17524 invoked from network); 29 Aug 2003 01:59:40 -0000 Received: from unknown (HELO mercury.mv.net) (199.125.85.40) by sources.redhat.com with SMTP; 29 Aug 2003 01:59:40 -0000 Received: (qmail 7062 invoked from network); 28 Aug 2003 21:59:39 -0400 Received: from mnh-1-09.mv.com (HELO ppro) (207.22.10.41) by mercury.mv.net with SMTP; 28 Aug 2003 21:59:39 -0400 X-Peer-Info: remote-ip 207.22.10.41 local-ip 199.125.85.40 local-name mercury.mv.net Message-ID: <00ac01c36dd1$34455fa0$c9d145cc@lndnnh.adelphia.net> From: "Peter Reilley" To: "Hylla, Kai" Cc: References: <3F4E6220.1000908@redhat.com> Subject: Re: Problems with load Date: Fri, 29 Aug 2003 01:59:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-08/txt/msg00321.txt.bz2 ----- Original Message ----- To: "Hylla, Kai" Cc: Sent: Thursday, August 28, 2003 4:12 PM Subject: Re: Problems with load > > Hi! > > > > The sections are loaded. The error is not, that a hole section isn't > > loaded. Instead contain the loaded sections byte errors. It seems that > > some bytes aren't written. The debug messages are all OK. > > > > As I said before and aren't working > > either. > > > > One of the load debug messages is : > > > > Sending packed: $x14000d4,314:8\000[snip] where > > X14000d4 is the address where the data is written to and > > 314 is the size of the block which will be written, right? > > > > Is there a possibility to change the minimum block size? I.e. limit it > > to 4 bytes? I think that this will solve the problem... > > It seems that the target can't handle packages who write data where the > > data isn't 4 Byte aligned. This packet is aligned on 4 bytes so that can't be the problem. Can you read the memory back and does it look OK? What errors are reported when you try to write a byte or short? OcdLibRemote will print some errors that it sees. Pete. Pete.