Skip to content

Arduino 1.6.7 fails to correctly extract function prototypes from .ino, requires forward declarations #4359

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

Closed
ratkins opened this issue Dec 28, 2015 · 2 comments
Milestone

Comments

@ratkins
Copy link

ratkins commented Dec 28, 2015

My project at this commit successfully compiled and built under Arduino 1.6.5-betasomething, with Teensyduino 1.26. It fails to build under 1.6.7/1.27 without forward declaring functions that are defined in the .ino (below loop(), from which they're called.)

This commit contains changes necessary for it to compile.

@sebastius
Copy link

Ah so that's what it is. Been messing for hours...

I'm downgrading to 1.6.5. Such a shame.

@matthijskooijman
Copy link
Collaborator

This issue was moved to arduino/arduino-builder#88

@agdl agdl added this to the Release 1.6.8 milestone Jan 26, 2016
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

4 participants