Fortran Solving Fortran 77 Debugging Issues - Save Me!

  • Thread starter Thread starter shenie
  • Start date Start date
  • Tags Tags
    Fortran
Click For Summary
The discussion centers on debugging Fortran 77 code in preparation for an update to Fortran 95. The main issue arises from an error message indicating an "Unknown pseudo-op: .quad" at line 2824, which leads to an assembler failure and interrupts the build process. Participants emphasize the importance of reviewing the code around line 2824 to identify the context of the error. Suggestions for resolving the issue include checking for compatibility between Fortran 77 and 95 syntax, as well as ensuring that the code does not contain outdated or unsupported operations.
shenie
Messages
3
Reaction score
0
Hello, I've been trying to debug some Fortran 77 code so I can eventually update to 95. I keep receiving this message:

/test.f:2824:Unknown pseudo-op: .quad
/test.f:2824:Rest of line ignored. 1st junk character valued 48 (0).
Make:
*** Error code 256 from f95
assembler failed.
Build interrupted
 
Technology news on Phys.org
post line 2824 or more of the code so that we can look at the context...
 
Learn If you want to write code for Python Machine learning, AI Statistics/data analysis Scientific research Web application servers Some microcontrollers JavaScript/Node JS/TypeScript Web sites Web application servers C# Games (Unity) Consumer applications (Windows) Business applications C++ Games (Unreal Engine) Operating systems, device drivers Microcontrollers/embedded systems Consumer applications (Linux) Some more tips: Do not learn C++ (or any other dialect of C) as a...

Similar threads

  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
6
Views
4K
Replies
5
Views
3K