> > I am using the Ubuntu 8.10 package, installed with apt-get. Most > > likely from the ANL archive. > > > # avr-gcc --version > > avr-gcc (GCC) 4.3.0 > > Ouch. That's most likely an unpatched GCC 4.3.0, which was known to > have many (sic) serious bugs for the AVR target. Get rid of it. > Either fall back to GCC 4.2.x (which was quite stable), or a patched > version of an up-to-date GCC 4.3.x.
Had the same problem (am running on Ubuntu 8.10 too). I simply temporarily enabled the Ubuntu 9.04 repos in order to pull a more recent version of the tool-chain (the repos have avr-gcc 4.3.2). It installed and works just fine. Turned a buggy program that got me pull nearly all of my hair...into a sweet piece of code that "just works (tm)" , give it a try ! ;-) -- Vince _______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list