lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I know it has to be 8-byte aligned on ARM9, but at least a thread in the lpc2000 group suggests that in practice this seems to be needed by gcc on ARM7 as well, at least in some cases.

Best,
Bogdan

On Fri, Aug 7, 2009 at 2:09 PM, Ralph Hempel <rhempel@hempeldesigngroup.com> wrote:
Bogdan Marinescu wrote:

The eLua project includes a cross-compiler (based on a patch posted on this list a while ago) that can cross-compile to ARM and that actually works (tested on many ARMs). Also, make sure that your stack is 8-byte aligned.

Do you mean 4 byte? And if not - why 8 byte?

Ralph