Contact me: hankecnc@gmail.com

main.c 中缺少 volatile uint8_t sys_rt_exec_debug 定义? #203

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

关闭
mentyl 打开了这个问题 2017 年 6 月 1 日 · 3条评论

注释

main.c 中缺少 volatile uint8_t sys_rt_exec_debug 定义? #203

无法在 DEBUG 中编译“volatile uint8_t sys_rt_exec_debug”定义丢失。

main.c 中缺少 volatile uint8_t sys_rt_exec_debug 定义? #203

它在 system.h
中定义你确定你拥有所有当前代码吗?

main.c 中缺少 volatile uint8_t sys_rt_exec_debug 定义? #203
作者
薄荷基 评论了 2017 年 6 月 1 日  

是的,简单地搜索这个存储库“sys_rt_exec_debug”只有“extern volatile uint8_t sys_rt_exec_debug;” 在 system.hi 中,我们的 Visual Studio Release 工作正常。
我没有看到 eny 定义 extern 意味着那是在其他地方定义的,例如 main.c 中的 sys_rt_exec_accessory_override

main.c 中缺少 volatile uint8_t sys_rt_exec_debug 定义? #203
贡献者

@mentyl: 谢谢。验证缺失的行并添加到下一次推送。

喜欢 (0)