I try to build (or other another word, import and build) a project on a remote Linux server via SSH, and the folder is shared by Samba service.
However, the build process failed with the output log:
“1> bash: make : command not found”
“1> Command exited with code 127”
“1>VisualGDB : error : Command-line action failed”
Please Help!
Another strange thing is this project can be build before and I still can “make” it on the server via SSH,
but I DO NOT change the makefile at all.
BTW: I use VS2013 and visualGDB 5.0
-
This topic was modified 9 years, 3 months ago by GreatGood.