<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body dir="ltr" bgcolor="#ffffff" text="#000000">
Erez D wrote:
<blockquote
 cite="mid:AANLkTi=waPCD_0ub2LvmxHHXjY2Ankg=DMdFhr5CVecP@mail.gmail.com"
 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>
Is that before or instead of the usual initializations?<br>
<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>
<br>
I'm afraid your answers change the way to achieve what you are looking
for.<br>
<br>
Shachar<br>
<pre class="moz-signature" cols="72">-- 
Shachar Shemesh
Lingnu Open Source Consulting Ltd.
<a class="moz-txt-link-freetext" href="http://www.lingnu.com">http://www.lingnu.com</a>
</pre>
</body>
</html>