saimaf
22nd June 2009, 17:24
Hi,
I cross compiled x264 for arm9 with linux 2.6.25-rc9 running on it. When I run the executable with this command line:
./x264 --qp 32 --no-psnr --no-cabac ../FOOT.yuv -o test.264 176x144
It starts giving me Alignment trap errors. After some debugging I found that this code line in common/bs.h when commented out gives no error:
*(uint32_t*)s->p = endian_fix(s->cur_bits);
How can I replace this line or how to fix the alignment errors?
A prompt reply will be greatly appreciated.
Thanks,
SAima
I cross compiled x264 for arm9 with linux 2.6.25-rc9 running on it. When I run the executable with this command line:
./x264 --qp 32 --no-psnr --no-cabac ../FOOT.yuv -o test.264 176x144
It starts giving me Alignment trap errors. After some debugging I found that this code line in common/bs.h when commented out gives no error:
*(uint32_t*)s->p = endian_fix(s->cur_bits);
How can I replace this line or how to fix the alignment errors?
A prompt reply will be greatly appreciated.
Thanks,
SAima