You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting these compile errors when trying to upload the LEDBeltKit_alt sketch to Teensy 3.
FWIW - The strandtest and LEDBeltKit sketches works normally.
LEDbeltKit_alt.pde: In function 'void callback()':
LEDbeltKit_alt.pde:162:62: error: call of overloaded 'gamma(int)' is ambiguous
LEDbeltKit_alt.pde:162:62: note: candidates are:
In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/WProgram.h:6:0,
from /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/Arduino.h:1,
from /Applications/Arduino.app/Contents/Resources/Java/libraries/SPI/SPI.h:15,
from LEDbeltKit_alt.pde:20:
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/../lib/gcc/arm-none-eabi/4.7.2/include-fixed/math.h:287:15: note: double gamma(double)
LEDbeltKit_alt.pde:82:6: note: byte gamma(byte)
LEDbeltKit_alt.pde:163:62: error: call of overloaded 'gamma(int)' is ambiguous
LEDbeltKit_alt.pde:163:62: note: candidates are:
In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/WProgram.h:6:0,
from /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/Arduino.h:1,
from /Applications/Arduino.app/Contents/Resources/Java/libraries/SPI/SPI.h:15,
from LEDbeltKit_alt.pde:20:
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/../lib/gcc/arm-none-eabi/4.7.2/include-fixed/math.h:287:15: note: double gamma(double)
LEDbeltKit_alt.pde:82:6: note: byte gamma(byte)
LEDbeltKit_alt.pde:164:62: error: call of overloaded 'gamma(int)' is ambiguous
LEDbeltKit_alt.pde:164:62: note: candidates are:
In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/WProgram.h:6:0,
from /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/Arduino.h:1,
from /Applications/Arduino.app/Contents/Resources/Java/libraries/SPI/SPI.h:15,
from LEDbeltKit_alt.pde:20:
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/../lib/gcc/arm-none-eabi/4.7.2/include-fixed/math.h:287:15: note: double gamma(double)
LEDbeltKit_alt.pde:82:6: note: byte gamma(byte)
The text was updated successfully, but these errors were encountered:
I'm getting these compile errors when trying to upload the LEDBeltKit_alt sketch to Teensy 3.
FWIW - The strandtest and LEDBeltKit sketches works normally.
LEDbeltKit_alt.pde: In function 'void callback()':
LEDbeltKit_alt.pde:162:62: error: call of overloaded 'gamma(int)' is ambiguous
LEDbeltKit_alt.pde:162:62: note: candidates are:
In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/WProgram.h:6:0,
from /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/Arduino.h:1,
from /Applications/Arduino.app/Contents/Resources/Java/libraries/SPI/SPI.h:15,
from LEDbeltKit_alt.pde:20:
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/../lib/gcc/arm-none-eabi/4.7.2/include-fixed/math.h:287:15: note: double gamma(double)
LEDbeltKit_alt.pde:82:6: note: byte gamma(byte)
LEDbeltKit_alt.pde:163:62: error: call of overloaded 'gamma(int)' is ambiguous
LEDbeltKit_alt.pde:163:62: note: candidates are:
In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/WProgram.h:6:0,
from /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/Arduino.h:1,
from /Applications/Arduino.app/Contents/Resources/Java/libraries/SPI/SPI.h:15,
from LEDbeltKit_alt.pde:20:
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/../lib/gcc/arm-none-eabi/4.7.2/include-fixed/math.h:287:15: note: double gamma(double)
LEDbeltKit_alt.pde:82:6: note: byte gamma(byte)
LEDbeltKit_alt.pde:164:62: error: call of overloaded 'gamma(int)' is ambiguous
LEDbeltKit_alt.pde:164:62: note: candidates are:
In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/WProgram.h:6:0,
from /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/Arduino.h:1,
from /Applications/Arduino.app/Contents/Resources/Java/libraries/SPI/SPI.h:15,
from LEDbeltKit_alt.pde:20:
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/../lib/gcc/arm-none-eabi/4.7.2/include-fixed/math.h:287:15: note: double gamma(double)
LEDbeltKit_alt.pde:82:6: note: byte gamma(byte)
The text was updated successfully, but these errors were encountered: