From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6868 invoked by alias); 18 Aug 2010 16:46:06 -0000 Received: (qmail 6849 invoked by uid 22791); 18 Aug 2010 16:46:05 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Aug 2010 16:46:01 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7IGjxlD011001 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 18 Aug 2010 12:45:59 -0400 Received: from fche.csb (vpn-233-244.phx2.redhat.com [10.3.233.244]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o7IGjxcC027486 for ; Wed, 18 Aug 2010 12:45:59 -0400 Received: by fche.csb (Postfix, from userid 2569) id C51D158100; Wed, 18 Aug 2010 12:45:58 -0400 (EDT) Date: Wed, 18 Aug 2010 16:46:00 -0000 From: "Frank Ch. Eigler" To: sid@sourceware.org Subject: Forw: [deafbeed@gmail.com: Re: Loading image-file in SID.] Message-ID: <20100818164558.GE24125@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-IsSubscribed: yes Mailing-List: contact sid-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sourceware.org X-SW-Source: 2010-q3/txt/msg00004.txt.bz2 Hi Thanks. That worked out well for me. Really appreciated the response. I now generate a sid configuration and edit it to add my component. >$ arm-elf-sid --board=pid7t-normalmap --load cpu=program.x --no-run The 'program.x' is a bunch of prints, linked with the eCos OS built for pid7t. The program executes and I can trace the prints at the UART. However, once the prints have executed, the control passes to, I think, the OS idle loop and the simulation does not exit on its own. I have to stop it. Is there a way to make the simulation exit/finish on its own? maybe by programming some sid simulation component. -Shamik