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

Re: [MiNT] Coldfire-build



On Mon, 2011-03-14 at 13:05 +0100, Vincent Rivière wrote:
> First I have built the ColdFire kernel:
> cd sys
> make col

Same here. No problem so far.

> Then I have built ext2.xfs:
> cd xfs/ext2fs
> make CPU=v4e

I use "make CROSS=yes CPU=v4e". gcc_m68k_atari_mint now complains about
unsupported assembler instructions (in this case it's rolw).

> export M68K_ATARI_MINT_CROSS=yes

I have tried that too, but AFAICS this has the same effect as CROSS=yes
on the commandline.

Jo Even