Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/visual-studio-code/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Makefile 任务运行失败,返回“0”;制造;在自定义任务中(Visual Studio代码)_Makefile_Visual Studio Code - Fatal编程技术网

Makefile 任务运行失败,返回“0”;制造;在自定义任务中(Visual Studio代码)

Makefile 任务运行失败,返回“0”;制造;在自定义任务中(Visual Studio代码),makefile,visual-studio-code,Makefile,Visual Studio Code,我使用了Visual Studio代码0.10.2。当我尝试使用gnumake命令运行任务时,任务失败,错误消息如下。我的GNU make是从MSYS2 x64()获得的,我的系统环境是Windows 10 Education x64 make -C 00.BootLoader 0 [main] make 24552 D:\GNU\msys64\usr\bin\make.exe: *** fatal error in forked process - fork: can't reserve

我使用了Visual Studio代码0.10.2。当我尝试使用gnumake命令运行任务时,任务失败,错误消息如下。我的GNU make是从MSYS2 x64()获得的,我的系统环境是Windows 10 Education x64

make -C 00.BootLoader
  0 [main] make 24552 D:\GNU\msys64\usr\bin\make.exe: *** fatal error in forked process - fork: can't reserve memory for parent stack 0x600000 - 0x800000, (child has 0x400000 - 0x600000), Win32 error 487
192 [main] make 24552 cygwin_exception::open_stackdumpfile: Dumping stack trace to make.exe.stackdump
  0 [main] make 23968 fork: child -1 - forked process 24552 died unexpectedly, retry 0, exit code 0x100, errno 11

但当我使用控制台窗口(cmd.exe)尝试相同的命令时,“make”成功运行。如何修复此问题?

当我尝试使用MSYS2 x86时,它工作正常,没有任何错误。Visual Studio代码是否不支持将x64应用程序作为任务运行?但是Python x64在任务中没有任何错误。。。问题是什么?类似的: