avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] avrdude Prob with Win2000


From: Theodore A. Roth
Subject: Re: [avrdude-dev] avrdude Prob with Win2000
Date: Wed, 17 Dec 2003 16:50:58 -0800 (PST)


On Wed, 17 Dec 2003, E. Weddington wrote:

> On 17 Dec 2003 at 15:03, Theodore A. Roth wrote:
>
> > Does this shed any light on the problem?
> >
> >   http://sources.redhat.com/ml/gdb/2003-09/msg00295.html
> >
> FYI, the avrdude shipped with WinAVR uses Cygwin DLL 1.3.x
>
>

I wondering if we should change this:

        *-*-msdos* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
                DEFAULT_PAR_PORT="lpt1"
                DEFAULT_SER_PORT="com1"

to something this (might need to split out the cygwin case though):

        *-*-msdos* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
                DEFAULT_PAR_PORT="/dev/lpt1"
                DEFAULT_SER_PORT="/dev/com1"

in configure.ac so as to allow things to work for cygwin users
independent of which version of cygwin they decide to use.

Does cygwin always provide the /dev/* files? What does mingw32 do?

Would native msdos and windows even use a /dev/* file?

Ted Roth




reply via email to

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