This is the mail archive of the sid@sources.redhat.com mailing list for the SID project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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
===================================================================
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 <fche@redhat.com>
+
+ * sidattrutil.h (fixed_attribute_map_with_logging_component):
+ Add throw() decoration to dtor.
+
2003-06-10 Dave Brolley <brolley@redhat.com>
* sidattrutil.h (sidpinutil.h): #include it.
Index: sidattrutil.h
===================================================================
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 = 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 ();
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |