Skip to content

Move subfolders containing included files to src subfolder #1

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

Merged
merged 1 commit into from
Dec 15, 2017
Merged

Move subfolders containing included files to src subfolder #1

merged 1 commit into from
Dec 15, 2017

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Dec 14, 2017

Recent versions of the Arduino IDE only support recursive compilation within the src subfolder of the sketch folder (arduino/arduino-builder#148). Because of this, compilation of BMSino in Arduino IDE 1.8.5 would fail with a lot of "undefined reference" errors, which is solved by moving the files to the src subfolder and updating the includes.

Recent versions of the Arduino IDE only support recursive compilation within the src subfolder of the sketch folder (arduino/arduino-builder#148). Because of this, compilation of BMSino would fail with a lot of "undefined reference" errors, which is solved by moving the files to the src subfolder and updating the includes.
@Lucast85 Lucast85 merged commit f371915 into Lucast85:master Dec 15, 2017
@Lucast85
Copy link
Owner

Ok, many thanks for your tips.

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

Successfully merging this pull request may close these issues.

2 participants