Saladsamurai
- 3,009
- 7
I like Serena said:It appears you tried to build HelloWorldProjectInC++, but that is not in fortran.
Furthermore Eclipse knows there is nothing to do.
Right-click on your project and select "Clean".
Then right-click on your project again and select "Build".
This will force Eclipse to rebuild.
Yes, the Debug directory would be where the executable is.
Apparently it does run there.
It seems it does not print anything, otherwise you would have seen this in the output...
OMG. I am really starting to dislike Eclipse. Why would it build 'HelloWorldProjectInC++' when my active window is the source code in my Fortran project? Anywho: After Clean/Build, this is what I get:
Code:
**** Build of configuration Debug for project HelloWorld2 ****
make all
Building file: ../HelloWorld2SourceFolder/HelloWorld2.for
Invoking: GNU Fortran Compiler
gfortran -funderscoring -O0 -g -Wall -c -fmessage-length=0 -o "HelloWorld2SourceFolder/HelloWorld2.o" "../HelloWorld2SourceFolder/HelloWorld2.for"
Finished building: ../HelloWorld2SourceFolder/HelloWorld2.for
Building target: HelloWorld2
Invoking: MacOS X Fortran Linker
gfortran -o "HelloWorld2" ./HelloWorld2SourceFolder/HelloWorld2.o
Finished building target: HelloWorld2
**** Build Finished ****
I still get the Binary Not Found error when I try to run it.
