avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Avr-libc Floating Point Problem


From: Oleksandr Redchuk
Subject: Re: [avr-gcc-list] Avr-libc Floating Point Problem
Date: Sat, 15 Jan 2011 00:47:08 +0200

2011/1/15 Thomas D. Dean <address@hidden>:

By default, "standard" (without floating point formats support) print
formatter version is linked.
Add switches for "full" formatter linking

> avr-gcc -Os   -mmcu=atmega128 main.o -o main.elf \
>   -L/usr/lib/avr/lib/avr51 -lc -lm \
-Wl,-u,vfprintf -lprintf_flt


-- 
wbr,
ReAl



reply via email to

[Prev in Thread] Current Thread [Next in Thread]