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

Firmware does not compile on Linux due to case sensitivity of filenames #2

Open
GoogleCodeExporter opened this issue Feb 12, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Opening the firmware scetch in Arduino IDE and compiling it generates "file 
not found error" and compiling to fail
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.
- The problem is that Linux is case sensitive and the files are stored with a 
spelling starting with a capital letter while the include statements are 
written with small letter. To fix it, either files should be renamed with small 
letters, or include statement should be written with Capital letters.

Original issue reported on code.google.com by [email protected] on 11 Aug 2013 at 12:12

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Here is the patch

Original comment by [email protected] on 25 Aug 2013 at 11:32

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant