From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16876 invoked by alias); 28 Feb 2011 18:20:33 -0000 Received: (qmail 16867 invoked by uid 22791); 28 Feb 2011 18:20:32 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 28 Feb 2011 18:20:27 +0000 Received: from mailhost2.vmware.com (mailhost2.vmware.com [10.16.67.167]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 859131F001; Mon, 28 Feb 2011 10:20:26 -0800 (PST) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost2.vmware.com (Postfix) with ESMTP id 7B5368E717; Mon, 28 Feb 2011 10:20:26 -0800 (PST) Message-ID: <4D6BE76A.4060108@vmware.com> Date: Mon, 28 Feb 2011 18:20:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20101201) MIME-Version: 1.0 To: Hoefle Marco CC: "gdb@sourceware.org" , Michael Eager Subject: Re: GDB Server for Xilinx Microblaze References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00148.txt.bz2 Hoefle Marco wrote: > Hello, > we are using Linux running on a Xilinx Microblaze in a FPGA. > It runs fine but we lack proper debugging (we are doing it old school > like: printfs...), > so modern stuff like code stepping within an eclipse cdt environment > would be greatly appreciated :-) > Thus I had a look into the new GDB7.2 sources and I saw that there is > some Microblaze stuff in the GDB source itself. > So from my understanding I can use GDB 7.2 on my Debian Workstation and > all I need is to cross-compile the gdb server? > I tried it but it seems that cross-compiling the GDB Server is not a > trivial task as it looks to me that there is no support for the > Microblaze. > Can somebody instruct me how to get the GDB server running on the > Microblaze? > We are running the latest stable Mainline Linux Kernel (2.6.37) and the > GCC cross compiler is version 4.1.2. > > Thanks, > Marco Michael Eager is the maintainer for this target. eager@eagercon.com