Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 326622

Summary: make: execvp: echo: Permission denied
Product: [Tools] CDT Reporter: Andrew Gvozdev <angvoz.dev>
Component: cdt-buildAssignee: cdt-build-inbox <cdt-build-inbox>
Status: RESOLVED NOT_ECLIPSE QA Contact: Andrew Gvozdev <angvoz.dev>
Severity: normal    
Priority: P3    
Version: 8.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Andrew Gvozdev CLA 2010-09-29 22:59:47 EDT
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
Comment 1 Andrew Gvozdev CLA 2010-09-29 23:11:27 EDT
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.