<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi all, <br>
I'm trying to compile rtems C++ source code with rtems provided
class.<br>
I compile the following class without any problems:<br>
<br>
rtemsTask.cc<br>
rtemsSeamphore.cc<br>
rtemsMessageQueue.cc<br>
rtemsEvent.cc<br>
rtemsStatusCode.cc<br>
<br>
and the program perfectly works, but when I compile<br>
<br>
<b>rtemsInterrupt.cc</b> or <b>rtemsTimer.cc</b><br>
<br>
the code is well compiled, but it doubles its dimension and <br>
doesn't work when loaded on my target board (LEON2).<br>
I'm using spar-rtems4.11-gcc as compiler.<br>
Did anyone have the same problem? Thanks!<br>
<br>
Luca<br>
</body>
</html>