You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm playing around with the code again and found that quite regularly compilation via make fails due to
Fatal Error: Cannot open module file 'comms.mod' for reading at (1): No such file or directory
which -- when I look this up -- is correct, i.e. the file is indeed missing. Retrying again usually fails but retrying a few times (maybe sprinkling in some make cleans here and there) seems to do the trick and sooner or later it seems to work out just fine. What's going on there? And more importantly: Any ideas how to fix this?
The text was updated successfully, but these errors were encountered:
Thanks for the hint. Should've spotted that myself but in a new code base... BTW, I found a few more of these. Now, it's compiling like a charm except for #4 .
Hi, I'm playing around with the code again and found that quite regularly compilation via
make
fails due towhich -- when I look this up -- is correct, i.e. the file is indeed missing. Retrying again usually fails but retrying a few times (maybe sprinkling in some
make clean
s here and there) seems to do the trick and sooner or later it seems to work out just fine. What's going on there? And more importantly: Any ideas how to fix this?The text was updated successfully, but these errors were encountered: