Page 1 of 1

Gyre_force failed

Posted: Thu Sep 19, 2019 1:05 pm
by Doemenyb
I'm trying to make Gyre and get the following error:
FC gyre_force.f90
LD gyre_force
/usr/lib/x86_64-linux-gnu/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
Make.inc:105: recipe for target 'gyre_force' failed
make[2]: *** [gyre_force] Error 1
rm gyre_force.o
with make -j:
FC gyre_force.f90
FC gyre_response.f90
gyre_response.f90:54:6:

54 | use core_kinds, only : WP
| 1
Fatal Error: Cannot open module file 'core_kinds.mod' for reading at (1): No such file or directory
compilation terminated.
Make.inc:93: recipe for target 'gyre_response.o' failed
make[2]: *** [gyre_response.o] Error 1
make[2]: *** Waiting for unfinished jobs....
rm gyre_force.o
MesaSDK is up to date (And I've reinstalled that also just in case).
What am I doing wrong?
(also, sorry if wrong topic, I couldn't find more suitable one)

Re: Gyre_force failed

Posted: Thu Sep 19, 2019 1:41 pm
by rhtownsend
Can you try running 'make clean' before you do 'make'? What happens?