Re: ARM port
- Posted by mattlewis (admin) Sep 05, 2011
- 5063 views
coconut said...
Here de result of debugging session:
Program received signal SIGILL, Illegal instruction. 0x0026d052 in decompress (c=252) at be_decompress.c:84 84 d= *(double *)string_ptr;
I seem to recall very similar errors happening. I believe that ARM processors require 16 byte alignment or something. We've probably either missed doing so somewhere or had a regression.
Matt