From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12463 invoked by alias); 13 Sep 2007 20:26:10 -0000 Received: (qmail 12451 invoked by uid 22791); 13 Sep 2007 20:26:09 -0000 X-Spam-Check-By: sourceware.org Received: from elasmtp-banded.atl.sa.earthlink.net (HELO elasmtp-banded.atl.sa.earthlink.net) (209.86.89.70) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 13 Sep 2007 20:25:57 +0000 Received: from [70.170.98.6] (helo=macbook-3.local) by elasmtp-banded.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1IVvG6-0005Uc-Na; Thu, 13 Sep 2007 16:25:55 -0400 Message-ID: <46E99CCE.3000205@earthlink.net> Date: Fri, 14 Sep 2007 13:17:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Joel Brobecker CC: gdb@sourceware.org Subject: Re: cross-compile GDB ? References: <20070913182842.GA3813@adacore.com> In-Reply-To: <20070913182842.GA3813@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da940f52654fd9b24bf912ba419c4f5fb4921350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c 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: 2007-09/txt/msg00129.txt.bz2 Joel Brobecker wrote: > Hello, > > I was wondering if anyone had tried cross-compiling GDB. My goal > is to build gdbserver for LynxOS 3 from a sparc-solaris machine. > Adding native support for LynxOS could take a while, but I think > that adding LynxOS support to the gdbserver would allow me to use > my version of GDB server. The one that they distribute with LynxOS 3 > is too old and doesn't work well with newer versions of GDB (I think). > Ironically, Stu Grossman wrote gdbserver for Lynx originally - you can retrace a bit of the history in ChangeLog-1993. Stan