Fortran Solving FORTRAN Compiling Errors with Code::Blocks

  • Thread starter Thread starter 600burger
  • Start date Start date
  • Tags Tags
    Fortran
AI Thread Summary
The discussion centers on troubleshooting issues with Code::Blocks while compiling FORTRAN code. A user reports encountering errors during the compilation process, specifically noting that the linker input file is unused and that a required object file is missing, resulting in a termination status error. Another participant contributes by mentioning their development of a plugin for Code::Blocks designed to enhance FORTRAN support, including features like a symbol browser and improved project compilation. The plugin is available for download from a specified website, indicating a potential solution for users facing similar issues.
600burger
Messages
63
Reaction score
0
Anyone have experience with Code::Blocks? I'm trying to get it to compile some FORTRAN for me, but getting some confusing errors.

While Compiling:

Code:
Compiling: horz.f90
mingw32-g++.exe: C:\Documents and Settings\...\horz.f90: linker input file unused because linking not done
Linking console executable: C:\Documents and Settings\...\horz\Release\horz.exe
mingw32-g++.exe: Release\horz.o: No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings

Usually I can work my way out of computer weirdness, but this one has me.

Thanks,
-A
 
Technology news on Phys.org
Hi
I am developing plugin for Code::Blocks which helps to use this IDE for Fortran. It adds Fortran symbol's browser, compilation of Fortran 90 projects and more. You can try to download it from darmar.vgtu.lt .
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...

Similar threads

Replies
17
Views
6K
Replies
5
Views
2K
Replies
16
Views
2K
Replies
5
Views
5K
Replies
4
Views
2K
Replies
6
Views
3K
Replies
3
Views
3K
Back
Top