Solving FORTRAN Compiling Errors with Code::Blocks

  • Context: Fortran 
  • Thread starter Thread starter 600burger
  • Start date Start date
  • Tags Tags
    Fortran
Click For Summary
SUMMARY

This discussion centers on resolving FORTRAN compiling errors encountered while using Code::Blocks. The user reports issues with the compilation of the file "horz.f90," specifically receiving linker errors indicating that the linker input file is unused and that the object file "horz.o" is missing. A developer mentions creating a plugin for Code::Blocks that enhances FORTRAN support, including features like a symbol browser and project compilation for FORTRAN 90. The plugin can be downloaded from darmar.vgtu.lt.

PREREQUISITES
  • Familiarity with Code::Blocks IDE
  • Understanding of FORTRAN programming language
  • Basic knowledge of compiling and linking processes
  • Experience with MinGW compiler toolchain
NEXT STEPS
  • Explore the installation and configuration of the FORTRAN plugin for Code::Blocks
  • Learn about troubleshooting linker errors in Code::Blocks
  • Investigate MinGW compiler options for FORTRAN projects
  • Study the differences between FORTRAN 90 and earlier versions
USEFUL FOR

FORTRAN developers, Code::Blocks users, and anyone troubleshooting compilation issues in FORTRAN projects.

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 .
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 17 ·
Replies
17
Views
7K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
8
Views
4K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 22 ·
Replies
22
Views
4K