This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
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 10:38:47 +0000
- Subject: problem compiling code with -mcmodel=medium
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 am using
gfortran -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-4.1-20060120/configure
--prefix=/users/mhagdorn/gnu-gcc_4.1 --with-mpfr=/users/mhagdorn/gnu
--with-gmp=/users/mhagdorn/gnu
--with-as=/users/mhagdorn/gnu-gcc_4.1/bin/as
--enable-languages=c,c++,fortran
Thread model: posix
gcc version 4.1.0 20060120 (prerelease)
and
as -V
GNU assembler version 2.16 (x86_64-unknown-linux-gnu) using BFD version
2.16
any suggestions
cheers
magi