"Matthias Reis" <matthias.reis@xxxxxxxxxxxxxxxxxxx> writes:
I recently did some work to compile a kernel for MMU less Atari STs. However, I 'm having a problem with the memcpy code as it is compiled by gcc. When copying from odd addresses, gcc produces memcpy code that tries to access odd addresses with move.w, which is not possible on the 68000
You need to use a compiler that is targeted to uclinux, not linux (the latter assumes 68020+, thus disables strict alignment). Andreas. -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html