Contact me: hankecnc@gmail.com

Grbl 不再构建 #321

推推 grbl 3年前 (2023-01-21) 197次浏览

关闭
ewidance 打开了这个问题 2014 年 1 月 3 日 · 1条评论

注释

Grbl 不再构建 #321

自 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

Grbl 不再构建 #321
贡献者

Pull Request #322将修复此错误

喜欢 (0)