Hi,

> I know I had to use some guint32's, maybe those are differently written
> to the file on ARM?

On ARM memory accesses have to be aligned (e.g. long = 4 bytes,
so long accesses have to be aligned to 4 bytes).

AFAIK ANSI-C standard guarantees that structure members are always in
the same order (needed for NFS/RPC from the 80's I think :)), but
compiler will align the structure sizes.


        - Eero

_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to