[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Coldfire-build



Jo Even Skarstein wrote:
3) I have also uploaded my ext2.xfs for ColdFire. It loads, but I don't know

How 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=v4e

Oh, 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