ESP32-Radio icon indicating copy to clipboard operation
ESP32-Radio copied to clipboard

cannot compile - fatal error: utils.h:

Open mickeypop opened this issue 1 year ago • 3 comments

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

mickeypop avatar Oct 20 '24 00:10 mickeypop

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

Edzelf avatar Oct 21 '24 09:10 Edzelf

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?

mickeypop avatar Dec 17 '24 21:12 mickeypop

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.

Edzelf avatar Dec 18 '24 11:12 Edzelf