On 09/22/2014 04:34 PM, Denis Heidtmann wrote:
If by Arduino you mean the Arduino IDE it is 1.0.  It is what was(is?)
provided in the Ubuntu repositories.  I understand that various
versions can exist on the same machine, although I admit I do not know
the details of installation outside of the package system.

Arduino 1.0 is almost 3 years old.  It was released on Nov 30, 2011.

You should uninstall your distro's old, stale copy.

Simply download the latest non-beta Arduino 1.0.6 directly from here:

http://arduino.cc/en/Main/Software#toc2

It's just a tarball, so extra it anywhere convenient, and then just run it. You'll be a lot better off than using a 3-year old version that's so far in the past nobody bothers to test and support its bugs that have long since been fixed.




-Denis

On Mon, Sep 22, 2014 at 3:31 PM, Paul Stoffregen <[email protected]> wrote:
What version of Arduino are you using? In Arduino, use Help > About to
check.

This looks like a problem Arduino had long ago.  I submitted a fix which
David Mellis merged into Arduino long ago.



On 09/22/2014 02:10 PM, Denis Heidtmann wrote:
I had a fair degree of success with one computer.  Now I am trying to
make the same working on this little notebook.  In trying to upload a
RTC sketch (the same one as used on the desktop) I get the errors
shown below.  I would appreciate ideas of where I went wrong.  Thanks.

/home/denis/sketchbook/libraries/RTClib/RTClib.cpp: In member function
?uint8_t RTC_DS1307::isrunning()?:
/home/denis/sketchbook/libraries/RTClib/RTClib.cpp:229:20: error: call
of overloaded ?write(int)? is ambiguous
/usr/share/arduino/libraries/Wire/Wire.h:55:20: note: candidates are:
virtual size_t TwoWire::write(uint8_t)
/usr/share/arduino/hardware/arduino/cores/arduino/Print.h:49:12: note:
                  size_t Print::write(const char*)
/home/denis/sketchbook/libraries/RTClib/RTClib.cpp: In static member
function ?static void RTC_DS1307::adjust(const DateTime&)?:
/home/denis/sketchbook/libraries/RTClib/RTClib.cpp:239:20: error: call
of overloaded ?write(int)? is ambiguous
/usr/share/arduino/libraries/Wire/Wire.h:55:20: note: candidates are:
virtual size_t TwoWire::write(uint8_t)
/usr/share/arduino/hardware/arduino/cores/arduino/Print.h:49:12: note:
                  size_t Print::write(const char*)
/home/denis/sketchbook/libraries/RTClib/RTClib.cpp:247:20: error: call
of overloaded ?write(int)? is ambiguous
/usr/share/arduino/libraries/Wire/Wire.h:55:20: note: candidates are:
virtual size_t TwoWire::write(uint8_t)
/usr/share/arduino/hardware/arduino/cores/arduino/Print.h:49:12: note:
                  size_t Print::write(const char*)
/home/denis/sketchbook/libraries/RTClib/RTClib.cpp: In static member
function ?static DateTime RTC_DS1307::now()?:
/home/denis/sketchbook/libraries/RTClib/RTClib.cpp:253:20: error: call
of overloaded ?write(int)? is ambiguous
/usr/share/arduino/libraries/Wire/Wire.h:55:20: note: candidates are:
virtual size_t TwoWire::write(uint8_t)
/usr/share/arduino/hardware/arduino/cores/arduino/Print.h:49:12: note:
                  size_t Print::write(const char*)
_______________________________________________
dorkbotpdx-blabber mailing list
[email protected]
http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber


_______________________________________________
dorkbotpdx-blabber mailing list
[email protected]
http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber
_______________________________________________
dorkbotpdx-blabber mailing list
[email protected]
http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber



_______________________________________________
dorkbotpdx-blabber mailing list
[email protected]
http://music.columbia.edu/mailman/listinfo/dorkbotpdx-blabber

Reply via email to