[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [avr-chat] How to compile avr dude in windows?
From: |
Eric Weddington |
Subject: |
RE: [avr-chat] How to compile avr dude in windows? |
Date: |
Wed, 28 Mar 2007 05:34:21 -0600 |
> -----Original Message-----
> From: Joerg Wunsch [mailto:address@hidden
> Sent: Tuesday, March 27, 2007 11:11 PM
> To: address@hidden
> Cc: Eric Weddington
> Subject: Re: [avr-chat] How to compile avr dude in windows?
>
> As Eric Weddington wrote:
>
> > Joerg, remember, this is avrdude. There is no dependency on
> > cygwin1.dll whether you build it in Cygwin or build it in
> > MinGW/MSYS.
>
> Ah, sorry then. I simply thought *everything* you build in Cygwin
> depends on cygwin1.dll.
Only if you actually have POSIX calls. In avrdude, we made sure that the
Windows port only made win32 calls.