开源改变世界!!

运行 make grbl.hex 时出错 #890

推推 grbl 2年前 (2023-01-23) 70次浏览

关闭
robotabzar 打开了这个问题 2016 年 1 月 26 日 · 2 条评论
关闭

运行 make grbl.hex 时出错#890

robotabzar 打开了这个问题 2016 年 1 月 26 日 · 2 条评论

注释

运行 make grbl.hex 时出错 #890

嗨,我在执行此命令时在 Git 上收到此消息 (make grbl.hex)
$ make grbl.hex
avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega2560 -I。-ffunction-sections -c motion_control.c -o motion_control.o
0 [main] sh 4876 C:\Program Files\Git\usr\bin\sh.exe: *** 分叉进程中的致命错误 – 分叉:不能为父堆栈保留内存 0x600000 – 0x800000,(子堆栈有 0x400000 – 0x600000),Win32 错误 487
720 [main] sh 4876 cygwin_exception::open_stackdumpfile:将堆栈跟踪转储到 sh.exe.stackdump
4 [main] sh 15228 fork:child – 1 – 分叉进程 4876 意外死亡,重试 0,退出代码 0x100,errno 11
/usr/bin/sh: fork: retry: No child processes
1021226 [main] sh 15192 C:\Program Files\Git\usr\bin\sh.exe: *** 分叉进程中的致命错误 – 分叉:无法为父堆栈 0x600000 – 0x800000 保留内存,(子进程有 0x400000 – 0x600000), Win32 错误 487
1022128 [main] sh 15192 cygwin_exception::open_stackdumpfile: 将堆栈跟踪转储到 sh.exe.stackdump
3950080 [main] sh 15228 fork: child -1 – 分叉进程 15192 意外终止,重试 0,退出代码 0x100 , errno 11
/usr/bin/sh: fork: retry: No child processes
5974308 [main] sh 14620 C:\Program Files\Git\usr\bin\sh.exe: *** 分叉进程中的致命错误 – fork:无法为父堆栈 0x600000 – 0x800000 保留内存,(子堆栈有 0x400000 – 0x600000),Win32 错误 487
5974905 [main] sh 14620 cygwin_exception::open_stackdumpfile:将堆栈跟踪转储到 sh.exe.stackdump
8633306 [main] sh 15228 fork:child -1 – forked process 14620 意外死亡,重试 0,退出代码 0x100,errno 11
/usr/ bin/sh: fork: retry: No child processes
12690660 [main] sh 13644 C:\Program Files\Git\usr\bin\sh.exe: *** 分叉进程中的致命错误 – fork: 无法为父堆栈 0x600000 – 0x800000,(子堆栈有 0x400000 – 0x600000),Win32 错误 487
12692128 [main] sh 13644 cygwin_exception::open_stackdumpfile:将堆栈跟踪转储到 sh.exe.stackdump
15346587 [main] sh 15228 – forked: child进程 13644 意外死亡,重试 0,退出代码 0x100,errno 11
/usr/bin/sh: fork: retry: No child processes
23387286 [main] sh 11832 C:\Program Files\Git\usr\bin\sh.exe: *** 分叉进程中的致命错误 – 分叉:无法为父堆栈 0x600000 – 0x800000 保留内存,(子进程有 0x400000 – 0x600000), Win32 错误 487
23388397 [main] sh 11832 cygwin_exception::open_stackdumpfile: 将堆栈跟踪转储到 sh.exe.stackdump
24733296 [main] sh 15228 fork: child -1 – 分叉进程 11832 意外终止,重试 0,退出代码 0x100 , errno 11
/usr/bin/sh: fork: 资源暂时不可用
make: *** [motion_control.o] 错误 254

谢谢

运行 make grbl.hex 时出错 #890
成员

@robotabzar: 请参阅 Wiki,了解如何使用 Arduino IDE 编译 Grbl。这是最简单的方法。

运行 make grbl.hex 时出错 #890

我读了好几遍,一步一步地做了所有的事情,除了 grbl.hex 之外的所有程序,这对我来说很奇怪,因为我在 Grbl 中是全新的。
正如你所说,我回到那里并希望找到解决方案。

喜欢 (0)