Click here to Skip to main content
15,883,558 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello guys
I am trying to run a simple c project in netbeans with the MinGW compiler
but when I try to build the project I get an error

Missing native build tools: Make Command is missing

I think I installed the MinGW correctly and I added it to the system PATH

so the netbeans can see the MinGW and include the header files but it can't see the make command tool
Posted
Comments
Richard MacCutchan 11-Oct-13 3:42am    
Does your PATH variable also include the path to the directory containing Make?
Khaldoon Al-Talib 11-Oct-13 7:02am    
thank you for the answer
no it contains only MinGW path
anyway
I see that make.exe is also contained in the path MinGW\bin
so I added it to the path in netbeans but I am getting this error after building my project:

"'test' is not recognized as an internal or external command,
operable program or batch file.
The syntax of the command is incorrect.
! was unexpected at this time.
make: *** [.validate-impl] Error 255"

what is that mean!!!
Albert Holguin 11-Oct-13 11:16am    
Is "test" the name of your project? ....if so, you may have this[^] problem...

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