-
Notifications
You must be signed in to change notification settings - Fork 76
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
Include all files in the variants folder for compiling. #588
Comments
Rick, where should this line go? At the very top of compileSketch() in Compiler.java? |
I'll check. Will have feedback tonight. --Rick On Wed, Oct 21, 2015 at 10:11 AM, Brian Schmalz [email protected]
Co-founder |
Rick - I think this is the last major MPIDE 'bug' to squash before it will compile the blink sketch for all boards. |
variant folder is found in this code
On Wed, Oct 21, 2015 at 8:16 PM, Brian Schmalz [email protected]
Co-founder |
It's stuffed inside this variable: includePaths
On Wed, Oct 21, 2015 at 10:43 PM, Rick Anderson <[email protected]
Co-founder |
Then these files are searched for and added .c, .cpp, .S compiled in.
But it looks for "buildPath" in this portion of code. --RIck On Wed, Oct 21, 2015 at 10:44 PM, Rick Anderson <[email protected]
Co-founder |
Rick, Right, but I don't see how to get all of the files in the variant folder to Brian
|
So it finally drills down to:
On Wed, Oct 21, 2015 at 10:50 PM, Brian Schmalz [email protected]
Co-founder |
… variants folder.
I can confirm that this works as WiFire is now building without compile errors. |
Include all files in the variants folder for compiling. This the better way to do that.
The text was updated successfully, but these errors were encountered: