From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6749 invoked by alias); 20 Jun 2003 21:31:22 -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 1933 invoked from network); 20 Jun 2003 21:29:02 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.129.200.2) by sources.redhat.com with SMTP; 20 Jun 2003 21:29:02 -0000 Received: from toenail.toronto.redhat.com (toenail.toronto.redhat.com [172.16.14.211]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 59D51800021; Fri, 20 Jun 2003 17:29:02 -0400 (EDT) Received: from toenail.toronto.redhat.com (IDENT:fche@localhost [127.0.0.1]) by toenail.toronto.redhat.com (8.12.8/8.12.5) with ESMTP id h5KLT2oM011726; Fri, 20 Jun 2003 17:29:02 -0400 Received: (from fche@localhost) by toenail.toronto.redhat.com (8.12.8/8.12.8/Submit) id h5KLT10K011724; Fri, 20 Jun 2003 17:29:01 -0400 Date: Fri, 20 Jun 2003 21:31:00 -0000 From: "Frank Ch. Eigler" To: Partha Palit Cc: sid@sources.redhat.com Subject: Re: error building SID Message-ID: <20030620212900.GI7669@redhat.com> References: <20030620211741.39339.qmail@web12903.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NY6JkbSqL3W9mApi" Content-Disposition: inline In-Reply-To: <20030620211741.39339.qmail@web12903.mail.yahoo.com> User-Agent: Mutt/1.4.1i X-SW-Source: 2003-q2/txt/msg00051.txt.bz2 --NY6JkbSqL3W9mApi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 1910 Hi - On Fri, Jun 20, 2003 at 02:17:41PM -0700, Partha Palit wrote: > I am new to embedded systems programming, and want to > use SID as a simulator for Intel Strong Arm. [...] Just to set expectations, while sid's plain arm model is pretty functional, there are no strongarm extensions added to sid (more specifically, to the cgen cpu model) yet. > [...] > Specifically I am facing problem while building the > sid-vga-wrapper.The output is attched below. This should be corrected by the following patch, about to be committed to CVS. Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/sid/include/ChangeLog,v retrieving revision 1.46 diff -u -r1.46 ChangeLog --- ChangeLog 10 Jun 2003 18:33:50 -0000 1.46 +++ ChangeLog 20 Jun 2003 21:28:33 -0000 @@ -1,3 +1,8 @@ +2003-06-20 Frank Ch. Eigler + + * sidattrutil.h (fixed_attribute_map_with_logging_component): + Add throw() decoration to dtor. + 2003-06-10 Dave Brolley =20 * sidattrutil.h (sidpinutil.h): #include it. Index: sidattrutil.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/sid/include/sidattrutil.h,v retrieving revision 1.4 diff -u -r1.4 sidattrutil.h --- sidattrutil.h 10 Jun 2003 18:33:50 -0000 1.4 +++ sidattrutil.h 20 Jun 2003 21:28:33 -0000 @@ -1041,7 +1041,7 @@ buffer =3D new char[buffer_size]; #endif } - ~fixed_attribute_map_with_logging_component () /* throw() */ + ~fixed_attribute_map_with_logging_component () throw() { // Output any saved messages. output_saved_messages (); --NY6JkbSqL3W9mApi Content-Type: application/pgp-signature Content-Disposition: inline Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+83ycVZbdDOm/ZT0RArJjAJ9bOUDsZQBOgxi+yXWTKQI66otCNACaAiAT if4LUdG2HvzsMlGKcQcMj7c= =JR2G -----END PGP SIGNATURE----- --NY6JkbSqL3W9mApi--