On Fri, 2011-01-14 at 20:44 -0200, Marcelo Politzer wrote: > It seems to me that you are missing the printf_flt. Try adding: > > > LDFLAGS+=-lm -Wl,-u,vfprintf -lprintf_flt > > > Since the avr are so tiny on rom and ram the developers made a version > without float support > to reduce resources usage when possible.
Thanks, I knew I was missing something. I always try to avoid using floating point. But, I need some trig ans poly calculations. tomdean _______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list