[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] WinCVS and WinAVR Conflict
From: |
E. Weddington |
Subject: |
Re: [avr-gcc-list] WinCVS and WinAVR Conflict |
Date: |
Fri, 16 Apr 2004 16:13:39 -0600 |
On 16 Apr 2004 at 16:08, E. Weddington wrote:
> On 17 Apr 2004 at 1:13, address@hidden wrote:
>
> > > Any volunteers to help port projects would be incredibly welcome. The
> > > projects that need native Win32 executables are: 1. SimulAVR 2. AVaRICE 3.
> > > GDB / Insight 4. SRecord 5. uisp 6. Tcl / Tk / Wish
> >
> > The last one exists I hope? There is quite Win32 native Tcl / Tk /
> > Wish
>
> It gets more complicated... *sigh*. I'm aware that there are native Win32 Tcl
> /
> Tk / Wish. The ones that are built and shipped with WinAVR are due to Insight
> being built. Insight, coming from RedHat, is built using... you guessed it,
> Cygwin. The Insight program uses Tcl / Tk for it's UI, but when it builds
> those
> DLLs, it links them to the Cygwin DLL. Wish is linked to the same Cygwin Tcl /
> Tk DLLs. The biggest problem in that list above is trying to develop a patch
> for
> (now) 6.1 GDB / Insight / Tcl / Tk / Wish. =:-o
>
Oh, I forgot to elaborate even more:
Even though Insight uses Tcl / Tk for it's UI, Insight is not a pure Tcl / Tk
app; it's completely compiled (hence the .exe) and calls the Tcl / Tk DLLs
directly. It doesn't use Wish at all.