关闭 Vladilenka 打开了这个问题 2022 年 1 月 20 日 · 2 条评论 关闭 编译固件的问题#1057 Vladilenka 打开了这个问题 2022 年 1 月 20 日 · 2 条评论 注释 弗拉季连卡 评论了 2022 年 1 月 20 日 无法编译 。通过 arduino 首先出现错误 #include <FreeRTOS.h 。我注释掉了这一行,但错误仍然存在。 fatal error: WebSocketsServer.h: No such file or directory compilation terminated. 尝试使用平台… compilation terminated. In file included from Grbl_Esp32/src/Grbl.h:28:0, from Grbl_Esp32/src/GCode.cpp:25: C:/.platformio/packages/framework-arduinoespressif32@3.10004.210126/cores/esp32/Arduino.h:185:26: fatal error: pins_arduino.h: No such file or directory ********************************************************************** * Looking for pins_arduino.h dependency? Check our library registry! * * CLI > platformio lib search "header:pins_arduino.h" * Web > https://platformio.org/lib/search?query=header:pins_arduino.h * ********************************************************************** compilation terminated. *** [.pio\build\release\src\src\CoolantControl.cpp.o] Error 1 *** [.pio\build\release\src\src\GCode.cpp.o] Error 1 In file included from Grbl_Esp32/src/Grbl.h:28:0, from Grbl_Esp32/src/Grbl.cpp:21: C:/.platformio/packages/framework-arduinoespressif32@3.10004.210126/cores/esp32/Arduino.h:185:26: fatal error: pins_arduino.h: No such file or directory ********************************************************************** * Looking for pins_arduino.h dependency? Check our library registry! * * CLI > platformio lib search "header:pins_arduino.h" * Web > https://platformio.org/lib/search?query=header:pins_arduino.h * ********************************************************************** compilation terminated. *** [.pio\build\release\src\src\Grbl.cpp.o] Error 1 In file included from Grbl_Esp32/src/Grbl.h:28:0, from Grbl_Esp32/src/Jog.cpp:24: C:/.platformio/packages/framework-arduinoespressif32@3.10004.210126/cores/esp32/Arduino.h:185:26: fatal error: pins_arduino.h: No such file or directory ********************************************************************** * Looking for pins_arduino.h dependency? Check our library registry! * * CLI > platformio lib search "header:pins_arduino.h" * Web > https://platformio.org/lib/search?query=header:pins_arduino.h * ********************************************************************** compilation terminated. In file included from Grbl_Esp32/src/Config.h:40:0, from Grbl_Esp32/src/I2SOut.cpp:43: C:/.platformio/packages/framework-arduinoespressif32@3.10004.210126/cores/esp32/Arduino.h:185:26: fatal error: pins_arduino.h: No such file or directory ********************************************************************** * Looking for pins_arduino.h dependency? Check our library registry! * * CLI > platformio lib search "header:pins_arduino.h" * Web > https://platformio.org/lib/search?query=header:pins_arduino.h * ********************************************************************** In file included from Grbl_Esp32/src/Grbl.h:28:0, from Grbl_Esp32/src/Limits.cpp:28: C:/.platformio/packages/framework-arduinoespressif32@3.10004.210126/cores/esp32/Arduino.h:185:26: fatal error: pins_arduino.h: No such file or directory ********************************************************************** * Looking for pins_arduino.h dependency? Check our library registry! * * CLI > platformio lib search "header:pins_arduino.h" * Web > https://platformio.org/lib/search?query=header:pins_arduino.h * ********************************************************************** compilation terminated. compilation terminated. In file included from Grbl_Esp32/src/Motors/../Grbl.h:28:0, from Grbl_Esp32/src/Motors/Motors.h:32, from Grbl_Esp32/src/Motors/Motor.h:32, from Grbl_Esp32/src/Motors/Dynamixel2.h:71, from Grbl_Esp32/src/Motors/Dynamixel2.cpp:27: C:/.platformio/packages/framework-arduinoespressif32@3.10004.210126/cores/esp32/Arduino.h:185:26: fatal error: pins_arduino.h: No such file or directory ********************************************************************** * Looking for pins_arduino.h dependency? Check our library registry! * * CLI > platformio lib search "header:pins_arduino.h" * Web > https://platformio.org/lib/search?query=header:pins_arduino.h * ********************************************************************** compilation terminated. *** [.pio\build\release\src\src\Jog.cpp.o] Error 1 *** [.pio\build\release\src\src\I2SOut.cpp.o] Error 1 *** [.pio\build\release\src\src\Limits.cpp.o] Error 1 *** [.pio\build\release\src\src\Motors\Dynamixel2.cpp.o] Error 1 In file included from Grbl_Esp32/src/Grbl.h:28:0, from Grbl_Esp32/src/MotionControl.cpp:25: C:/.platformio/packages/framework-arduinoespressif32@3.10004.210126/cores/esp32/Arduino.h:185:26: fatal error: pins_arduino.h: No such file or directory ********************************************************************** * Looking for pins_arduino.h dependency? Check our library registry! * * CLI > platformio lib search "header:pins_arduino.h" * Web > https://platformio.org/lib/search?query=header:pins_arduino.h * ********************************************************************** compilation terminated. *** [.pio\build\release\src\src\MotionControl.cpp.o] Error 1 喵。我的问题是什么:-(? PS:文字是通过谷歌翻译器翻译的,因为我不会英文…… Vladilenka 添加了 把招工广告 需要额外注意标签 2022 年 1 月 20 日 合作者 米奇布拉德利 评论了 2022 年 1 月 21 日 通过电子邮件 你试过 FluidNC 了吗?https://github.com/bdring/FluidNC ?它比 Grbl_Esp32 好得多,不需要重新编译。只需从https://github.com/bdring/FluidNC/releases下载安装程序,安装到您的 ESP32 上并使用文本文件进行配置。我们已经停止支持 grbl_esp32,现在将所有精力都花在了 fluidNC 上 …… ?1个Vladilenka 用竖起大拇指的表情符号回应 作者 弗拉季连卡 评论了 2022 年 1 月 21 日 万岁!我是通过 FluidNC 做到的!谢谢:- * Vladilenka在完成时 关闭了它 2022 年 1 月 21 日 喜欢 (0) PNCconf – 添加 Mesa – 指定“逻辑号” #1832 为 FLUID 翻译 Machine.h #1058 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 关闭
无法编译
。通过 arduino 首先出现错误 #include <FreeRTOS.h 。我注释掉了这一行,但错误仍然存在。
尝试使用平台…
喵。我的问题是什么:-(?
PS:文字是通过谷歌翻译器翻译的,因为我不会英文……