Click here to Skip to main content
15,888,271 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I also download GNU Make package but my cygwin terminal could not found make
what is the wrong point?

p.s. sorry for bad English
Posted
Comments
thatraja 21-Nov-13 5:14am    
what's the error message? always include that in your question
Member 10416297 21-Nov-13 14:02pm    
1. Ensure that the Cygwin 'make' package is installed.
NOTE: You will need GNU Make 3.81 or later!

2. Define the GNUMAKE environment variable to point to it, as in:

export GNUMAKE=/usr/bin/make

3. Call 'ndk-build' again.

but I already installed make package...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900