<div dir="ltr"><br><br><div class="gmail_quote">On Mon, Aug 23, 2010 at 10:00 AM, Shachar Shemesh <span dir="ltr">&lt;<a href="mailto:shachar@shemesh.biz">shachar@shemesh.biz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">




  

<div dir="ltr" bgcolor="#ffffff" text="#000000"><div class="im">
Erez D wrote:
<blockquote type="cite">
  <div dir="ltr">hi<br>
  <br>
I am using gcc (actually avr-gcc) to compile some code for an AVR
processor (AT32UC3L064).<br>
The code generated does a lot of things before entering main()<br>
There is some code i want it to do first - immediatly after powerup,
before all other initializations.<br>
  </div>
</blockquote></div>
Is that before or instead of the usual initializations?<br></div></blockquote><div>before. <br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div dir="ltr" bgcolor="#ffffff" text="#000000">
<br>
Also, are those initializations a compiler thing, or do you just have
code running in global context (such as a global variable that gets its
initial value from a function)?<br></div></blockquote><div>i just want to run a hardware registers initialization function.<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div dir="ltr" bgcolor="#ffffff" text="#000000">
<br>
I&#39;m afraid your answers change the way to achieve what you are looking
for.<br>
<br>
Shachar<br>
<pre cols="72">-- 
Shachar Shemesh
Lingnu Open Source Consulting Ltd.
<a href="http://www.lingnu.com" target="_blank">http://www.lingnu.com</a>
</pre>
</div>

</blockquote></div><br></div>