From fnaumann@mail.cs.uni-magdeburg.de  Wed Mar 17 10:51:29 2004
Message-ID: <7621350.1079516824980.JavaMail.www@wwinf0403>
From: Patrice MANDIN <mandin.patrice@wanadoo.fr>
Reply-To: mandin.patrice@wanadoo.fr
To: MiNT Mailing List <mint@fishpool.com>
Subject: Re: [MiNT] Missing .so libs 'solution'?
Cc: Standa Opichal <opichals@seznam.cz>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Date: Wed, 17 Mar 2004 10:47:05 +0100 (CET)
Delivered-To: mint@fishpool.com
Delivered-To: mint@lists.fishpool.fi
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-to: mint-bounce@lists.fishpool.fi
X-original-sender: mandin.patrice@wanadoo.fr
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-ID: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>

> Patrice? What is the status of your ELF support in the gcc and binutils?
> Or is there anyone else that were seriously working on something similar
> for FreeMiNT?

ELF is generated by the binutils. Gcc only produces .S files from .c or .cpp
for gas to assemble it in .o object files. The patch for binutils-2.14.90.0.8 on
my web site can generate m68k elf binaries (.a for archives and also executables).
I did not modified gas to generate .o ELF files. Object files are still m68k-aout.
You can test it if you want. I don't remember if I keep the -fPIC flag in gcc 3.3.


