Re: [Developers] [Bug 776353] Re: Stdio.h not found

2011-05-03 Thread ricklon
Maybe, I misunderstood problem. gcc is fine. But when Arduino compiles S files it looks for files with capital S. Luckily, Arduino/hardware/arduino/cores/arduino doesn't have any S files. Other toolchains need S files in that directory. --Rick On Tue, May 3, 2011 at 6:37 PM, William "Chops" We

Re: [Developers] [Bug 776353] Re: Stdio.h not found

2011-05-03 Thread ricklon
The the code that identifies S files is case sensitive, and won't picked up s files if the wrong case is used. I believe they have to be upper case S. --Rick On Tue, May 3, 2011 at 2:10 PM, Scott Howard wrote: > Thanks for checking. Paul Stoggregen figured it out, see his response > below > > On