Community
Participate
Working Groups
While looking at some CDT test cases failing on my laptop I encounter peculiar error: **** Build of configuration Debug for project Hello **** make all make: execvp: echo: Permission denied make: *** [src/Hello.o] Error 127
Further investigation shows that I got in my PATH disconnected network directory Q:/some/path/ which is placed before cygwin paths (corporate setup). If I set custom PATH in properties for the project getting rid of it it starts working. I was wondering why that error tends to show up in the evening but during the day I am on the corporate network and the network drive is connected. I am able to reproduce the issue outside of eclipse.