On Thu, Jan 17, 2002 at 11:24:05AM +0100, Dan ABITBOL wrote: > Compiling openbt for my native linux , using kernel source headers , worked > very well , as written in AXIS README FILE . So I thought it was the same > with my arm and I used the headers in /usr/arm/arm-linux/sys-include . > What could I do to cross compile it successfully then ?
x86 doesn't have any alignment issues, so the code in asm-i386/unaligned.h is portable. ARM has alignment issues, and the code isn't designed to be portable to user space. The one fundamental issue here is that user space must not include kernel headers. It appears that openbt is, and as such is unportable. This should be reported to axis as a bug. _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
