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 - fatal error: utils.h: #533

Open
mickeypop opened this issue Oct 20, 2024 · 3 comments
Open

cannot compile - fatal error: utils.h: #533

mickeypop opened this issue Oct 20, 2024 · 3 comments

Comments

@mickeypop
Copy link

REF Arduino IDE

ERROR ...\ESP32-Radio.ino:144:82: fatal error: utils.h: No such file or directory

even with debugging set to VERBOSE, all I get is utils.h is missing

what lib uses utils.h so I can add it and fix this

@Edzelf
Copy link
Owner

Edzelf commented Oct 21, 2024

I probably uploaded the V2 version to this repositry. I have corrected this. But please use the V2 version. It it much better.

@mickeypop
Copy link
Author

the error
C:\Users\micke\AppData\Local\arduino\sketches\FA72BF97596CD6E716FD829CDF28CBCE\sketch\ESP32-Radio.ino.cpp -o nul
Alternatives for utils.h: []
ResolveLibrary(utils.h)
-> candidates: []
C:\Users\micke\Documents\Arduino\CUSTOMERS\PersonalProjects\ESP32-Radio\ESP32-Radio.ino:144:10: fatal error: utils.h: No such file or directory
144 | #include "utils.h" // Some handy utilities
| ^~~~~~~~~
compilation terminated.
exit status 1

Compilation error: utils.h: No such file or directory

What library is utils.h from?

@Edzelf
Copy link
Owner

Edzelf commented Dec 18, 2024

If you are stil using the V1 version: there is no include for "utils.h". Your main program is the wrong version.
For version 2, the utils.h is in the include directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants