On Sat, 26 Mar 2005, F.Laget wrote:

> Finn Thain a �crit :
> 
> >On Fri, 25 Mar 2005, F.Laget wrote:

[snip]

> >>I really think it's a problem of the compiler,
> >
> >If you send me your .config, I can try it with a gcc 3.4 cross 
> >compiler.

[snip]

> Yes i download the cvs version of 2.4 kernel.

Using your .config, I was able to build the current linux m68k 2.4 CVS 
with a gcc 3.4.3 cross-compiler running under i686-pc-linux-gnu, like so:

$ cd linux
$ make ARCH=m68k CROSS_COMPILE=m68k-unknown-linux-gnu- mrproper
$ cp /tmp/.config .config
$ make ARCH=m68k CROSS_COMPILE=m68k-unknown-linux-gnu- oldconfig
$ make ARCH=m68k CROSS_COMPILE=m68k-unknown-linux-gnu- dep
$ make ARCH=m68k CROSS_COMPILE=m68k-unknown-linux-gnu- vmlinux
$ make ARCH=m68k CROSS_COMPILE=m68k-unknown-linux-gnu- modules

If you like, I can provide you with a tarball of the cross-toolchain. Mine 
is a home brew one, but I can't see why debian's wouldn't work too.

-f

Reply via email to