public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* RE: [ECOS] Trouble with eCos Config Tool
@ 2006-09-29 20:51 Ray Duran
  2006-09-29 21:58 ` andy
  0 siblings, 1 reply; 9+ messages in thread
From: Ray Duran @ 2006-09-29 20:51 UTC (permalink / raw)
  To: Andy Jackson, Tom Malcolmson; +Cc: ecos-discuss

Hi Andy,

I downloaded you binary configtool from your website, and I got the
error:
"This application has failed to start because cyngpng12.dll was not
found.
Re-installing the application may fix this problem."

Is this another utility in Cygwin that I need? I am currently using
Cygwin 1.5.21-2.

Thanks so much for your input. Atleast the dialog error box made me feel
closer to a
possible resolution. :)

Thanks,

-Ray

-----Original Message-----
From: Andy Jackson [mailto:andy@grapevinetech.co.uk] 
Sent: Thursday, September 28, 2006 5:59 PM
To: Ray Duran; Tom Malcolmson
Cc: ecos-discuss@ecos.sourceware.org
Subject: Re: [ECOS] Trouble with eCos Config Tool


Hi Ray/Tom,

Another option is to get the latest CVS sources and apply the patches on
our 
web site (www.xylanta.com), then compile with wxWidgets 2.6.3 rather
than 
the older 2.4.2 and see if that improves matters. I can send my build 
scripts should you need them.

Alternatively there are binaries on the web site as well.

    Andy..

----- Original Message ----- 
From: "Ray Duran" <Ray.Duran@FutureElectronics.com>
To: <ecos-discuss@ecos.sourceware.org>
Sent: Friday, September 29, 2006 12:30 AM
Subject: RE: [ECOS] Trouble with eCos Config Tool


Thanks for your reply Tom.

I was able to download the same file as you: "configtool-060710.exe"
from
http://www.ecoscentric.com/devzone/configtool.shtml

However, following the rest of the instructions on building wxwidget( in
order to ultimately rebuild eCos config) I am having a problem with.
I see some strange make errors. In fact they are the same errors found
by another:
http://sourceware.org/ml/ecos-discuss/2006-06/msg00061.html There was no
posted reply to this e-mail.

How where you able to rebuild the eCos config tool?

Thanks,

-Ray


-----Original Message-----
From: Tom Malcolmson [mailto:Tom@Malcolmson.com]
Sent: Thursday, September 28, 2006 2:53 PM
To: Ray Duran
Cc: ecos-discuss@ecos.sourceware.org
Subject: Re: [ECOS] Trouble with eCos Config Tool


Ray,

I too have recently started with eCos.  I tried running configtool on
cygwin but it did not work.  Like you, I looked into it and found that
this is apparently a problem with newer versions of cygwin.

In the end, I found the page that you referenced, and downloaded the
updated tool on this page.  I think this is called
"configtool-060710.exe".  This works for me.
http://www.ecoscentric.com/devzone/configtool.shtml

I take it that, though the above web page says that configtool is a
wxWidgets app, it is only partially so and still relies on unix calls
for which it needs cygwin.

Tom.

Ray Duran wrote:
> Hello,
>
> I am a new to the eCos community.
>
> I followed the commands on the eCos webpage
>
> wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl
>
> Then invoked installation tool
>
> sh ecos-install.tcl
>
> I followed the commands but did NOT select pre-built GNU toolchain as
I
> had already
> Downloaded a pre-built GNU ARM toolchain.
>
> After selecting a mirror-site everything seemed fine and I got a
> installation complete message.
>
> So, I thought my next step was to launch the configtool by invoking
> configtool.exe, but nothing happens.
>
> I did a little research on the mailing list and saw some sort of
related
> problems that say building the
> Config tool is "tricky" and that there are known problems when running
> against Cygwin 1.5.10 or later( which
> applies to me). What am I missing? The procedure outline in the link
> http://www.ecoscentric.com/devzone/configtool.shtml
> seems to reference the CVS version. Is there a problem invoking the
> Config tool with the non-CVS release?
>
> Any help or tips greatly appreciated,
>
> Regards,
>
> -Ray
>
> Ray Duran
> Altera Design Specialist
> Future Electronics
> 2220 O'Toole Avenue
> San Jose Ca. 95131
> 408 232 1478
> ray.duran@futureelectronics.com
>
> The information in this transmission contains information that is
> confidential and is intended only for the use of the individual or
> entity to whom it is addressed. If the reader of this message is not
the
> intended recipient please delete it and immediately notify the sender.

>
> If the purpose of this transmission is to provide a quotation or to
> confirm or acknowledge an order or to provide information in relation
to
> the Products and Services offered, unless otherwise agreed in writing,
> the FUTURE ELECTRONICS TERMS AND CONDITIONS OF SALE exclusively govern
> the sale of Products and the provision of services by Future
Electronics
> Inc. and its divisions, subsidiaries and affiliates and take
precedence
> over supplemental or conflicting terms and conditions to which notice
of
> objection is hereby given. The FUTURE ELECTRONICS TERMS AND CONDITIONS
> OF SALE are available at www.futureelectronics.com and may be provided
> on invoices, packing slips, order acknowledgements or other method.
>
>
>
>
>
>
>

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

--
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] 9+ messages in thread

* RE: [ECOS] Trouble with eCos Config Tool
  2006-09-29 20:51 [ECOS] Trouble with eCos Config Tool Ray Duran
@ 2006-09-29 21:58 ` andy
  0 siblings, 0 replies; 9+ messages in thread
From: andy @ 2006-09-29 21:58 UTC (permalink / raw)
  To: Ray Duran; +Cc: ecos-discuss

Hi Ray,

I've just installed Cygwin 1.5.21-1 using the default installation configuration and got exactly the same error. After adding the libpng and tcltk packages (found in the libs category) to my cygwin configuration and ensuring that the cygwin bin directory was on my path everything worked as expected.

I hope this helps,

Andy..

tRay.Duran@FutureElectronics.com wrote:
> Hi Andy,
> 
> I downloaded you binary configtool from your website, and I got the
> error:
> "This application has failed to start because cyngpng12.dll was not
> found.
> Re-installing the application may fix this problem."
> 
> Is this another utility in Cygwin that I need? I am currently using
> Cygwin 1.5.21-2.
> 
> Thanks so much for your input. Atleast the dialog error box made me feel
> closer to a
> possible resolution. :)
> 
> Thanks,
> 
> -Ray
> 
> -----Original Message-----
> From: Andy Jackson [mailto:andy@grapevinetech.co.uk] 
> Sent: Thursday, September 28, 2006 5:59 PM
> To: Ray Duran; Tom Malcolmson
> Cc: ecos-discuss@ecos.sourceware.org
> Subject: Re: [ECOS] Trouble with eCos Config Tool
> 
> 
> Hi Ray/Tom,
> 
> Another option is to get the latest CVS sources and apply the patches on
> our 
> web site (www.xylanta.com), then compile with wxWidgets 2.6.3 rather
> than 
> the older 2.4.2 and see if that improves matters. I can send my build 
> scripts should you need them.
> 
> Alternatively there are binaries on the web site as well.
> 
>     Andy..
> 
> ----- Original Message ----- 
> From: "Ray Duran" <Ray.Duran@FutureElectronics.com>
> To: <ecos-discuss@ecos.sourceware.org>
> Sent: Friday, September 29, 2006 12:30 AM
> Subject: RE: [ECOS] Trouble with eCos Config Tool
> 
> 
> Thanks for your reply Tom.
> 
> I was able to download the same file as you: "configtool-060710.exe"
> from
> http://www.ecoscentric.com/devzone/configtool.shtml
> 
> However, following the rest of the instructions on building wxwidget( in
> order to ultimately rebuild eCos config) I am having a problem with.
> I see some strange make errors. In fact they are the same errors found
> by another:
> http://sourceware.org/ml/ecos-discuss/2006-06/msg00061.html There was no
> posted reply to this e-mail.
> 
> How where you able to rebuild the eCos config tool?
> 
> Thanks,
> 
> -Ray
> 
> 
> -----Original Message-----
> From: Tom Malcolmson [mailto:Tom@Malcolmson.com]
> Sent: Thursday, September 28, 2006 2:53 PM
> To: Ray Duran
> Cc: ecos-discuss@ecos.sourceware.org
> Subject: Re: [ECOS] Trouble with eCos Config Tool
> 
> 
> Ray,
> 
> I too have recently started with eCos.  I tried running configtool on
> cygwin but it did not work.  Like you, I looked into it and found that
> this is apparently a problem with newer versions of cygwin.
> 
> In the end, I found the page that you referenced, and downloaded the
> updated tool on this page.  I think this is called
> "configtool-060710.exe".  This works for me.
> http://www.ecoscentric.com/devzone/configtool.shtml
> 
> I take it that, though the above web page says that configtool is a
> wxWidgets app, it is only partially so and still relies on unix calls
> for which it needs cygwin.
> 
> Tom.
> 
> Ray Duran wrote:
> > Hello,
> >
> > I am a new to the eCos community.
> >
> > I followed the commands on the eCos webpage
> >
> > wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl
> >
> > Then invoked installation tool
> >
> > sh ecos-install.tcl
> >
> > I followed the commands but did NOT select pre-built GNU toolchain as
> I
> > had already
> > Downloaded a pre-built GNU ARM toolchain.
> >
> > After selecting a mirror-site everything seemed fine and I got a
> > installation complete message.
> >
> > So, I thought my next step was to launch the configtool by invoking
> > configtool.exe, but nothing happens.
> >
> > I did a little research on the mailing list and saw some sort of
> related
> > problems that say building the
> > Config tool is "tricky" and that there are known problems when running
> > against Cygwin 1.5.10 or later( which
> > applies to me). What am I missing? The procedure outline in the link
> > http://www.ecoscentric.com/devzone/configtool.shtml
> > seems to reference the CVS version. Is there a problem invoking the
> > Config tool with the non-CVS release?
> >
> > Any help or tips greatly appreciated,
> >
> > Regards,
> >
> > -Ray
> >
> > Ray Duran
> > Altera Design Specialist
> > Future Electronics
> > 2220 O'Toole Avenue
> > San Jose Ca. 95131
> > 408 232 1478
> > ray.duran@futureelectronics.com
> >
> > The information in this transmission contains information that is
> > confidential and is intended only for the use of the individual or
> > entity to whom it is addressed. If the reader of this message is not
> the
> > intended recipient please delete it and immediately notify the sender.
> 
> >
> > If the purpose of this transmission is to provide a quotation or to
> > confirm or acknowledge an order or to provide information in relation
> to
> > the Products and Services offered, unless otherwise agreed in writing,
> > the FUTURE ELECTRONICS TERMS AND CONDITIONS OF SALE exclusively govern
> > the sale of Products and the provision of services by Future
> Electronics
> > Inc. and its divisions, subsidiaries and affiliates and take
> precedence
> > over supplemental or conflicting terms and conditions to which notice
> of
> > objection is hereby given. The FUTURE ELECTRONICS TERMS AND CONDITIONS
> > OF SALE are available at www.futureelectronics.com and may be provided
> > on invoices, packing slips, order acknowledgements or other method.
> >
> >
> >
> >
> >
> >
> >
> 
> -- 
> Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
> and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
> 


-- 
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] 9+ messages in thread

* RE: [ECOS] Trouble with eCos Config Tool
@ 2006-10-03 17:38 Ray Duran
  0 siblings, 0 replies; 9+ messages in thread
From: Ray Duran @ 2006-10-03 17:38 UTC (permalink / raw)
  To: Andy Jackson; +Cc: ecos-discuss

Andy,

Thanks!!

That did it. I already had cygwin/bin in my windows path, but once I
made the 
Shortcut edit the ecos config tool came up.

Thanks a ton for solving this headache.

Regards,

-Ray

-----Original Message-----
From: Andy Jackson [mailto:andy@grapevinetech.co.uk] 
Sent: Monday, October 02, 2006 8:14 PM
To: Ray Duran
Subject: Re: [ECOS] Trouble with eCos Config Tool


Hi Ray,

I'm a bit at a loss to say what the problem is.

Can you see cygpng12.dll in your cygwin /bin directory (c:\cygwin\bin on
my 
PC, but depends on your installation choices)? If so, is the cygwin /bin

directory on your windows path? The simplest way to ensure that this is
set 
is to create a shortcut to the configtool.exe binary and then edit the 
shortcuts properties so that the application starts in the /bin
directory.

Hope this helps and let me know how you get on.

    Andy..

----- Original Message ----- 
From: "Ray Duran" <Ray.Duran@FutureElectronics.com>
To: <andy@grapevinetech.demon.co.uk>
Cc: <ecos-discuss@ecos.sourceware.org>
Sent: Monday, October 02, 2006 7:14 PM
Subject: RE: [ECOS] Trouble with eCos Config Tool


Hi Andy,

I would also like to thank you for your support.

I added all of the libpng stuff, I already had tcltk installed. But I
still get the same error:
 "This application has failed to start because cyngpng12.dll was not
 found. Re-installing the application may fix this problem."

I am going to reinstall the binary configtool.exe from your website:
web site (www.xylanta.com), to see if that makes a difference.

Thanks,

-Ray

-----Original Message-----
From: andy@grapevinetech.demon.co.uk
[mailto:andy@grapevinetech.demon.co.uk]
Sent: Friday, September 29, 2006 2:58 PM
To: Ray Duran
Cc: ecos-discuss@ecos.sourceware.org
Subject: RE: [ECOS] Trouble with eCos Config Tool


Hi Ray,

I've just installed Cygwin 1.5.21-1 using the default installation
configuration and got exactly the same error. After adding the libpng
and tcltk packages (found in the libs category) to my cygwin
configuration and ensuring that the cygwin bin directory was on my path
everything worked as expected.

I hope this helps,

Andy..

tRay.Duran@FutureElectronics.com wrote:
> Hi Andy,
>
> I downloaded you binary configtool from your website, and I got the
> error:
> "This application has failed to start because cyngpng12.dll was not
> found.
> Re-installing the application may fix this problem."
>
> Is this another utility in Cygwin that I need? I am currently using
> Cygwin 1.5.21-2.
>
> Thanks so much for your input. Atleast the dialog error box made me
feel
> closer to a
> possible resolution. :)
>
> Thanks,
>
> -Ray
>
> -----Original Message-----
> From: Andy Jackson [mailto:andy@grapevinetech.co.uk]
> Sent: Thursday, September 28, 2006 5:59 PM
> To: Ray Duran; Tom Malcolmson
> Cc: ecos-discuss@ecos.sourceware.org
> Subject: Re: [ECOS] Trouble with eCos Config Tool
>
>
> Hi Ray/Tom,
>
> Another option is to get the latest CVS sources and apply the patches
on
> our
> web site (www.xylanta.com), then compile with wxWidgets 2.6.3 rather
> than
> the older 2.4.2 and see if that improves matters. I can send my build
> scripts should you need them.
>
> Alternatively there are binaries on the web site as well.
>
>     Andy..
>
> ----- Original Message ----- 
> From: "Ray Duran" <Ray.Duran@FutureElectronics.com>
> To: <ecos-discuss@ecos.sourceware.org>
> Sent: Friday, September 29, 2006 12:30 AM
> Subject: RE: [ECOS] Trouble with eCos Config Tool
>
>
> Thanks for your reply Tom.
>
> I was able to download the same file as you: "configtool-060710.exe"
> from
> http://www.ecoscentric.com/devzone/configtool.shtml
>
> However, following the rest of the instructions on building wxwidget(
in
> order to ultimately rebuild eCos config) I am having a problem with.
> I see some strange make errors. In fact they are the same errors found
> by another:
> http://sourceware.org/ml/ecos-discuss/2006-06/msg00061.html There was
no
> posted reply to this e-mail.
>
> How where you able to rebuild the eCos config tool?
>
> Thanks,
>
> -Ray
>
>
> -----Original Message-----
> From: Tom Malcolmson [mailto:Tom@Malcolmson.com]
> Sent: Thursday, September 28, 2006 2:53 PM
> To: Ray Duran
> Cc: ecos-discuss@ecos.sourceware.org
> Subject: Re: [ECOS] Trouble with eCos Config Tool
>
>
> Ray,
>
> I too have recently started with eCos.  I tried running configtool on
> cygwin but it did not work.  Like you, I looked into it and found that
> this is apparently a problem with newer versions of cygwin.
>
> In the end, I found the page that you referenced, and downloaded the
> updated tool on this page.  I think this is called
> "configtool-060710.exe".  This works for me.
> http://www.ecoscentric.com/devzone/configtool.shtml
>
> I take it that, though the above web page says that configtool is a
> wxWidgets app, it is only partially so and still relies on unix calls
> for which it needs cygwin.
>
> Tom.
>
> Ray Duran wrote:
> > Hello,
> >
> > I am a new to the eCos community.
> >
> > I followed the commands on the eCos webpage
> >
> > wget --passive-ftp
ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl
> >
> > Then invoked installation tool
> >
> > sh ecos-install.tcl
> >
> > I followed the commands but did NOT select pre-built GNU toolchain
as
> I
> > had already
> > Downloaded a pre-built GNU ARM toolchain.
> >
> > After selecting a mirror-site everything seemed fine and I got a
> > installation complete message.
> >
> > So, I thought my next step was to launch the configtool by invoking
> > configtool.exe, but nothing happens.
> >
> > I did a little research on the mailing list and saw some sort of
> related
> > problems that say building the
> > Config tool is "tricky" and that there are known problems when
running
> > against Cygwin 1.5.10 or later( which
> > applies to me). What am I missing? The procedure outline in the link
> > http://www.ecoscentric.com/devzone/configtool.shtml
> > seems to reference the CVS version. Is there a problem invoking the
> > Config tool with the non-CVS release?
> >
> > Any help or tips greatly appreciated,
> >
> > Regards,
> >
> > -Ray
> >
> > Ray Duran
> > Altera Design Specialist
> > Future Electronics
> > 2220 O'Toole Avenue
> > San Jose Ca. 95131
> > 408 232 1478
> > ray.duran@futureelectronics.com
> >
> > The information in this transmission contains information that is
> > confidential and is intended only for the use of the individual or
> > entity to whom it is addressed. If the reader of this message is not
> the
> > intended recipient please delete it and immediately notify the
sender.
>
> >
> > If the purpose of this transmission is to provide a quotation or to
> > confirm or acknowledge an order or to provide information in
relation
> to
> > the Products and Services offered, unless otherwise agreed in
writing,
> > the FUTURE ELECTRONICS TERMS AND CONDITIONS OF SALE exclusively
govern
> > the sale of Products and the provision of services by Future
> Electronics
> > Inc. and its divisions, subsidiaries and affiliates and take
> precedence
> > over supplemental or conflicting terms and conditions to which
notice
> of
> > objection is hereby given. The FUTURE ELECTRONICS TERMS AND
CONDITIONS
> > OF SALE are available at www.futureelectronics.com and may be
provided
> > on invoices, packing slips, order acknowledgements or other method.
> >
> >
> >
> >
> >
> >
> >
>
> -- 
> Before posting, please read the FAQ:
http://ecos.sourceware.org/fom/ecos
> and search the list archive:
http://ecos.sourceware.org/ml/ecos-discuss
>

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

--
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] 9+ messages in thread

* RE: [ECOS] Trouble with eCos Config Tool
@ 2006-10-02 18:14 Ray Duran
  0 siblings, 0 replies; 9+ messages in thread
From: Ray Duran @ 2006-10-02 18:14 UTC (permalink / raw)
  To: andy; +Cc: ecos-discuss

Hi Andy,

I would also like to thank you for your support.

I added all of the libpng stuff, I already had tcltk installed. But I
still get the same error:
 "This application has failed to start because cyngpng12.dll was not
 found. Re-installing the application may fix this problem."

I am going to reinstall the binary configtool.exe from your website:
web site (www.xylanta.com), to see if that makes a difference.

Thanks,

-Ray

-----Original Message-----
From: andy@grapevinetech.demon.co.uk
[mailto:andy@grapevinetech.demon.co.uk] 
Sent: Friday, September 29, 2006 2:58 PM
To: Ray Duran
Cc: ecos-discuss@ecos.sourceware.org
Subject: RE: [ECOS] Trouble with eCos Config Tool


Hi Ray,

I've just installed Cygwin 1.5.21-1 using the default installation
configuration and got exactly the same error. After adding the libpng
and tcltk packages (found in the libs category) to my cygwin
configuration and ensuring that the cygwin bin directory was on my path
everything worked as expected.

I hope this helps,

Andy..

tRay.Duran@FutureElectronics.com wrote:
> Hi Andy,
> 
> I downloaded you binary configtool from your website, and I got the
> error:
> "This application has failed to start because cyngpng12.dll was not
> found.
> Re-installing the application may fix this problem."
> 
> Is this another utility in Cygwin that I need? I am currently using
> Cygwin 1.5.21-2.
> 
> Thanks so much for your input. Atleast the dialog error box made me
feel
> closer to a
> possible resolution. :)
> 
> Thanks,
> 
> -Ray
> 
> -----Original Message-----
> From: Andy Jackson [mailto:andy@grapevinetech.co.uk] 
> Sent: Thursday, September 28, 2006 5:59 PM
> To: Ray Duran; Tom Malcolmson
> Cc: ecos-discuss@ecos.sourceware.org
> Subject: Re: [ECOS] Trouble with eCos Config Tool
> 
> 
> Hi Ray/Tom,
> 
> Another option is to get the latest CVS sources and apply the patches
on
> our 
> web site (www.xylanta.com), then compile with wxWidgets 2.6.3 rather
> than 
> the older 2.4.2 and see if that improves matters. I can send my build 
> scripts should you need them.
> 
> Alternatively there are binaries on the web site as well.
> 
>     Andy..
> 
> ----- Original Message ----- 
> From: "Ray Duran" <Ray.Duran@FutureElectronics.com>
> To: <ecos-discuss@ecos.sourceware.org>
> Sent: Friday, September 29, 2006 12:30 AM
> Subject: RE: [ECOS] Trouble with eCos Config Tool
> 
> 
> Thanks for your reply Tom.
> 
> I was able to download the same file as you: "configtool-060710.exe"
> from
> http://www.ecoscentric.com/devzone/configtool.shtml
> 
> However, following the rest of the instructions on building wxwidget(
in
> order to ultimately rebuild eCos config) I am having a problem with.
> I see some strange make errors. In fact they are the same errors found
> by another:
> http://sourceware.org/ml/ecos-discuss/2006-06/msg00061.html There was
no
> posted reply to this e-mail.
> 
> How where you able to rebuild the eCos config tool?
> 
> Thanks,
> 
> -Ray
> 
> 
> -----Original Message-----
> From: Tom Malcolmson [mailto:Tom@Malcolmson.com]
> Sent: Thursday, September 28, 2006 2:53 PM
> To: Ray Duran
> Cc: ecos-discuss@ecos.sourceware.org
> Subject: Re: [ECOS] Trouble with eCos Config Tool
> 
> 
> Ray,
> 
> I too have recently started with eCos.  I tried running configtool on
> cygwin but it did not work.  Like you, I looked into it and found that
> this is apparently a problem with newer versions of cygwin.
> 
> In the end, I found the page that you referenced, and downloaded the
> updated tool on this page.  I think this is called
> "configtool-060710.exe".  This works for me.
> http://www.ecoscentric.com/devzone/configtool.shtml
> 
> I take it that, though the above web page says that configtool is a
> wxWidgets app, it is only partially so and still relies on unix calls
> for which it needs cygwin.
> 
> Tom.
> 
> Ray Duran wrote:
> > Hello,
> >
> > I am a new to the eCos community.
> >
> > I followed the commands on the eCos webpage
> >
> > wget --passive-ftp
ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl
> >
> > Then invoked installation tool
> >
> > sh ecos-install.tcl
> >
> > I followed the commands but did NOT select pre-built GNU toolchain
as
> I
> > had already
> > Downloaded a pre-built GNU ARM toolchain.
> >
> > After selecting a mirror-site everything seemed fine and I got a
> > installation complete message.
> >
> > So, I thought my next step was to launch the configtool by invoking
> > configtool.exe, but nothing happens.
> >
> > I did a little research on the mailing list and saw some sort of
> related
> > problems that say building the
> > Config tool is "tricky" and that there are known problems when
running
> > against Cygwin 1.5.10 or later( which
> > applies to me). What am I missing? The procedure outline in the link
> > http://www.ecoscentric.com/devzone/configtool.shtml
> > seems to reference the CVS version. Is there a problem invoking the
> > Config tool with the non-CVS release?
> >
> > Any help or tips greatly appreciated,
> >
> > Regards,
> >
> > -Ray
> >
> > Ray Duran
> > Altera Design Specialist
> > Future Electronics
> > 2220 O'Toole Avenue
> > San Jose Ca. 95131
> > 408 232 1478
> > ray.duran@futureelectronics.com
> >
> > The information in this transmission contains information that is
> > confidential and is intended only for the use of the individual or
> > entity to whom it is addressed. If the reader of this message is not
> the
> > intended recipient please delete it and immediately notify the
sender.
> 
> >
> > If the purpose of this transmission is to provide a quotation or to
> > confirm or acknowledge an order or to provide information in
relation
> to
> > the Products and Services offered, unless otherwise agreed in
writing,
> > the FUTURE ELECTRONICS TERMS AND CONDITIONS OF SALE exclusively
govern
> > the sale of Products and the provision of services by Future
> Electronics
> > Inc. and its divisions, subsidiaries and affiliates and take
> precedence
> > over supplemental or conflicting terms and conditions to which
notice
> of
> > objection is hereby given. The FUTURE ELECTRONICS TERMS AND
CONDITIONS
> > OF SALE are available at www.futureelectronics.com and may be
provided
> > on invoices, packing slips, order acknowledgements or other method.
> >
> >
> >
> >
> >
> >
> >
> 
> -- 
> Before posting, please read the FAQ:
http://ecos.sourceware.org/fom/ecos
> and search the list archive:
http://ecos.sourceware.org/ml/ecos-discuss
> 

--
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] 9+ messages in thread

* Re: [ECOS] Trouble with eCos Config Tool
  2006-09-28 23:30 Ray Duran
@ 2006-09-29  0:59 ` Andy Jackson
  0 siblings, 0 replies; 9+ messages in thread
From: Andy Jackson @ 2006-09-29  0:59 UTC (permalink / raw)
  To: Ray Duran, Tom Malcolmson; +Cc: ecos-discuss

Hi Ray/Tom,

Another option is to get the latest CVS sources and apply the patches on our 
web site (www.xylanta.com), then compile with wxWidgets 2.6.3 rather than 
the older 2.4.2 and see if that improves matters. I can send my build 
scripts should you need them.

Alternatively there are binaries on the web site as well.

    Andy..

----- Original Message ----- 
From: "Ray Duran" <Ray.Duran@FutureElectronics.com>
To: <ecos-discuss@ecos.sourceware.org>
Sent: Friday, September 29, 2006 12:30 AM
Subject: RE: [ECOS] Trouble with eCos Config Tool


Thanks for your reply Tom.

I was able to download the same file as you: "configtool-060710.exe"
from
http://www.ecoscentric.com/devzone/configtool.shtml

However, following the rest of the instructions on building wxwidget( in
order to ultimately rebuild eCos config) I am having a problem with.
I see some strange make errors. In fact they are the same errors found
by another:
http://sourceware.org/ml/ecos-discuss/2006-06/msg00061.html There was no
posted reply to this e-mail.

How where you able to rebuild the eCos config tool?

Thanks,

-Ray


-----Original Message-----
From: Tom Malcolmson [mailto:Tom@Malcolmson.com]
Sent: Thursday, September 28, 2006 2:53 PM
To: Ray Duran
Cc: ecos-discuss@ecos.sourceware.org
Subject: Re: [ECOS] Trouble with eCos Config Tool


Ray,

I too have recently started with eCos.  I tried running configtool on
cygwin but it did not work.  Like you, I looked into it and found that
this is apparently a problem with newer versions of cygwin.

In the end, I found the page that you referenced, and downloaded the
updated tool on this page.  I think this is called
"configtool-060710.exe".  This works for me.
http://www.ecoscentric.com/devzone/configtool.shtml

I take it that, though the above web page says that configtool is a
wxWidgets app, it is only partially so and still relies on unix calls
for which it needs cygwin.

Tom.

Ray Duran wrote:
> Hello,
>
> I am a new to the eCos community.
>
> I followed the commands on the eCos webpage
>
> wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl
>
> Then invoked installation tool
>
> sh ecos-install.tcl
>
> I followed the commands but did NOT select pre-built GNU toolchain as
I
> had already
> Downloaded a pre-built GNU ARM toolchain.
>
> After selecting a mirror-site everything seemed fine and I got a
> installation complete message.
>
> So, I thought my next step was to launch the configtool by invoking
> configtool.exe, but nothing happens.
>
> I did a little research on the mailing list and saw some sort of
related
> problems that say building the
> Config tool is "tricky" and that there are known problems when running
> against Cygwin 1.5.10 or later( which
> applies to me). What am I missing? The procedure outline in the link
> http://www.ecoscentric.com/devzone/configtool.shtml
> seems to reference the CVS version. Is there a problem invoking the
> Config tool with the non-CVS release?
>
> Any help or tips greatly appreciated,
>
> Regards,
>
> -Ray
>
> Ray Duran
> Altera Design Specialist
> Future Electronics
> 2220 O'Toole Avenue
> San Jose Ca. 95131
> 408 232 1478
> ray.duran@futureelectronics.com
>
> The information in this transmission contains information that is
> confidential and is intended only for the use of the individual or
> entity to whom it is addressed. If the reader of this message is not
the
> intended recipient please delete it and immediately notify the sender.

>
> If the purpose of this transmission is to provide a quotation or to
> confirm or acknowledge an order or to provide information in relation
to
> the Products and Services offered, unless otherwise agreed in writing,
> the FUTURE ELECTRONICS TERMS AND CONDITIONS OF SALE exclusively govern
> the sale of Products and the provision of services by Future
Electronics
> Inc. and its divisions, subsidiaries and affiliates and take
precedence
> over supplemental or conflicting terms and conditions to which notice
of
> objection is hereby given. The FUTURE ELECTRONICS TERMS AND CONDITIONS
> OF SALE are available at www.futureelectronics.com and may be provided
> on invoices, packing slips, order acknowledgements or other method.
>
>
>
>
>
>
>

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


-- 
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] 9+ messages in thread

* RE: [ECOS] Trouble with eCos Config Tool
@ 2006-09-28 23:30 Ray Duran
  2006-09-29  0:59 ` Andy Jackson
  0 siblings, 1 reply; 9+ messages in thread
From: Ray Duran @ 2006-09-28 23:30 UTC (permalink / raw)
  To: ecos-discuss

Thanks for your reply Tom.

I was able to download the same file as you: "configtool-060710.exe"
from
http://www.ecoscentric.com/devzone/configtool.shtml

However, following the rest of the instructions on building wxwidget( in
order to ultimately rebuild eCos config) I am having a problem with.
I see some strange make errors. In fact they are the same errors found
by another:
http://sourceware.org/ml/ecos-discuss/2006-06/msg00061.html There was no
posted reply to this e-mail.

How where you able to rebuild the eCos config tool?

Thanks,

-Ray


-----Original Message-----
From: Tom Malcolmson [mailto:Tom@Malcolmson.com] 
Sent: Thursday, September 28, 2006 2:53 PM
To: Ray Duran
Cc: ecos-discuss@ecos.sourceware.org
Subject: Re: [ECOS] Trouble with eCos Config Tool


Ray,

I too have recently started with eCos.  I tried running configtool on 
cygwin but it did not work.  Like you, I looked into it and found that 
this is apparently a problem with newer versions of cygwin.

In the end, I found the page that you referenced, and downloaded the 
updated tool on this page.  I think this is called 
"configtool-060710.exe".  This works for me.
http://www.ecoscentric.com/devzone/configtool.shtml

I take it that, though the above web page says that configtool is a 
wxWidgets app, it is only partially so and still relies on unix calls 
for which it needs cygwin.

Tom.

Ray Duran wrote:
> Hello,
>
> I am a new to the eCos community.
>
> I followed the commands on the eCos webpage 
>
> wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl
>
> Then invoked installation tool
>
> sh ecos-install.tcl
>
> I followed the commands but did NOT select pre-built GNU toolchain as
I
> had already
> Downloaded a pre-built GNU ARM toolchain.
>
> After selecting a mirror-site everything seemed fine and I got a
> installation complete message.
>
> So, I thought my next step was to launch the configtool by invoking
> configtool.exe, but nothing happens.
>
> I did a little research on the mailing list and saw some sort of
related
> problems that say building the
> Config tool is "tricky" and that there are known problems when running
> against Cygwin 1.5.10 or later( which
> applies to me). What am I missing? The procedure outline in the link
> http://www.ecoscentric.com/devzone/configtool.shtml
> seems to reference the CVS version. Is there a problem invoking the
> Config tool with the non-CVS release?
>
> Any help or tips greatly appreciated,
>
> Regards,
>
> -Ray
>
> Ray Duran 
> Altera Design Specialist
> Future Electronics 
> 2220 O'Toole Avenue 
> San Jose Ca. 95131 
> 408 232 1478 
> ray.duran@futureelectronics.com 
>
> The information in this transmission contains information that is
> confidential and is intended only for the use of the individual or
> entity to whom it is addressed. If the reader of this message is not
the
> intended recipient please delete it and immediately notify the sender.

>
> If the purpose of this transmission is to provide a quotation or to
> confirm or acknowledge an order or to provide information in relation
to
> the Products and Services offered, unless otherwise agreed in writing,
> the FUTURE ELECTRONICS TERMS AND CONDITIONS OF SALE exclusively govern
> the sale of Products and the provision of services by Future
Electronics
> Inc. and its divisions, subsidiaries and affiliates and take
precedence
> over supplemental or conflicting terms and conditions to which notice
of
> objection is hereby given. The FUTURE ELECTRONICS TERMS AND CONDITIONS
> OF SALE are available at www.futureelectronics.com and may be provided
> on invoices, packing slips, order acknowledgements or other method. 
>
>  
>
>
>
>
>   

--
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] 9+ messages in thread

* Re: [ECOS] Trouble with eCos Config Tool
  2006-09-28 21:15 Ray Duran
  2006-09-28 21:53 ` Tom Malcolmson
@ 2006-09-28 21:54 ` Lars Poeschel
  1 sibling, 0 replies; 9+ messages in thread
From: Lars Poeschel @ 2006-09-28 21:54 UTC (permalink / raw)
  To: ecos-discuss; +Cc: Ray Duran

[-- Attachment #1: Type: text/plain, Size: 1343 bytes --]

Am Donnerstag, 28. September 2006 23:15 schrieb Ray Duran:
> Hello,
>
> I am a new to the eCos community.
>
> I followed the commands on the eCos webpage
>
> wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl
>
> Then invoked installation tool
>
> sh ecos-install.tcl
>
> I followed the commands but did NOT select pre-built GNU toolchain as I
> had already
> Downloaded a pre-built GNU ARM toolchain.
>
> After selecting a mirror-site everything seemed fine and I got a
> installation complete message.
>
> So, I thought my next step was to launch the configtool by invoking
> configtool.exe, but nothing happens.
>
> I did a little research on the mailing list and saw some sort of related
> problems that say building the
> Config tool is "tricky" and that there are known problems when running
> against Cygwin 1.5.10 or later( which
> applies to me). What am I missing? The procedure outline in the link
> http://www.ecoscentric.com/devzone/configtool.shtml
> seems to reference the CVS version. Is there a problem invoking the
> Config tool with the non-CVS release?
>
> Any help or tips greatly appreciated,

Your problem seems similar to one recently discussed, read Andrews answer 
here:

http://sourceware.org/ml/ecos-discuss/2006-09/msg00116.html

Regards,
Lars Poeschel

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [ECOS] Trouble with eCos Config Tool
  2006-09-28 21:15 Ray Duran
@ 2006-09-28 21:53 ` Tom Malcolmson
  2006-09-28 21:54 ` Lars Poeschel
  1 sibling, 0 replies; 9+ messages in thread
From: Tom Malcolmson @ 2006-09-28 21:53 UTC (permalink / raw)
  To: Ray Duran; +Cc: ecos-discuss

Ray,

I too have recently started with eCos.  I tried running configtool on 
cygwin but it did not work.  Like you, I looked into it and found that 
this is apparently a problem with newer versions of cygwin.

In the end, I found the page that you referenced, and downloaded the 
updated tool on this page.  I think this is called 
"configtool-060710.exe".  This works for me.
http://www.ecoscentric.com/devzone/configtool.shtml

I take it that, though the above web page says that configtool is a 
wxWidgets app, it is only partially so and still relies on unix calls 
for which it needs cygwin.

Tom.

Ray Duran wrote:
> Hello,
>
> I am a new to the eCos community.
>
> I followed the commands on the eCos webpage 
>
> wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl
>
> Then invoked installation tool
>
> sh ecos-install.tcl
>
> I followed the commands but did NOT select pre-built GNU toolchain as I
> had already
> Downloaded a pre-built GNU ARM toolchain.
>
> After selecting a mirror-site everything seemed fine and I got a
> installation complete message.
>
> So, I thought my next step was to launch the configtool by invoking
> configtool.exe, but nothing happens.
>
> I did a little research on the mailing list and saw some sort of related
> problems that say building the
> Config tool is "tricky" and that there are known problems when running
> against Cygwin 1.5.10 or later( which
> applies to me). What am I missing? The procedure outline in the link
> http://www.ecoscentric.com/devzone/configtool.shtml
> seems to reference the CVS version. Is there a problem invoking the
> Config tool with the non-CVS release?
>
> Any help or tips greatly appreciated,
>
> Regards,
>
> -Ray
>
> Ray Duran 
> Altera Design Specialist
> Future Electronics 
> 2220 O'Toole Avenue 
> San Jose Ca. 95131 
> 408 232 1478 
> ray.duran@futureelectronics.com 
>
> The information in this transmission contains information that is
> confidential and is intended only for the use of the individual or
> entity to whom it is addressed. If the reader of this message is not the
> intended recipient please delete it and immediately notify the sender. 
>
> If the purpose of this transmission is to provide a quotation or to
> confirm or acknowledge an order or to provide information in relation to
> the Products and Services offered, unless otherwise agreed in writing,
> the FUTURE ELECTRONICS TERMS AND CONDITIONS OF SALE exclusively govern
> the sale of Products and the provision of services by Future Electronics
> Inc. and its divisions, subsidiaries and affiliates and take precedence
> over supplemental or conflicting terms and conditions to which notice of
> objection is hereby given. The FUTURE ELECTRONICS TERMS AND CONDITIONS
> OF SALE are available at www.futureelectronics.com and may be provided
> on invoices, packing slips, order acknowledgements or other method. 
>
>  
>
>
>
>
>   

-- 
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] 9+ messages in thread

* [ECOS] Trouble with eCos Config Tool
@ 2006-09-28 21:15 Ray Duran
  2006-09-28 21:53 ` Tom Malcolmson
  2006-09-28 21:54 ` Lars Poeschel
  0 siblings, 2 replies; 9+ messages in thread
From: Ray Duran @ 2006-09-28 21:15 UTC (permalink / raw)
  To: ecos-discuss

Hello,

I am a new to the eCos community.

I followed the commands on the eCos webpage 

wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl

Then invoked installation tool

sh ecos-install.tcl

I followed the commands but did NOT select pre-built GNU toolchain as I
had already
Downloaded a pre-built GNU ARM toolchain.

After selecting a mirror-site everything seemed fine and I got a
installation complete message.

So, I thought my next step was to launch the configtool by invoking
configtool.exe, but nothing happens.

I did a little research on the mailing list and saw some sort of related
problems that say building the
Config tool is "tricky" and that there are known problems when running
against Cygwin 1.5.10 or later( which
applies to me). What am I missing? The procedure outline in the link
http://www.ecoscentric.com/devzone/configtool.shtml
seems to reference the CVS version. Is there a problem invoking the
Config tool with the non-CVS release?

Any help or tips greatly appreciated,

Regards,

-Ray

Ray Duran 
Altera Design Specialist
Future Electronics 
2220 O'Toole Avenue 
San Jose Ca. 95131 
408 232 1478 
ray.duran@futureelectronics.com 

The information in this transmission contains information that is
confidential and is intended only for the use of the individual or
entity to whom it is addressed. If the reader of this message is not the
intended recipient please delete it and immediately notify the sender. 

If the purpose of this transmission is to provide a quotation or to
confirm or acknowledge an order or to provide information in relation to
the Products and Services offered, unless otherwise agreed in writing,
the FUTURE ELECTRONICS TERMS AND CONDITIONS OF SALE exclusively govern
the sale of Products and the provision of services by Future Electronics
Inc. and its divisions, subsidiaries and affiliates and take precedence
over supplemental or conflicting terms and conditions to which notice of
objection is hereby given. The FUTURE ELECTRONICS TERMS AND CONDITIONS
OF SALE are available at www.futureelectronics.com and may be provided
on invoices, packing slips, order acknowledgements or other method. 

 




--
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] 9+ messages in thread

end of thread, other threads:[~2006-10-03 17:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-29 20:51 [ECOS] Trouble with eCos Config Tool Ray Duran
2006-09-29 21:58 ` andy
  -- strict thread matches above, loose matches on Subject: below --
2006-10-03 17:38 Ray Duran
2006-10-02 18:14 Ray Duran
2006-09-28 23:30 Ray Duran
2006-09-29  0:59 ` Andy Jackson
2006-09-28 21:15 Ray Duran
2006-09-28 21:53 ` Tom Malcolmson
2006-09-28 21:54 ` Lars Poeschel

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).