Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: rogerh on July 27, 2015, 07:27:14 pm
-
Hi all;
I'm back. After searching everywhere for a free fortran IDE I've come back to CB.
I've installed g95 on my Win XP pc and CB 13.12. Told CB to use it, added the location to the search, loaded a f95 code I know works and told CB to run.
CB says it hasn't been built so I tell it to build and then .... nothing.
Anyone have any ideas?
No error messages, nothing. It just sits there.
Roger
-
Have you modified the toolchain executables and other compiler settings for you compiler in Settings->Compiler?
-
I've told it what compiler to use (G95) and where it is but that's all.
What else do I need (remember I know nothing about this)
Roger
-
Hi,
Try the following:
Go to the Management Panel.
Click Projects tab.
Select Fortran Source Folders.
Right click the source code file & click Properties.
Click Build tab.
Put checks on Compile file & link file.
Under belongs in Targets: Put a check on Debug.
Now Click Advanced Tab. Here u can select any other compiler.
Good luck.