From: Aeschbacher, F. <Fab...@si...> - 2006-03-20 11:08:19
|
> As I see from your answer about cross-compilation,=20 > security.fdb in your package is created by INTEL, not MIPS,=20 > binary. And, therefore, it can't be opened on MIPS, which, I=20 > suppose, may have different endianness, different alignment=20 > rules, etc.=20 BTW: . our MIPS processor is little-endian (mipsel). . the alignment (I defined it in 'configure-in') is: AC_DEFINE_UNQUOTED(ALIGNMENT,8) AC_DEFINE_UNQUOTED(DOUBLE_ALIGN,8) Fabrice |