Re: Absoft f77 compiler error
- From: Louis Krupp <lkrupp@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 25 Nov 2006 20:17:51 -0700
nachiketamishra@xxxxxxxxx wrote:
Hi,
I am trying to compile a fortran program. I have Fedora Core 5 - k8 SMP
as my OS. I am using the absoft f77 compiler. When I try to compile my
program it gives the following error:
90: Copyright Absoft Corporation 1994-2006; Absoft Fortran Compiler
Version 10.0
f90fe: 942 source lines
f90fe: 0 Errors, 7 Warnings, 0 Other messages, 0 ANSI
/tmp/3Cofp0/ReadDocument.s: Assembler messages:
/tmp/3Cofp0/ReadDocument.s:1317: Error: attempt to move .org backwards
/tmp/3Cofp0/ReadDocument.s:1360: Error: attempt to .org/.space
backwards? (-10)
ReadDocument.o: Bad value
/tmp/3Cofp0/ReadDocument.s:1457: FATAL: Can't write ReadDocument.o: Bad
value
assembler failed.
make: *** [ReadDocument.o] Error 1
Sounds like a compiler bug, although that's probably cold comfort at this point if you're just trying to get some work done.
The problem is *probably* triggered by something unusual in your code. If you trim the file down as much as possible without making the problem go away and then post it here (if it's small enough), someone might have an idea of what to do.
(My wild guess: Any chance you're declaring an array big enough to wrap around a signed 32-bit location counter? No? OK. It was just a guess.)
Even if you can work around this easily, Absoft would probably be interested in hearing about it (assuming that you're using the latest version of their compiler).
Louis
.
- Follow-Ups:
- Re: Absoft f77 compiler error
- From: nachiketamishra@xxxxxxxxx
- Re: Absoft f77 compiler error
- References:
- Absoft f77 compiler error
- From: nachiketamishra@xxxxxxxxx
- Absoft f77 compiler error
- Prev by Date: Re: A powerful tool for Visual Fortran - www.vftool.com
- Next by Date: Re: noob question re: space delimited input
- Previous by thread: Absoft f77 compiler error
- Next by thread: Re: Absoft f77 compiler error
- Index(es):
Relevant Pages
|