I have built a PowerPC executable with Newlib (+ libnosys.a). My problem is that malloc() doesn't work. As far as I can see the problem is that the av_ array used by _malloc_r() contains garbage. Is there some initialization that needs to be done? /Stefan (newbie)