开源改变世界

编译固件的问题 #1057

推推 grbl 3年前 (2023-01-31) 227次浏览
关闭
Vladilenka 打开了这个问题 2022 年 1 月 20 日 · 2 条评论
关闭

编译固件的问题#1057

Vladilenka 打开了这个问题 2022 年 1 月 20 日 · 2 条评论

注释

编译固件的问题 #1057

无法编译 :-( 。通过 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:文字是通过谷歌翻译器翻译的,因为我不会英文……

编译固件的问题 #1057 Vladilenka 添加了 把招工广告 需要额外注意标签 2022 年 1 月 20 日
编译固件的问题 #1057
合作者
米奇布拉德利 评论了 2022 年 1 月 21 日 通过电子邮件
编译固件的问题 #1057

万岁!我是通过 FluidNC 做到的!谢谢:- *