From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13814 invoked by alias); 1 Dec 2005 01:11:07 -0000 Received: (qmail 13807 invoked by uid 22791); 1 Dec 2005 01:11:06 -0000 X-Spam-Check-By: sourceware.org Received: from mailgw3a.lmco.com (HELO mailgw3a.lmco.com) (192.35.35.7) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 01 Dec 2005 01:11:06 +0000 Received: from emss04g01.ems.lmco.com (relay4.ems.lmco.com [166.17.13.122]) by mailgw3a.lmco.com (8.12.10/8.12.10) with ESMTP id jB1195qe027955; Wed, 30 Nov 2005 20:10:21 -0500 (EST) Received: from CONVERSION-DAEMON.lmco.com by lmco.com (PMDF V6.1-1X6 #30884) id <0IQS00201OIRKO@lmco.com>; Wed, 30 Nov 2005 20:08:51 -0500 (EST) Received: from cui1.lmms.lmco.com ([129.197.1.64]) by lmco.com (PMDF V6.1-1X6 #30884) with ESMTP id <0IQS00603OIQHF@lmco.com>; Wed, 30 Nov 2005 20:08:51 -0500 (EST) Received: from lmco.com (obligato.lmms.lmco.com [129.197.113.45]) by cui1.lmms.lmco.com (8.11.7p1+Sun/8.9.2) with ESMTP id jB118nt14843; Wed, 30 Nov 2005 17:08:49 -0800 (PST) Date: Thu, 01 Dec 2005 01:11:00 -0000 From: Barry Wealand Subject: Re: Using PSIM In-reply-to: <20051130233303.GA31583@nevyn.them.org> To: Daniel Jacobowitz Cc: gdb@sources.redhat.com, "Krimsley, David A" , "Ke, Jinshan" , "Furgal, Jason" Message-id: <438DDC46.8090003@lmco.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 References: <438DC220.9090404@lmco.com> <20051130233303.GA31583@nevyn.them.org> 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: 2005-12/txt/msg00000.txt.bz2 Thank you very kindly, Daniel. That was the ticket. All seems to be working now. Barry Wealand Daniel Jacobowitz wrote: >On Wed, Nov 30, 2005 at 03:15:44PM +0000, Barry Wealand wrote: > > >>% setenv PPCLIB ~/GCC/tools/H-sparc-sun-solaris2.8/powerpc-eabi/lib >>% powerpc-eabi-gcc -c hello.c >>% powerpc-eabi-gcc -o hello hello.o ${PPCLIB}/sim-crt0.o -lc -lsim >> >> > >Have you tried -msim? > >You may want to look at the instructions for testing GCC using a >powerpc-eabi simulator, try that, and look at the command lines that >DejaGNU uses to build programs; I've found that often helps. > > >