[Grbl_Esp32 Issue#564] Problems Compiling Firmware

未分类 bolang 4个月前 (10-14) 43次浏览

Issue #564 | 状态: 已关闭 | 作者: sshahriyari | 创建时间: 2020-08-21

标签: help wanted


Hi,
I got this error :


In file included from D:\Downloads\GrblEsp32-master\GrblEsp32\Grbl_Esp32.ino:21:0:

grbl.h:31:10: fatal error: driver/rmt.h: No such file or directory

#include

^~~~~~~~~~~~~~

compilation terminated.

exit status 1
driver/rmt.h: No such file or directory


评论 (6)

#1 – bdring 于 2020-08-21

You should submitted the issue using the template “Problems Compiling Firmware”.

It says……

Please answer the following questions:

Have you read the wiki regarding how to compile?

What version of the Arduino IDE are you using?

What version (commit date) of the Arduino core for the ESP32 are you using?

Are you using the master branch of Grbl_ESP32?

Have you made any edits or configuration changes (list them) to the firmware?

Please paste the compiler error text here:


#2 – sshahriyari 于 2020-08-22

> You should submitted the issue using the template “Problems Compiling Firmware”.
>
> It says……
>
> Please answer the following questions:
>
> Have you read the wiki regarding how to compile?
>
> What version of the Arduino IDE are you using?
>
> What version (commit date) of the Arduino core for the ESP32 are you using?
>
> Are you using the master branch of Grbl_ESP32?
>
> Have you made any edits or configuration changes (list them) to the firmware?
>
> Please paste the compiler error text here:

many thanks bdring.

yes, I have read wiki.

my arduino version is 1.8.12

I think it is 2.7.4

Im using this file “GrblEsp32-master\GrblEsp32\Grbl_Esp32.ino”

no edit.

I put error in the last post.


#3 – bdring 于 2020-08-22

Try running this example program for the ESP32. I don’t think you have ESP32 installed correctly.

!image


#4 – sshahriyari 于 2020-08-22

ESP8266 Chip id = 000B476D


#5 – luc-github 于 2020-08-22

2.7.2 is esp8266 core like your chip id described it – this FW is for esp32 not esp8266


#6 – sshahriyari 于 2020-08-22

> esp32

ohhh… I thought they were similar :(


原始Issue: https://github.com/bdring/Grbl_Esp32/issues/564

喜欢 (0)