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

Re: [MiNT] cross compile problem



W dniu 24.08.2011 10:19, Helmut Karlowski pisze:
=?UTF-8?B?QWRhbSBLxYJvYnVrb3dza2k=?= wrote:

Hello

I tried cross-compiling FreeMiNT kernel today (on x64 Ubuntu).

Unfortunetly it stops on genmagic, which is compiled as m68k mint
binary, but should be native binary.

How can I fix it?

What does gcc --version say?

$ gcc --version
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

adamk@adamk-desktop:~/atari$ m68k-atari-mint-gcc --version
m68k-atari-mint-gcc (GCC) 4.5.3 (MiNT 20110429)
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

AdamK