i have been using this particular code for about 1/2 year
nowtrying to update i receive this error code
Arduino: 1.8.5 (Windows 10), Board: "Arduino Pro or Pro Mini, ATmega328P (5V, 16 MHz)"
Archiving built core (caching) in: C:\Users\CAROLY~1\AppData\Local\Temp\arduino_cache_503628\core\core_arduino_avr_pro_cpu_16MHzatmega328_0c812875ac70eb4a9b385d8fb077f54c.a
C:\Users\CAROLY~1\AppData\Local\Temp\ccuasxO8.ltrans0.ltrans.o:(.rodata+0x6): undefined reference to `Print::write(unsigned char const*, unsigned int)'
C:\Users\CAROLY~1\AppData\Local\Temp\ccuasxO8.ltrans0.ltrans.o:(.rodata+0x36): undefined reference to `Print::write(unsigned char const*, unsigned int)'
c:/program files (x86)/arduino/hardware/tools/avr/bin/../lib/gcc/avr/4.9.2/../../../../avr/lib/avr5/crtatmega328p.o:(.init9+0x0): undefined reference to `main'
collect2.exe: error: ld returned 1 exit status
Multiple libraries were found for "Wire.h"
Used: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\Wire
Not used: C:\Users\Carolyn & Doug\Documents\Arduino\libraries\Wire
Multiple libraries were found for "RTClib.h"
Used: C:\Users\Carolyn & Doug\Documents\Arduino\libraries\RTClib
Not used: C:\Users\Carolyn & Doug\Documents\Arduino\libraries\RTClib-master
exit status 1
Error compiling for board Arduino Pro or Pro Mini.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
not sure what to do now
i should i deleted ide and reinstalled a fresh copy
Undefined reference to main? And it's not finding the write method of print?
Does anything else compile? Try like, compiling blink... It looks like builder is misbehaving; have you exited and restarted the IDE since this started? Sometimes weirdo problems like this are caused by the cache getting messed up.
So I pasted the current blink code to a new file, tried to compile and
error message as follows :
Arduino: 1.8.5 (Windows 10), Board: "Arduino Pro or Pro Mini, ATmega328P (5V, 16 MHz)"
c:/program files (x86)/arduino/hardware/tools/avr/bin/../lib/gcc/avr/4.9.2/../../../../avr/lib/avr5/crtatmega328p.o:(.init9+0x0): undefined reference to `main'
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board Arduino Pro or Pro Mini.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
when I get down the list to the /bin/.. etc on my sreen there a list of files but differentthan I have been used to viewing, not sure where after the bin file to go as it is listed as ..