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

Missing Symbols using Arduino IDE 1.6.7 #23

Closed
waldo1979 opened this issue Mar 2, 2016 · 3 comments
Closed

Missing Symbols using Arduino IDE 1.6.7 #23

waldo1979 opened this issue Mar 2, 2016 · 3 comments

Comments

@waldo1979
Copy link

Getting some compilation errors while attempting to compile in 1.6.7 due to missing symbols:

ILI9341_t3/ILI9341_t3.h:178:9: error: 'KINETISK_SPI0' was not declared in this scope
ILI9341_t3/ILI9341_t3.h:193:31: error: 'SPI_SR_TCF' was not declared in this scope
ILI9341_t3/ILI9341_t3.h:197:67: error: 'SPI_PUSHR_CTAS' was not declared in this scope
ILI9341_t3/ILI9341_t3.h:197:71: error: 'SPI_PUSHR_CONT' was not declared in this scope

Any idea where these should be declared?

@waldo1979
Copy link
Author

Fresh install of Windows 10, attempting to compile the graphicstest example.

@blackketter
Copy link

Make sure you have Tools > Board set to a Teensy 3.x

@PaulStoffregen
Copy link
Owner

@blackketter - Thanks!

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

3 participants