Could You please explain what the framee pointer is for?
I pressume there is a macro GET_FRAME_POINTER(x)
which compile with error.
I tried to find size of function ( ret address) in Flash to move it to ram
while writing flash.
robert
On Monday 09 of February 2004 11:43, Dmitry wrote:
> it certanly is.
>
> On Monday 09 February 2004 12:01, Indrek Rebane wrote:
> > Hi,
> >
> > I run into problems with GCC handling frame pointer. Quick and
> > easy fix was to add FRAME_GROWS_DOWNWARD to msp430.h. IMHO, this
> > is way it should be, as stack and thus start of current frame is
> > allocated from top.
> >
> > Indrek