From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21274 invoked by alias); 17 Jun 2002 07:15:39 -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 21208 invoked from network); 17 Jun 2002 07:15:32 -0000 Received: from unknown (HELO virusscan.solnet.ch) (212.101.0.150) by sources.redhat.com with SMTP; 17 Jun 2002 07:15:32 -0000 Received: from localhost (localhost [127.0.0.1]) by virusscan.solnet.ch (Postfix) with ESMTP id 91D9E211B6 for ; Mon, 17 Jun 2002 07:15:31 +0000 (GMT) Received: from mail01.solnet.ch (mail01.solnet.ch [212.101.4.135]) by virusscan.solnet.ch (Postfix) with ESMTP id D0769211B1 for ; Mon, 17 Jun 2002 07:15:30 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by mail01.solnet.ch (Postfix) with ESMTP id AC9DE6211D for ; Mon, 17 Jun 2002 07:15:30 +0000 (GMT) Received: from truninger.ag (adsl-business-212-101-24-21.solnet.ch [212.101.24.21]) by mail01.solnet.ch (Postfix) with ESMTP id 57D826214E for ; Mon, 17 Jun 2002 07:15:29 +0000 (GMT) Received: from trag68 [127.0.0.1] by truninger.ag [127.0.0.1] with SMTP (MDaemon.Standard.v5.0.5.R) for ; Mon, 17 Jun 2002 09:17:34 +0200 From: =?iso-8859-1?Q?Martin_Winist=F6rfer?= To: Subject: Cygwin, gdb, ocd, raven, mpc555 Date: Mon, 17 Jun 2002 00:15:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-MDRemoteIP: 127.0.0.1 X-Return-Path: mw@truninger.com X-MDaemon-Deliver-To: gdb@sources.redhat.com X-Virus-Scanned: by SolNet virusscan.solnet.ch X-SW-Source: 2002-06/txt/msg00123.txt.bz2 Hi, I read several mails on this mailing list about ocd and got finally really confused. I would like to set up a system with winnt, cygwin, gdb as debugger, a raven interface from Macraigor and as target an MPC555. I got to the conclusion to download the gdb-5.0 version from www.ocdemon.com as some guys were told on the list. This version supports ocd as well as the raven interface. But I found out the this gdb-5.0 does not support the the "set architecture powerpc:MPC8XX" option. So I can´t set the IMMR register. This is the first register I have to set (in the gdbinit file) before I can set every other register. So this gdb-5.0 is useless without the possibility to set the IMMR. It of course supports the "target ocd raven 0" option to set the proper target. The strange thing is, macraigor as well as ocdemon say this gdb-5.0 works with mpc555. So I suppose someone is running on a MPC5XX or MPC8XX platform with this gdb-5.0. But how do they set the IMMR? I now downloaded gdb-5.1.1 and compiled it. Now I can set the MPC8XX architecture but not the "target ocd raven 0"!!!!! I know there was a discussion about the wiggler.dll. And I also know that the ocd files (ocd.c, ppc_bdm.c) have been modified (thats porbably the reason why the raven target doesn´t work) and it seems to my that it works only with the wiggler. Well but what shall I do now do build up my system? Can anyone help me? I tought maybe I can remove the current ocd files in the gdb-5.1.1 source code and replace it with the modified ocd files from www.ocdemon.com. But it seems not to go so easily. I´m not a hacker which can do this easily. Thanks for every help, Martin Winistörfer