Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile on ESP32-S3 #1657

Open
Hieudo02 opened this issue Sep 23, 2024 · 0 comments
Open

Cannot compile on ESP32-S3 #1657

Hieudo02 opened this issue Sep 23, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@Hieudo02
Copy link

I'm using Arduino IDE 2.3.2 with ESP32 2.0.17. I tried compiling GRBL on the ESP32-S3 DEV Module, but I received the following error:
fatal error: driver/dac.h: No such file or directory
(It compiles fine on the ESP32 DEV Module.)

Here's the full log:
D:...\src\Spindles\Spindle.h:46:10: fatal error: driver/dac.h: No such file or directory
#include <driver/dac.h>
^~~~~~~~~~~~~~
compilation terminated.
exit status 1

Compilation error: driver/dac.h: No such file or directory

@Hieudo02 Hieudo02 added the help wanted Extra attention is needed label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant