> -Original Message-
> From:
> avr-libc-dev-bounces+eric.weddington=atmel@nongnu.org
> [mailto:avr-libc-dev-bounces+eric.weddington=atmel@nongnu.
> org] On Behalf Of Joerg Wunsch
> Sent: Tuesday, October 13, 2009 1:22 AM
> To: avr-libc-dev@nongnu.org
> Subject: Re: [avr-libc-de
As Weddington, Eric wrote:
> cc1.exe: error: missing argument to "-mmcu="
Your GNU make is too old.
http://lists.gnu.org/archive/html/avr-libc-dev/2009-07/msg1.html
--
cheers, J"org .-.-. --... ...-- -.. . DL8DTL
http://www.sax.de/~joerg/NIC: JW1
Hi All,
I was just building the latest 1.6 branch, and I'm getting this build error:
avr-gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../common -I../../../include
-g -Wall -W -Wstrict-prototypes -D__COMPILING_AVR_LIBC__ -mcall-prologues -Os -x
assembler-with-cpp -D__COMPILING_AVR_LIBC__ -c -o
Frédéric Nadeau ha scritto:
> I once had to write one for a project. It's not that complicated to
> simply convert an 32 bit integer to a GTM time if you cut the corners.
> Since we had no big requirements, here what we had not done:
> - Leap seconds handling
> - Timezone handling
> - Localize pri
Bob Paddock ha scritto:
> On Fri, Oct 9, 2009 at 8:39 AM, Daniele Basile wrote:
>
>> we need to use some functions of posix standard time library. We want to use
>> some time functions that convert unix time to a tm structure, or vice versa,
>> (ie, mktime, gmtime..), but the avr libc doesn't inc