Skip to content

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

@GoogleCodeExporter

Description

@GoogleCodeExporter
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 manne.si...@gmail.com on 11 Aug 2013 at 12:12

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions