From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1481 invoked by alias); 18 Jun 2002 20:51:02 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 1461 invoked from network); 18 Jun 2002 20:50:59 -0000 Received: from unknown (HELO brouhaha.com) (209.66.107.17) by sources.redhat.com with SMTP; 18 Jun 2002 20:50:59 -0000 Received: (qmail 13360 invoked by uid 1032); 18 Jun 2002 20:51:01 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 18 Jun 2002 20:51:01 -0000 Date: Tue, 18 Jun 2002 13:51:00 -0000 From: Scott Dattalo X-X-Sender: sdattalo@ruckus.brouhaha.com To: sid@sources.redhat.com Subject: SID and eCos Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q2/txt/msg00029.txt.bz2 I'm trying to use SID to simulate an ARM processor. When I build a "hello world" example and try to simulate it, I get this: $ arm-elf-sid hello loader: write to data accessor failed at address 0x2020000, status 2 loader: error loading hello The SID code I'm using is about a 5 day old copy of a CVS download. The gcc tool chain is: gcc 2.95.2, binutils 2.12.1. The executable was produced by invoking the Makefile that is included in the ecos-1.3.1 examples. Incidently, I can simulate my executable with gdb. Oh, and one more thing, the tool chain targets the arm-elf. I've serached the mailing list archives and saw this relatively recent message: http://sources.redhat.com/ml/sid/2002-q2/msg00003.html . Is there a chance that this breaks other targets? Scott