-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Compiler hangs on error in include file #3282
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
Comments
A similar issue (with a larger sketch) was reported in the forum at http://forum.arduino.cc/index.php?topic=327636.0 The user there reported using Windows 8.1 (and IDE 1.6.4). My example above is a small sketch which reproduces the issue. |
Compiling under Ubuntu (64-bit) gives a more reasonable error message:
Plus a whole lot more errors which I am uncertain of the reason for - possibly a side-effect. |
It's a bug solved in 8a1e6c8. It showed up as a hung compilation when warning levels were anything but "none". See #3124 and #3115 |
Hello Sir, Thanks. |
Hi. Thanks. |
@curie31 this is about a bug that was fixed 5 years ago. There's nothing to elaborate. Hundreds of people get an email every time you comment on one of our issues. That's fine if you have something constructive to add, but that's not the case here. |
Using IDE 1.6.4, Windows XP (64 bit). Build target: Arduino Uno.
Make a sketch as follows:
Make a new tab in the IDE called "foo.h". Place this inside it:
The compile process hangs indefinitely with this verbose output:
The text was updated successfully, but these errors were encountered: