关闭 ewidance 打开了这个问题 2014 年 1 月 3 日 · 1条评论 注释 证据 评论了 2014 年 1 月 3 日 自 pull request #318以来,grbl 不再构建? 制作 avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega328p -I. -ffunction-sections -c main.c -o main.o avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega328p -I. -ffunction-sections -c motion_control.c -o motion_control.o avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega328p -I. -ffunction-sections -c gcode.c -o gcode.o avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega328p -I. -ffunction-sections -c spindle_control.c -o spindle_control.o spindle_control.c: In function ‘spindle_pwm_update’: spindle_control.c:96:2: error: ‘OCR_REGISTER’ 未声明(首次在此函数中使用) spindle_control.c:96 :2: 注意:每个未声明的标识符在 make 中出现的每个函数只报告一次 :*** [spindle_control.o] 错误 1 贡献者 精英工程师 评论了 2014 年 1 月 3 日 Pull Request #322将修复此错误 chamnit已完成 关闭 2014 年 1 月 3 日 喜欢 (0) 引脚选项 + 主轴接线 #244 添加了可配置的伺服支持,费用为 33 美元 #245 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 关闭
自 pull request #318以来,grbl 不再构建?
制作
avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega328p -I. -ffunction-sections -c main.c -o main.o
avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega328p -I. -ffunction-sections -c motion_control.c -o motion_control.o
avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega328p -I. -ffunction-sections -c gcode.c -o gcode.o
avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega328p -I. -ffunction-sections -c spindle_control.c -o spindle_control.o
spindle_control.c: In function ‘spindle_pwm_update’:
spindle_control.c:96:2: error: ‘OCR_REGISTER’ 未声明(首次在此函数中使用)
spindle_control.c:96 :2: 注意:每个未声明的标识符在 make 中出现的每个函数只报告一次
:*** [spindle_control.o] 错误 1