I opened the hello world sample for from the Eclipse photon C++ ide, and it wouldn't build. I haven't changed any of the code.enter image description here
            Asked
            
        
        
            Active
            
        
            Viewed 54 times
        
    0
            
            
        - 
                    1Possible that your error is resolved here - check [this](https://stackoverflow.com/questions/11579135/program-make-not-found-in-path). – unholy_me May 31 '18 at 05:20
1 Answers
0
            
            
        The error shows you don't have MAKE command on your machine. Install the MAKE command and add it in the PATH variable as well.
 
    
    
        toTheRescue
        
- 21
- 2
