> Anybody ever compile and run armlinux big endian ?
> Any theories w/ respect to the pitfalls ?
Not that I know of, as yet.
The latest tools should support big endian, just add -mbig-endian to CFLAGS
(and -EB to as/ld if you call them directly). The C library should mostly
support big endian systems though the code for them is less optimised in
places. I think there are a couple of places in the kernel that would need
fixing up, but it shouldn't be too big a deal.
p.
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]