关闭 slatts04 打开了这个问题 2014 年 2 月 15 日 · 3条评论 关闭 使用 AVR“make”命令编译 grbl 时出错#350 slatts04 打开了这个问题 2014 年 2 月 15 日 · 3条评论 注释 板条04 评论了 2014 年 2 月 15 日 更改配置文件中的定义以利用 atmega2560 引出线后,我尝试按照以下视频中给出的编译说明进行操作: http://www.youtube.com/watch?v=8lbpl4umtkQ 运行 make 命令时,抛出以下错误: C:\Users\slatts04\Desktop\grbl-master>make clean rm -f grbl.hex main.elf main.o motion_control.o gcode.o spindle_control.o coolan t_control.o serial.o protocol.o stepper.o eeprom .o settings.o planner.o nuts_bol ts.o limits.o print.o report.o main.d motion_control.d gcode.d spindle_control.d coolant_control.d serial.d protocol.d stepper.d eeprom.d设置d planner.dn uts_bolts.d limits.d print.d report.d C:\Users\slatts04\Desktop\grbl-master>make avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega2560 -I. -ffunction-sections -cm ain.c -o main.o 0 [main] sh 2028 sync_with_child: child 5428(0x15C) 在初始化前死亡 ,状态码为 0xC0000142 481 [main] sh 2028 sync_with_child: *** child state waiting for longjmp /usr/bin/sh: fork: 资源暂时不可用 make: *** [main.o] 错误 128 任何帮助将不胜感激 – 我对 AVR/grbl 还很陌生,所以尽量保持新手级别的解释。谢谢! 斯科特卡尔森 评论了 2014 年 2 月 15 日 听起来您的构建工具有问题? 此线程上的解决方案有帮助吗? http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=137881 作者 板条04 评论了 2014 年 2 月 15 日 修好了,谢谢!我实际上在 2007 年的一个线程中遇到了相同的解决方案,但评论说该 dll 文件的问题已在所有较新版本的 AVR 中得到修复。我想我应该试一试 – 无论哪种方式,再次感谢。 斯科特卡尔森 评论了 2014 年 2 月 15 日 好的! chamnit已完成 关闭 2014 年 2 月 16 日 喜欢 (0) 单轴归位 #349 jahnj0584 评论了 2017 年 9 月 19 日 • 我在记事本 ++ 中打开 config.h 并注释了第一个归位周期,然后在下一行(对于 xy 轴)将 1 更改为 0。已保存 #271 v1.3.8-EDGE 重启后键盘快捷键消失 #427 关闭 无法在 gsender 1.2.0 中打开 .gcode 文件 #367 RaspberryPi 运行 gsender 时出现问题 #89 向 fluidnc 发送 $$ 会导致 gsender 崩溃 #473 v1.3.8-EDGE 重启后键盘快捷键消失 #427 关闭无法在 gsender 1.2.0 中打开 .gcode 文件 #367RaspberryPi 运行 gsender 时出现问题 #89向 fluidnc 发送 $$ 会导致 gsender 崩溃 #473功能请求:抑制发送到机器的 gcode 中的 gcode 注释。 #444 关闭通过网络连接进行连接 #171操纵杆运动的剩余问题 #204 关闭新版本认为我的机器一直处于锁定状态 #474 关闭
更改配置文件中的定义以利用 atmega2560 引出线后,我尝试按照以下视频中给出的编译说明进行操作:
http://www.youtube.com/watch?v=8lbpl4umtkQ
运行 make 命令时,抛出以下错误:
C:\Users\slatts04\Desktop\grbl-master>make clean
rm -f grbl.hex main.elf main.o motion_control.o gcode.o spindle_control.o coolan
t_control.o serial.o protocol.o stepper.o eeprom .o settings.o planner.o nuts_bol
ts.o limits.o print.o report.o main.d motion_control.d gcode.d spindle_control.d
coolant_control.d serial.d protocol.d stepper.d eeprom.d设置d planner.dn
uts_bolts.d limits.d print.d report.d
C:\Users\slatts04\Desktop\grbl-master>make
avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega2560 -I. -ffunction-sections
-cm ain.c -o main.o
0 [main] sh 2028 sync_with_child: child 5428(0x15C) 在初始化前死亡
,状态码为 0xC0000142
481 [main] sh 2028 sync_with_child: *** child state waiting for longjmp
/usr/bin/sh: fork: 资源暂时不可用
make: *** [main.o] 错误 128
任何帮助将不胜感激 – 我对 AVR/grbl 还很陌生,所以尽量保持新手级别的解释。谢谢!