I followed instructions given at this link: https://github.com/jwgrenning/cpputest-starter-project. I got this error messages when running "make all" on command line.
Microsoft Windows [Version 10.0.22631.4460]
(c) Microsoft Corporation. All rights reserved.
D:\Projects\FLCN\ReleaseBuild\develop\ORA_FNPQ_FLCN001_cpputest\unit-tests_james_starter_project>make all
process_begin: CreateProcess(NULL, uname -a, ...) failed.
make: D:\MyDownloadApps\cpputest-3.8/build/MakefileWorker.mk:85: pipe: No error
process_begin: CreateProcess(NULL, uname -a, ...) failed.
make: D:\MyDownloadApps\cpputest-3.8/build/MakefileWorker.mk:89: pipe: No error
process_begin: CreateProcess(NULL, uname -a, ...) failed.
make: D:\MyDownloadApps\cpputest-3.8/build/MakefileWorker.mk:93: pipe: No error
process_begin: CreateProcess(NULL, uname -a, ...) failed.
make: D:\MyDownloadApps\cpputest-3.8/build/MakefileWorker.mk:97: pipe: No error
process_begin: CreateProcess(NULL, uname -a, ...) failed.
make: D:\MyDownloadApps\cpputest-3.8/build/MakefileWorker.mk:103: pipe: No error
process_begin: CreateProcess(NULL, echo compiling ExampleTest.cpp, ...) failed.
make (e=2): The system cannot find the file specified.
D:\MyDownloadApps\cpputest-3.8/build/MakefileWorker.mk:502: recipe for target 'test-obj/tests/ExampleTest.o' failed
make: *** [test-obj/tests/ExampleTest.o] Error 2
What did I miss?
Thanks for your help!
I followed instructions given at this link: https://github.com/jwgrenning/cpputest-starter-project. I got this error messages when running "make all" on command line.
Microsoft Windows [Version 10.0.22631.4460]
(c) Microsoft Corporation. All rights reserved.
D:\Projects\FLCN\ReleaseBuild\develop\ORA_FNPQ_FLCN001_cpputest\unit-tests_james_starter_project>make all
process_begin: CreateProcess(NULL, uname -a, ...) failed.
make: D:\MyDownloadApps\cpputest-3.8/build/MakefileWorker.mk:85: pipe: No error
process_begin: CreateProcess(NULL, uname -a, ...) failed.
make: D:\MyDownloadApps\cpputest-3.8/build/MakefileWorker.mk:89: pipe: No error
process_begin: CreateProcess(NULL, uname -a, ...) failed.
make: D:\MyDownloadApps\cpputest-3.8/build/MakefileWorker.mk:93: pipe: No error
process_begin: CreateProcess(NULL, uname -a, ...) failed.
make: D:\MyDownloadApps\cpputest-3.8/build/MakefileWorker.mk:97: pipe: No error
process_begin: CreateProcess(NULL, uname -a, ...) failed.
make: D:\MyDownloadApps\cpputest-3.8/build/MakefileWorker.mk:103: pipe: No error
process_begin: CreateProcess(NULL, echo compiling ExampleTest.cpp, ...) failed.
make (e=2): The system cannot find the file specified.
D:\MyDownloadApps\cpputest-3.8/build/MakefileWorker.mk:502: recipe for target 'test-obj/tests/ExampleTest.o' failed
make: *** [test-obj/tests/ExampleTest.o] Error 2
What did I miss?
Thanks for your help!