¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: V12 compiling error


 

Again, any time you get this type of message it's because you haven't installed the library. I have pointed out many times that the URL for any non-standard library (i.e., not part of the normal install procedure) that we use will have its URL in the SDT.h header file:

#include <Chrono.h> ? ? ? ? ? ? ? ?// https://github.com/SofaPirate/Chrono/
#include <LinearRegression.h> ? ? ?// https://github.com/cubiwan/Regressino/
#include <Linear2DRegression.hpp> ?// https://github.com/nkaaf/Arduino-Regression

Go to the listed URL, download the file, and install it. Al and I have tried to get others to adopt this convention, but have not been completely successful. That said, everyone should check the T41 header files for a URL if their compile issue a "No such file" message.

Jack, W8TEE


On Monday, February 10, 2025 at 11:01:45 AM EST, Tim via groups.io <w4yn@...> wrote:


In file included from C:\Users\Admin\Documents\ai6ym\SDTVer064\SDTVer064.ino:595:
C:\Users\Admin\Documents\ai6ym\SDTVer064\SDT.h:20:10: fatal error: Chrono.h: No such file or directory
? ?20 | #include <Chrono.h> ? ? ? ? ? ? ? ?// https://github.com/SofaPirate/Chrono/
? ? ? | ? ? ? ? ?^~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: Chrono.h: No such file or directory

--
Jack, W8TEE

Join [email protected] to automatically receive all group messages.