|
From: | Jesper Hansen |
Subject: | [avr-gcc-list] Makefile problem with case of filenames. |
Date: | Tue, 14 Mar 2006 21:28:28 +0100 |
User-agent: | Mozilla Thunderbird 1.0.6 (Windows/20050716) |
If names in upper case are used as targets (or rules), the link process will fail.
This should be considered a bug on the Windows version as the system is not supposed to be case sensitive. Replacing all references in the Makefile to lowercase variants will allow make to pass (despite all names still being uppercase on the system).
So, there seems to be an "i" missing in some strcmp (or something) somewhere.
/Jesper
[Prev in Thread] | Current Thread | [Next in Thread] |