24小时联系电话:18217114652、13661815404

中文

您当前的位置:
首页>
电子资讯>
技术专题>
process_begin: Creat...

技术专题

process_begin: CreateProcess Faild 出错解决办法


在编译M5311是报一下错误:
C:\Users\winston\Work\code\openCPU\M5311-opencpu_sdk_v3.3.0_release>build.bat LV
Making LV Version
process_begin: CreateProcess(NULL, echo "compile src/opencpu_base_func_demo.c...", ...) failed.
make (e=2):
Makefile:25: recipe for target 'out/src/opencpu_base_func_demo.o' failed
make: *** [out/src/opencpu_base_func_demo.o] Error 2

解决办法是在makefile的第一行添加:SHELL:=cmd.exe

即可解决问题

请输入搜索关键字

确定