Re: [Swfdec] Segmentation fault with swfdec for arm-linux for 0.8.X

2008-11-01 Thread Benjamin Otte
On Thu, Oct 30, 2008 at 12:44 PM, Benjamin Otte <[EMAIL PROTECTED]> wrote: > I'll get my hands on an ARM compiler right now and fix them. However, > I'll still need someone to check them out of git and test after I have > fixed them. > Ok, I fixed all the warnings gcc gave me when crosscompiling. N

Re: [Swfdec] Segmentation fault with swfdec for arm-linux for 0.8.X

2008-10-30 Thread Benjamin Otte
Hey, No, 0.8.2 should work perfectly. If it doesn't, it's a bug. There is a specific type of bug that only appears on ARM, and that is unaligned access. The gcc output "warning: cast increases required alignment of target type" during compilation indicates bugs of this type. As the Swfdec develope