This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]