From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7571 invoked by alias); 10 Mar 2006 23:21:43 -0000 Received: (qmail 7563 invoked by uid 22791); 10 Mar 2006 23:21:42 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 10 Mar 2006 23:21:41 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id k2ANLYr6013058; Fri, 10 Mar 2006 18:21:34 -0500 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id k2ANLY103933; Fri, 10 Mar 2006 18:21:34 -0500 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id k2ANLXt22350; Fri, 10 Mar 2006 18:21:33 -0500 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.13.1/8.13.1) with ESMTP id k2ANLULP006852; Fri, 10 Mar 2006 18:21:30 -0500 Received: (from dj@localhost) by greed.delorie.com (8.13.1/8.13.1/Submit) id k2ANLPmV006849; Fri, 10 Mar 2006 18:21:25 -0500 Date: Fri, 10 Mar 2006 23:21:00 -0000 Message-Id: <200603102321.k2ANLPmV006849@greed.delorie.com> From: DJ Delorie To: hwloidl@informatik.uni-muenchen.de CC: gdb@sourceware.org, drow@false.org In-reply-to: <20060311001153.4b5bff3d@anagni.tcs.ifi.lmu.de> (message from Hans-Wolfgang Loidl on Sat, 11 Mar 2006 00:11:53 +0100) Subject: Re: gdb support for m32c? References: <200603102130.k2ALUJ3M004786@greed.delorie.com> <20060310234511.7b55e761@anagni.tcs.ifi.lmu.de> <200603102255.k2AMtTpV006206@greed.delorie.com> <20060311001153.4b5bff3d@anagni.tcs.ifi.lmu.de> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00058.txt.bz2 > What do you use to flash the code onto the actual board? I wrote a program to talk to the KD30 debugger module pre-loaded in the chips. IIRC there's also a binary downloader (non-kd30) for the m16c. However, my program is kinda specific to the boards I have. The flash specs are all available online, it's just a matter of writing the code to do it. A gdb remote stub shouldn't be *that* tricky to write.