> ===================================================
> process_begin: CreateProcess(NULL, uname, ...) failed.
> make:
> process_begin: CreateProcess(NULL, uname -a, ...) failed.
> make:
> process_begin: CreateProcess(NULL, cygpath C:\zzz_13.12.1_gener
> make:
> process_begin: CreateProcess(NULL, pwd, ...) failed.
> make:
> process_begin: CreateProcess(NULL, basename "", ...) failed.
> make:
> process_begin: CreateProcess(NULL, pwd, ...) failed.
> make:
> process_begin: CreateProcess(NULL, basename "", ...) failed.
> make:
> '.' is not recognized as an internal or external command, operable
> program or batch file.
> ...
> =====================================================

 I have looked at the output carefully...
 Obviously, you are trying to execute Makefile written for UNIX systems, are 
you ? This makefile relies on UNIX shell commands like uname, pwd, basename, 
etc. Right ?
 In order to run this Makefile, you need Cygwin or MinGW32 environment. Native 
Windows version of Make executes commands via cmd.exe, which of course does not 
understand commonly used UNIX stuff. Well, some commands are emulated by Make 
itself in such a case, but only a very small number.

Kind regards,
Pavel Fedin
Expert Engineer
Samsung Electronics Research center Russia



_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to