This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: problem compiling code with -mcmodel=medium
- From: Magnus Hagdorn <Magnus dot Hagdorn at glg dot ed dot ac dot uk>
- To: fortran at gcc dot gnu dot org
- Date: Thu, 26 Jan 2006 16:23:40 +0000
- Subject: Re: problem compiling code with -mcmodel=medium
- References: <1138271927.31071.51.camel@pc22.site>
On Thu, 2006-01-26 at 10:38, Magnus Hagdorn wrote:
> Hi all,
> I am trying to compile some code with on an opteron system with
> -mcmodel=medium and I get the following (presumably assembler error):
> /tmp/ccANFF5f.s: Assembler messages:
> /tmp/ccANFF5f.s:3: Error: unknown pseudo-op: `.largecomm'
>
i figured it out. the latest (2.16.1) binutils release is not new
enough. things work with a current snapshot.
magi