RE: [avr-libc-dev] Latest 1.6 branch fails to build

2009-10-12 Thread Weddington, Eric
> -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

Re: [avr-libc-dev] Latest 1.6 branch fails to build

2009-10-12 Thread Joerg Wunsch
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

[avr-libc-dev] Latest 1.6 branch fails to build

2009-10-12 Thread Weddington, Eric
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

Re: [avr-libc-dev] Missing time.h posix

2009-10-12 Thread Daniele Basile
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

Re: [avr-libc-dev] Missing time.h posix

2009-10-12 Thread Daniele Basile
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