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

Re: [Developers] [Bug 664309] Re: java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path thrown while loading gnu.io.RXTXCommDriver

2010-10-22 Thread ricklon
I upgrade to Ubuntu 10.10 32bit and tried out your update, and it worked fine. Ran, compiled, uploaded. --Rick On Thu, Oct 21, 2010 at 2:31 PM, Scott Howard wrote: > Brewster: Could you test a fixed package to see if it works: > (from https://launchpad.net/~showard314/+archive/ppa) > > sudo add-a