Skip to content
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

LEDBeltKit_alt compile errors with Teensy3 #10

Closed
okyeron opened this issue Mar 2, 2013 · 0 comments
Closed

LEDBeltKit_alt compile errors with Teensy3 #10

okyeron opened this issue Mar 2, 2013 · 0 comments

Comments

@okyeron
Copy link

okyeron commented Mar 2, 2013

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)

ladyada added a commit that referenced this issue Jan 16, 2018
@ladyada ladyada closed this as completed Jan 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants