Jo Even Skarstein wrote:
3) I have also uploaded my ext2.xfs for ColdFire. It loads, but I don't knowHow did you compile it? When I try to compile it with CPU=v4e, gcc chokes on some assembler instructions. Did you patch the code?
First I have built the ColdFire kernel: cd sys make col Then I have built ext2.xfs: cd xfs/ext2fs make CPU=v4eOh, since you are discovering the happiness of cross-compilation, for compiling FreeMiNT you first have to do:
export M68K_ATARI_MINT_CROSS=yes Or can put that on the make command line every time.If you fail to do that, you will try to build FreeMiNT using your standard Linux GCC, of course this will not work fine.
-- Vincent Rivière