[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] on Mega ST
Michael Bernstein wrote:
> Hi Paul,
>
> > 2nd, although i agree ext2fs should now work with 000, that current
> > work dates from around 2000 when Frank still had a 000 specific
> > version (according to docs & info). I think here, that if Vincent
> > fixes code for v4e then by default there should be 000 as well (may be
> > wrong here, it may be 020+)
>
> As far as i remember, the first version of the ext2 driver uses some
> 030 instructions to speed up some management operations.
ext2 is compiled for 020-60:
m68k-atari-mint-gcc -I../.. -D__KERNEL_XFS__ -m68020-60 -Werror -mshort -g -O2 -fomit-frame-pointer -Wall -Wmissing-prototypes -Winline -Wshadow -Wpointer-arith
-Wcast-qual -Waggregate-return -c bitmap.c -o bitmap.o
and libkern040 is used!
So it's no surprise it does not work on 68000.
Someone should fix this (asap).
-Helmut