News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

win8 fortran Execution failed

Started by omid.eftekhar, November 03, 2020, 01:08:39 PM

Previous topic - Next topic

omid.eftekhar

Hi there,
I have a problem programming in fortran useing code blocks version 20.03 in Windows 8.
I do all the compiler(GNU fortran) and debugger configurations according to what I did in Windows 10, but when I try to compile the program, I see the following error.



-------------- Build: Debug in ftest (compiler: GNU Fortran Compiler)---------------

gfortran.exe -Jobj\Debug\ -Wall  -g     -c C:\Users\OMID-PC\Desktop\ftest\main.f90 -o obj\Debug\main.o
Execution of 'gfortran.exe -Jobj\Debug\ -Wall  -g     -c C:\Users\OMID-PC\Desktop\ftest\main.f90 -o obj\Debug\main.o' in 'C:\Users\OMID-PC\Desktop\ftest' failed.


This is while following the same path in Windows 10 programs can be compiled without any problems.
Does version 20.03 not work in Windows 8 ?

oBFusCATed

Sending PM to random people won't help you solve your problem faster.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

stahta01

Is the version of "gfortran.exe" the same on both computers?

NOTE: Code::Blocks is an IDE and not an Compiler and it is not an FORTRAN compiler either!

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]