NMAKE: fatal error U1077: 'C:\cygwin64\bin\bash.EXE' : return code '0xfe' When I tried to do 'nmake -f Makefile.nmake verify_tools'. The strange thing is that I was able to build with no issue last week, but this week, I am encountering this error. Please suggest. asked 14 Apr '16, 12:09 christenmu |
2 Answers:
I guess rebooting the machine resolved the issue. thanks for your time. answered 14 Apr '16, 13:36 christenmu |
That's an issue with your Cygwin installation. Have you updated it since your last successful build? You also seem to be wanting to make an x64 build with answered 14 Apr '16, 12:45 grahamb ♦ No, I did not install a new cygwin, I don't believe our IT will push a new cygwin on this machine either. I was able to make a build on the visual studio window last week. I just tried it on windows prompt and got the same error. I have just sent an email inquiry to our IT to see whether they changed the cygwin. Do I need to re-install a new cygwin? (14 Apr '16, 13:13) christenmu |
What version of the source? Please append the full output from your nmake command to your question.
I had this source code downloaded quite sometime ago. It's master_1.12.
Stop.