[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [avr-gcc-list] avrdude on cygwin
From: |
Weddington, Eric |
Subject: |
RE: [avr-gcc-list] avrdude on cygwin |
Date: |
Tue, 18 Nov 2008 16:25:44 -0700 |
> -----Original Message-----
> From:
> address@hidden
> [mailto:address@hidden
> org] On Behalf Of Ruud Vlaming
> Sent: Tuesday, November 18, 2008 4:08 PM
> To: address@hidden
> Subject: [avr-gcc-list] avrdude on cygwin
>
> I have a problem compiling the avrdude 5.5 on the
> latest cygwin. With
> ../avr-libc-$LIBC_VERSIE/configure --prefix=$PREFIX
> --build=`../avr-libc-$LIBC_VERSIE/config.guess` --host=avr
> make && make install
>
> it returns (after some work) with:
>
> In file included from lexer.c:990:
> /usr/lib/gcc/i686-pc-mingw32/3.4.4/../../../../i686-pc-mingw32
> /include/unistd.h:37: error: conflicting types for 'usleep'
> ../avrdude-5.5/avrdude.h:50: error: previous declaration of
> 'usleep' was here
<snip>
> Or should it be patched at all? Like to hear your
> comments.
Can you build it under MinGW/MSYS? It works for me on that platform.