-
Notifications
You must be signed in to change notification settings - Fork 93
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
Won't Compile on newest 1.8.7 Arduino IDE due to StandardCplusplus #123
Comments
Try it with 1.8.5 and still wont compile |
Try this It work for me |
Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)" In file included from C:\Users\cqnng\Documents\Arduino\libraries\DROMatic\DROMatic.ino:14:0: C:\Program Files (x86)\Arduino\libraries\StandardCplusplus/ctime:51:18: fatal error: time.h: No such file or directory #include <time.h>
compilation terminated. Multiple libraries were found for "SPI.h" This report would have more information with |
Got it to compile with Visuals Studio but for some reason I'm stuck on Crop Name screen with only forward and reset button working |
same, if anyone has fix it would be great service |
actually got it all working perfectly now, took a couple of days and some editing in the code, if anyone needs any help how to get it all working let me know :) Cheers! |
Can anyone help me get this up & running? It won’t compile |
I need help |
use arduino 1.8.5
…On Thu, Mar 18, 2021 at 5:32 AM iamhollis84 ***@***.***> wrote:
Can anyone help me get this up & running? It won’t compile
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#123 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHK5G2E7L6U3M6HYSTQEUPTTEE7HRANCNFSM4F7M6TPA>
.
|
Project won't compile if using the newest Adruino IDE 1.8.7 due to some breaking changes made in Arduino 1.8.6 - avr-gcc 4.9.2 to avr-gcc 5.4.0 it causes StandardCplusplus not to work anymore and throw errors regarding (class std::basic_istream) and ostream.
The easiest fix I have found currently without digging into this further is to simply install the 1.8.5 IDE which still uses avr-gcc-4.9.2
The text was updated successfully, but these errors were encountered: