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

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

Re: [avr-gcc-list] avr-gcc printf optimisation ?


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] avr-gcc printf optimisation ?
Date: Wed, 17 Dec 2008 15:25:28 +0100 (MET)

In article <address@hidden> you write:

>I have been using my own printf in stead of the printf of
>avr-libc.

In hosted mode (which is the default), you are not allowed to replace
library functions by your own implementation.  Either use -ffreestanding,
or use a non-conflicting name instead.
-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

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