<br><font size=2 face="sans-serif">Hello all,</font>
<br>
<br><font size=2 face="sans-serif">The questions I have will probably seem
quite trivial for most of you guys but I'm a novice in this domain so I'd
like some help.</font>
<br>
<br><font size=2 face="sans-serif">I'm using the RTEMS OS with a LEON2
processor and I need to find out the following sizes for the project :</font>
<br>
<ul>
<li><font size=2 face="sans-serif">RTEMS Stack Size</font>
<li><font size=2 face="sans-serif">Total Variables Size</font>
<li><font size=2 face="sans-serif">Static Data Structure Size</font>
<li><font size=2 face="sans-serif">Application Code Size</font>
<li><font size=2 face="sans-serif">RTEMS Code Size</font></ul>
<br><font size=2 face="sans-serif">I made some research but could not really
find out how to find these number, all I know at the moment is that the
.data segment of my program is 32'016 bytes, as I understand this the .data
segment countain the global variables, is that correct? And .text is 221'760
bytes, that's the total code of my application so that'd be RTEMS + My
Code, correct? But how can I find out the size of RTEMS and the other sizes
in my list?</font>
<br>
<br><font size=2 face="sans-serif">I hope someone can help me.</font>
<br>
<br><font size=2 face="sans-serif">Leo.</font>