All pastes #2109106 Raw Edit

Anonymous

public text v1 · immutable
#2109106 ·published 2012-02-02 19:06 UTC
rendered paste body
sketch_feb02a.cpp: In function 'void setup()':
sketch_feb02a:100: error: invalid conversion from 'char' to 'const char*'
sketch_feb02a:100: error: initializing argument 1 of 'size_t strlen(const char*)'
sketch_feb02a:125: error: call of overloaded 'print(float*&)' is ambiguous
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/Print.h:55: note: candidates are: size_t Print::print(char) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/Print.h:56: note:                 size_t Print::print(unsigned char, int) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/Print.h:57: note:                 size_t Print::print(int, int) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/Print.h:58: note:                 size_t Print::print(unsigned int, int) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/Print.h:59: note:                 size_t Print::print(long int, int) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/Print.h:60: note:                 size_t Print::print(long unsigned int, int) <near match>
sketch_feb02a:127: error: call of overloaded 'String(int*&)' is ambiguous
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/WString.h:70: note: candidates are: String::String(long unsigned int, unsigned char) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/WString.h:69: note:                 String::String(long int, unsigned char) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/WString.h:68: note:                 String::String(unsigned int, unsigned char) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/WString.h:67: note:                 String::String(int, unsigned char) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/WString.h:66: note:                 String::String(unsigned char, unsigned char) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/WString.h:65: note:                 String::String(char) <near match>
sketch_feb02a.cpp: In function 'void loop()':
sketch_feb02a:134: error: call of overloaded 'String(float*&)' is ambiguous
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/WString.h:70: note: candidates are: String::String(long unsigned int, unsigned char) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/WString.h:69: note:                 String::String(long int, unsigned char) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/WString.h:68: note:                 String::String(unsigned int, unsigned char) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/WString.h:67: note:                 String::String(int, unsigned char) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/WString.h:66: note:                 String::String(unsigned char, unsigned char) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/WString.h:65: note:                 String::String(char) <near match>
sketch_feb02a:136: error: call of overloaded 'String(int*&)' is ambiguous
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/WString.h:70: note: candidates are: String::String(long unsigned int, unsigned char) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/WString.h:69: note:                 String::String(long int, unsigned char) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/WString.h:68: note:                 String::String(unsigned int, unsigned char) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/WString.h:67: note:                 String::String(int, unsigned char) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/WString.h:66: note:                 String::String(unsigned char, unsigned char) <near match>
C:\Program Files (x86)\Arduino\arduino-1.0\hardware\arduino\cores\arduino/WString.h:65: note:                 String::String(char) <near match>