Date
1 - 4 of 4
not able to verify the device
Suveer Udayashankara
Hi I am having a bit of problem while verifying the code.. The Arduino ide is not able verify the code The error is : OnStep:65:10: fatal error: src/sd_drivers/Models.h: No such file or directory 65 | #include "src/sd_drivers/Models.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 src/sd_drivers/Models.h: No such file or directory But the all the path is written in the program are doing well.. But still ham getting this error.. How to tackle this issue
On Fri, Jun 24, 2022, 05:31 Howard Dutton <hjd1964@...> wrote: On Thu, Jun 23, 2022 at 04:56 PM, Joy Clarke wrote:
|
|
Suveer Udayashankara
Hi I am having a bit of problem while verifying the code.. The Arduino ide is not able verify the code The error is : OnStep:65:10: fatal error: src/sd_drivers/Models.h: No such file or directory 65 | #include "src/sd_drivers/Models.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 src/sd_drivers/Models.h: No such file or directory But the all the path is written in the program are doing well.. But still ham getting this error.. How to tackle this issue
|
|
Howard Dutton
Probably the source code isn't installed correctly (path problem:)
Uploading the Firmware If that doesn't do it re-install the Arduino IDE.
|
|
Suveer Udayashankara
#error "Library check: OnStep assumes HIGH == 1!"
what shall i do??
|
|