From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16295 invoked by alias); 22 Jul 2002 09:29:35 -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 16241 invoked from network); 22 Jul 2002 09:29:33 -0000 Received: from unknown (HELO harvester.transas.com) (193.125.200.2) by sources.redhat.com with SMTP; 22 Jul 2002 09:29:33 -0000 Received: from localhost (localhost [127.0.0.1]) by harvester.transas.com (Postfix) with SMTP id 93DD16B82C; Mon, 22 Jul 2002 13:29:31 +0400 (MSD) Received: from clue.transas.com (clue.transas.com [10.0.0.42]) by harvester.transas.com (Postfix) with ESMTP id 4D7CB6B820; Mon, 22 Jul 2002 13:29:31 +0400 (MSD) Received: by clue.transas.com with Internet Mail Service (5.5.2653.19) id ; Mon, 22 Jul 2002 13:29:31 +0400 Message-ID: <2E74F312D6980D459F3A05492BA40F8D0114C911@clue.transas.com> From: Andrew Volkov To: Alexei Minayev , Daniel Jacobowitz Cc: gdb@sources.redhat.com Subject: RE: gdb-h8-stub Date: Mon, 22 Jul 2002 02:29:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" X-SW-Source: 2002-07/txt/msg00220.txt.bz2 Hi Alexei, Which target is set, when you are run gdb session? (Be careful: auto=h8300) Andrey >-----Original Message----- >From: Alexei Minayev [mailto:aminayev@yahoo.com] >Sent: Saturday, July 20, 2002 8:25 PM >To: Daniel Jacobowitz >Cc: gdb@sources.redhat.com >Subject: Re: gdb-h8-stub > > >Hi Daniel, > >--- Daniel Jacobowitz wrote: >> You have TARGET_ADDR_BIT set too small for your port. You >are probably >> confusing TARGET_PTR_BIT (the number of bits in a pointer, which can >> have some separate space marker not included in this count) and >> TARGET_ADDR_BIT (the number of bits to correctly identify an address >> when dealing with the OS or stub). > >THERE, GOT IT! >My TARGET_ADDR_BIT is defined as TARGET_INT_BIT, which is 16 >bit, and my >target uses 32 bit address space. >Fixed that problem... that was the help I needed, since I >really didn't even >know where to dig. > >THANKS A LOT! > >Regards -- Alexei >> >> -- >> Daniel Jacobowitz Carnegie Mellon >University >> MontaVista Software Debian GNU/Linux >Developer > > >__________________________________________________ >Do You Yahoo!? >Yahoo! Health - Feel better, live better >http://health.yahoo.com >