Error 127 during compiling #14219
Replies: 7 comments 5 replies
-
Can you be more specific? For example, what is your operating system? Which compiler do you have? What script did you invoke? |
Beta Was this translation helpful? Give feedback.
-
Error 127 is a path error. In the window where you are trying to build FDS:
A detailed set of compilation instructions can be found here: |
Beta Was this translation helpful? Give feedback.
-
is gfortran installed? type which gfortran in a command shell . what does it return |
Beta Was this translation helpful? Give feedback.
-
Fatal error, no input file. I have done this compilation and downloading several times. I am exactly following the same steps that I did before. But error 127 is occurring |
Beta Was this translation helpful? Give feedback.
-
What is the output of
which gfortran
…On Mon, Feb 17, 2025, 4:45 PM AmirrezaHBSH ***@***.***> wrote:
is gfortran installed? type which gfortran in a command shell . what does
it return
Fatal error, no input file.
I have done this compilation and downloading several times. I am exactly
following the same steps that I did before. But error 127 is occurring
—
Reply to this email directly, view it on GitHub
<#14219 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6UCRUIWWO2VTEDBEDVXHT2QJJ7VAVCNFSM6AAAAABXKAG5DSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMRSHE2TINI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
what is the output of |
Beta Was this translation helpful? Give feedback.
-
thanks. that is the problem. go to this page |
Beta Was this translation helpful? Give feedback.
-
Hello, I would appreciated if you could help me with this problem.
I am using this command in Putty "git clone [email protected]:firemodels/fds.git" to get FDS, then when I am trying to compile it, I am getting an error which is error 127 (ignored) and this is occurring for all the source file such as:
make: [../makefile:144: main.o] Error 127 (ignored)
Could you please explain me how I need to address this problem?
Beta Was this translation helpful? Give feedback.
All reactions