From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12438 invoked by alias); 28 Aug 2003 20:12:14 -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 12430 invoked from network); 28 Aug 2003 20:12:13 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 28 Aug 2003 20:12:13 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D6F5E2B7F; Thu, 28 Aug 2003 16:12:16 -0400 (EDT) Message-ID: <3F4E6220.1000908@redhat.com> Date: Thu, 28 Aug 2003 20:12:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Hylla, Kai" Cc: gdb@sources.redhat.com Subject: Re: Problems with load References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00315.txt.bz2 > 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... Not really. You could combinations of: (gdb) set remote X-packet off (gdb) set download-write-size > It seems that the target can't handle packages who write data where the > data isn't 4 Byte aligned. Ah. That doesn't leave GDB with much it can do :-( I'm not sure how complete the "mem" command is. Andrew