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

EEPROM.h is missing from the Installation files of Teensyduino 1.23 #1

Closed
pramilo opened this issue May 20, 2015 · 2 comments
Closed

Comments

@pramilo
Copy link

pramilo commented May 20, 2015

  • Using Ardino IDE 1.0.6 and Teensydino 1.23
  • Standard install, selected to Install ALL Libraries.

After installation the file EEPROM.h is missing from the folder "arduino-1.0.6\hardware\teensy\cores\teensy3"

Did the usual Sketch->Import Library->EEPROM which added the "#include <EEPROM.h>" line to the top of the file.

However when trying to compile you get a "missing EEPROM.h". After many hours trying to track down the issue, it turns out the file is actually missing in the install package.
I was finally able to track down this file, manually placed it in arduino-1.0.6\hardware\teensy\cores\teensy3 and it started compiling just fine.

BTW: tried to report the issue on your forum but the registration form doesn't work.
The verification for human is not displayed although I keep getting an error saying I didn't complete that verification.

@PaulStoffregen
Copy link
Owner

Oh, I see what's happening. It is installing the newer EEPROM.h, which conflicts with the older EEPROM.cpp. It should delete the old EEPROM.cpp, but doesn't.

@PaulStoffregen
Copy link
Owner

fixed
d47cd71

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