SivarajAmbat / blueboard-lpc214x

Automatically exported from code.google.com/p/blueboard-lpc214x
0 stars 0 forks source link

Inconsistencies in filename casing in BB source code #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
*** What steps will reproduce the problem?
1. Use *nix environment
2. Go to Sources/GCC
3. Run "make"

*** What is the expected output? What do you see instead?
Expected: code compiles without errors.
Current: lots of errors related with not found files (names are correct but
letter casing differs).

*** What version of the product are you using? On what operating system?
Operating system: Linux Ubuntu 10.04, GCC (ARM) 4.4.4.

*** Please provide any additional information below.
Proposed fix: make all files have the same name across whole package.

Original issue reported on code.google.com by lukasz.g...@gmail.com on 9 May 2010 at 4:35