public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Fwd: Cygwin instalation for eCos
       [not found] <c25335bc0704060436x280e37a1h7d1c2b84c4b709cf@mail.gmail.com>
@ 2007-04-06 11:38 ` Alexander Aganichev
  2007-04-10  7:04   ` Jürgen Lambrecht
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Aganichev @ 2007-04-06 11:38 UTC (permalink / raw)
  To: ecos-discuss

Hi!

What is the right way to get working installation of Cygwin to use for
building eCos? I found myself trapped in the bug inside tcl/tk package
and it seems this bug lasts for more than 3 years. It is all started
from non-working installation script  ecos-install.tcl. Spent two days
to determine it is tcl bug, rebuilt it by myself (unfortunately, I
found only tcl 8.3 that was easy to build) and now I'm fighting with
configtool.exe. I have exactly the same symptoms as described here:
http://sourceware.org/ml/ecos-discuss/2001-11/msg00008.html.

So, where is that good hidden package that works for everyone on this
list? And may be it should be noticed on the web site, so everyone
else will not trap into it? Thanks in advance for any help.

-- 
WBR, Alexander

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ECOS] Fwd: Cygwin instalation for eCos
  2007-04-06 11:38 ` [ECOS] Fwd: Cygwin instalation for eCos Alexander Aganichev
@ 2007-04-10  7:04   ` Jürgen Lambrecht
  2007-04-10  7:36     ` Alexander Aganichev
       [not found]     ` <c25335bc0704100035w428fab14re77730b85c2f1a61@mail.gmail.com>
  0 siblings, 2 replies; 5+ messages in thread
From: Jürgen Lambrecht @ 2007-04-10  7:04 UTC (permalink / raw)
  To: Alexander Aganichev; +Cc: eCos Discussion

I have installed Cygwin already 4 times, not always without problems.
But I always took the latest cygwin from the web via setup.exe. See http://ecos.sourceware.org/cygwin.html
Make sure to select the needed packages.
Restart your PC after having installed cygwin.

Then download the config tool SW from  www.ecoscentric.com/devzone/configtool.shtml. I put it in:
PATH=/usr/local/bin:$PATH ; export PATH

Unzip gnutools.tgz to /cygwin/opt/ (in my case for ARM platform):
PATH=/opt/ecos/gnutools/arm-elf/bin:$PATH ; export PATH

Add the paths and also ECOS_REPOSITORY in your .bashrc.

Success,

Jürgen Lambrecht
R&D Engineer
Televic Transport Systems
http://www.televic.com
Televic NV / SA (main office)  	
Leo Bekaertlaan 1
B-8870 Izegem
Tel: +32 (0)51 303045
Fax: +32 (0)51 310670

Alexander Aganichev wrote:
> Hi!
> 
> What is the right way to get working installation of Cygwin to use for
> building eCos? I found myself trapped in the bug inside tcl/tk package
> and it seems this bug lasts for more than 3 years. It is all started
> from non-working installation script  ecos-install.tcl. Spent two days
> to determine it is tcl bug, rebuilt it by myself (unfortunately, I
> found only tcl 8.3 that was easy to build) and now I'm fighting with
> configtool.exe. I have exactly the same symptoms as described here:
> http://sourceware.org/ml/ecos-discuss/2001-11/msg00008.html.
> 
> So, where is that good hidden package that works for everyone on this
> list? And may be it should be noticed on the web site, so everyone
> else will not trap into it? Thanks in advance for any help.
> 

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ECOS] Fwd: Cygwin instalation for eCos
  2007-04-10  7:04   ` Jürgen Lambrecht
@ 2007-04-10  7:36     ` Alexander Aganichev
       [not found]     ` <c25335bc0704100035w428fab14re77730b85c2f1a61@mail.gmail.com>
  1 sibling, 0 replies; 5+ messages in thread
From: Alexander Aganichev @ 2007-04-10  7:36 UTC (permalink / raw)
  To: eCos Discussion

I used the latest Cygwin. But yesterday I found very strange thing:
the same Cygwin binaries (I downloaded them once and then copied
through the CD) works perfectly on my home laptop and totally broken
on my work PC. Both running Windows XP SP2, but at home I have English
Home edition, at work it is Russian Professional 2002. And Insight
debugger also does not run at work, while runs fine at home.

Probably it's time to go to the Insight mailing list with that trouble...

On 4/10/07, Jürgen Lambrecht <J.Lambrecht@televic.com> wrote:
> I have installed Cygwin already 4 times, not always without problems.
> But I always took the latest cygwin from the web via setup.exe. See http://ecos.sourceware.org/cygwin.html
> Make sure to select the needed packages.
> Restart your PC after having installed cygwin.
>
> Then download the config tool SW from  www.ecoscentric.com/devzone/configtool.shtml. I put it in:
> PATH=/usr/local/bin:$PATH ; export PATH
>
> Unzip gnutools.tgz to /cygwin/opt/ (in my case for ARM platform):
> PATH=/opt/ecos/gnutools/arm-elf/bin:$PATH ; export PATH
>
> Add the paths and also ECOS_REPOSITORY in your .bashrc.
>
> Success,
>
> Jürgen Lambrecht
> R&D Engineer
> Televic Transport Systems
> http://www.televic.com
> Televic NV / SA (main office)
> Leo Bekaertlaan 1
> B-8870 Izegem
> Tel: +32 (0)51 303045
> Fax: +32 (0)51 310670
>
> Alexander Aganichev wrote:
> > Hi!
> >
> > What is the right way to get working installation of Cygwin to use for
> > building eCos? I found myself trapped in the bug inside tcl/tk package
> > and it seems this bug lasts for more than 3 years. It is all started
> > from non-working installation script  ecos-install.tcl. Spent two days
> > to determine it is tcl bug, rebuilt it by myself (unfortunately, I
> > found only tcl 8.3 that was easy to build) and now I'm fighting with
> > configtool.exe. I have exactly the same symptoms as described here:
> > http://sourceware.org/ml/ecos-discuss/2001-11/msg00008.html.
> >
> > So, where is that good hidden package that works for everyone on this
> > list? And may be it should be noticed on the web site, so everyone
> > else will not trap into it? Thanks in advance for any help.
> >
>


-- 
WBR, Alexander

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ECOS] Fwd: Cygwin instalation for eCos
       [not found]     ` <c25335bc0704100035w428fab14re77730b85c2f1a61@mail.gmail.com>
@ 2007-04-10  7:47       ` Jürgen Lambrecht
  2007-04-10 10:03         ` Alexander Aganichev
  0 siblings, 1 reply; 5+ messages in thread
From: Jürgen Lambrecht @ 2007-04-10  7:47 UTC (permalink / raw)
  To: Alexander Aganichev; +Cc: eCos Discussion

Alexander Aganichev wrote:

> I used the latest Cygwin. But yesterday I found very strange thing:
> the same Cygwin binaries (I downloaded them once and then copied
> through the CD) works perfectly on my home laptop and totally broken
> on my work PC. Both running Windows XP SP2, but at home I have English
> Home edition, at work it is Russian Professional 2002. And Insight

Indeed strange.
We did the same (but cygwin copy from PC to laptop) without problem.

> debugger also does not run at work, while runs fine at home.
>
> Probably it's time to go to the Insight mailing list with that trouble...

I guess so, I don't use insight

>
> On 4/10/07, Jürgen Lambrecht <J.Lambrecht@televic.com> wrote:
>
>> I have installed Cygwin already 4 times, not always without problems.
>> But I always took the latest cygwin from the web via setup.exe. See 
>> http://ecos.sourceware.org/cygwin.html
>> Make sure to select the needed packages.
>> Restart your PC after having installed cygwin.
>>
>> Then download the config tool SW from  
>> www.ecoscentric.com/devzone/configtool.shtml. I put it in:
>> PATH=/usr/local/bin:$PATH ; export PATH
>>
>> Unzip gnutools.tgz to /cygwin/opt/ (in my case for ARM platform):
>> PATH=/opt/ecos/gnutools/arm-elf/bin:$PATH ; export PATH
>>
>> Add the paths and also ECOS_REPOSITORY in your .bashrc.
>>
>> Success,
>>
>> Jürgen Lambrecht
>> R&D Engineer
>> Televic Transport Systems
>> http://www.televic.com
>> Televic NV / SA (main office)
>> Leo Bekaertlaan 1
>> B-8870 Izegem
>> Tel: +32 (0)51 303045
>> Fax: +32 (0)51 310670
>>
>> Alexander Aganichev wrote:
>> > Hi!
>> >
>> > What is the right way to get working installation of Cygwin to use for
>> > building eCos? I found myself trapped in the bug inside tcl/tk package
>> > and it seems this bug lasts for more than 3 years. It is all started
>> > from non-working installation script  ecos-install.tcl. Spent two days
>> > to determine it is tcl bug, rebuilt it by myself (unfortunately, I
>> > found only tcl 8.3 that was easy to build) and now I'm fighting with
>> > configtool.exe. I have exactly the same symptoms as described here:
>> > http://sourceware.org/ml/ecos-discuss/2001-11/msg00008.html.
>> >
>> > So, where is that good hidden package that works for everyone on this
>> > list? And may be it should be noticed on the web site, so everyone
>> > else will not trap into it? Thanks in advance for any help.
>> >
>>
>
>

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ECOS] Fwd: Cygwin instalation for eCos
  2007-04-10  7:47       ` Jürgen Lambrecht
@ 2007-04-10 10:03         ` Alexander Aganichev
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Aganichev @ 2007-04-10 10:03 UTC (permalink / raw)
  To: eCos Discussion

I found the root of the problem, but cannot explain it. The c:\cygwin
was a mounting point for the partition, so after I copied Cygwin to
main partition TCL started working again. Surprise, surprise!!! :-) I
cannot explain that, but it's a fact. Just in case someone will step
on this again let's document the solution here :-)

On 4/10/07, Jürgen Lambrecht <J.Lambrecht@televic.com> wrote:
> Alexander Aganichev wrote:
>
> > I used the latest Cygwin. But yesterday I found very strange thing:
> > the same Cygwin binaries (I downloaded them once and then copied
> > through the CD) works perfectly on my home laptop and totally broken
> > on my work PC. Both running Windows XP SP2, but at home I have English
> > Home edition, at work it is Russian Professional 2002. And Insight
>
> Indeed strange.
> We did the same (but cygwin copy from PC to laptop) without problem.
>
> > debugger also does not run at work, while runs fine at home.
> >
> > Probably it's time to go to the Insight mailing list with that trouble...
>
> I guess so, I don't use insight
>
> >
> > On 4/10/07, Jürgen Lambrecht <J.Lambrecht@televic.com> wrote:
> >
> >> I have installed Cygwin already 4 times, not always without problems.
> >> But I always took the latest cygwin from the web via setup.exe. See
> >> http://ecos.sourceware.org/cygwin.html
> >> Make sure to select the needed packages.
> >> Restart your PC after having installed cygwin.
> >>
> >> Then download the config tool SW from
> >> www.ecoscentric.com/devzone/configtool.shtml. I put it in:
> >> PATH=/usr/local/bin:$PATH ; export PATH
> >>
> >> Unzip gnutools.tgz to /cygwin/opt/ (in my case for ARM platform):
> >> PATH=/opt/ecos/gnutools/arm-elf/bin:$PATH ; export PATH
> >>
> >> Add the paths and also ECOS_REPOSITORY in your .bashrc.
> >>
> >> Alexander Aganichev wrote:
> >> > Hi!
> >> >
> >> > What is the right way to get working installation of Cygwin to use for
> >> > building eCos? I found myself trapped in the bug inside tcl/tk package
> >> > and it seems this bug lasts for more than 3 years. It is all started
> >> > from non-working installation script  ecos-install.tcl. Spent two days
> >> > to determine it is tcl bug, rebuilt it by myself (unfortunately, I
> >> > found only tcl 8.3 that was easy to build) and now I'm fighting with
> >> > configtool.exe. I have exactly the same symptoms as described here:
> >> > http://sourceware.org/ml/ecos-discuss/2001-11/msg00008.html.
> >> >
> >> > So, where is that good hidden package that works for everyone on this
> >> > list? And may be it should be noticed on the web site, so everyone
> >> > else will not trap into it? Thanks in advance for any help.


-- 
WBR, Alexander

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-04-10 10:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <c25335bc0704060436x280e37a1h7d1c2b84c4b709cf@mail.gmail.com>
2007-04-06 11:38 ` [ECOS] Fwd: Cygwin instalation for eCos Alexander Aganichev
2007-04-10  7:04   ` Jürgen Lambrecht
2007-04-10  7:36     ` Alexander Aganichev
     [not found]     ` <c25335bc0704100035w428fab14re77730b85c2f1a61@mail.gmail.com>
2007-04-10  7:47       ` Jürgen Lambrecht
2007-04-10 10:03         ` Alexander Aganichev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).