Re: AW: AW: [ECOS] Re: eCos Configuration Tool clewan and rebuild

2016-06-18 Thread Alex Schuilenburg
On 18/06/16 13:01, Richard Rauch wrote: > We delete the build folders only, but not the .ecc file. > If rebuilding with GUI config tool (after build folders deleted) with same > .ecc file, the result is exactly the same! It ought to be - the same libcdl is called to regenerate the build tree if yo

AW: AW: [ECOS] Re: eCos Configuration Tool clewan and rebuild

2016-06-18 Thread Richard Rauch
> > However, the anoncvs GUI configtool has a subtle major flaw when creating a > configuration by selecting a target that is not the default. > All new target configurations are created against the current target and > template (often default target and "default" template), and switched to the >

Re: AW: [ECOS] Re: eCos Configuration Tool clewan and rebuild

2016-06-17 Thread Alex Schuilenburg
On 17/06/16 05:05, Richard Rauch wrote: > There is one issue maybe. When we are changing major things in our eCos > configuration, we delete the complete build tree folders with file system. > Then the config tool is forced to rebuild everything. > The folders are somehow named like .\...build

AW: [ECOS] Re: eCos Configuration Tool clewan and rebuild

2016-06-16 Thread Richard Rauch
Actually we prefer to work with the GUI. .ecc Files are application project related. It is much more convenient to create the eCos configuration by usage of GUI tool. We were working on all of our projects with the GUI config tool. We managed to create a version, not based on Cygwin as well. Regar

Re: [ECOS] Re: eCos Configuration Tool clewan and rebuild

2016-06-16 Thread Alex Schuilenburg
On 16/06/16 22:41, Grant Edwards wrote: > [...] > Ah. I don't know what exactly what the GUI does when you tell it to > "clean". It might just do a "make clean", That is exactly what it does. > or it might remove everything except the .ecc file and do an > "ecosconfig tree". BTW: I've been assumi

[ECOS] Re: eCos Configuration Tool clewan and rebuild

2016-06-16 Thread Grant Edwards
On 2016-06-16, Michael W. Ellis wrote: > Our approach in the past was to use the GUI tool but I agree that > your approach is better since the script file more or less > self-documents the process and is easily tracked under revision > control. Getting from the GUI based configuration to script

RE: [ECOS] Re: eCos Configuration Tool clewan and rebuild

2016-06-16 Thread Michael W. Ellis
> -Original Message- > From: ecos-discuss-ow...@ecos.sourceware.org [mailto:ecos-discuss- > ow...@ecos.sourceware.org] On Behalf Of Grant Edwards > Sent: Thursday, June 16, 2016 12:10 PM > To: ecos-discuss@ecos.sourceware.org > Subject: [ECOS] Re: eCos Configuration Tool

[ECOS] Re: eCos Configuration Tool clewan and rebuild

2016-06-16 Thread Grant Edwards
arce at best. > > My understanding is that the eCos Configuration Tool is used to make > changes to a .ecc file, and then to use this file to build the library. Yes. However, there are two different ecos configuration tools. A command line one, and a GUI one (there might be multiple simil

[ECOS] eCos Configuration Tool clewan and rebuild

2016-06-16 Thread Michael W. Ellis
I have inherited a project based on eCos 2.0.98 and have reached a point where I need to rebuild my library. Most of the folks who originally worked on this project are no longer with the company and our internal documentation is scarce at best. My understanding is that the eCos Configuration

[ECOS] eCos Configuration Tool - Request for Challenges

2011-06-08 Thread Arnaud Hubaux
to this research by listing the top five challenges you face while configuring CDL models with the eCos Configuration Tool, both as an individual user and as a team member. Any feedback is welcome, whether you are a casual or savvy eCos user. You can send us your answer by replying directly to

Re: [ECOS] Re: eCos Configuration Tool experimental build for GTK+ 2.x on Linux

2008-10-10 Thread Sergei Gavrikov
John Dallaway wrote: > Hi Sergei > > Sergei Gavrikov wrote: > > > Thank you. It seems the problem went away (tested on Ubuntu 8.04 LTS). > > That is good to hear. > > > Oh, if the central splitted view with wx TreeCtrl can be scrollable by a > > wheel. It seems that splitter eats all events fro

Re: [ECOS] Re: eCos Configuration Tool experimental build for GTK+ 2.x on Linux

2008-10-10 Thread Ilija Kocho
John Dallaway wrote: > Hi Ilija > > Ilija Kocho wrote: > > >> Also (on Ubuntu 8.04 LTS): >> >> 1. Right hand (Conflict and Property) windows don't seem to >> automatically follow the end of frame. This problem existed with also >> old configtool (ver 2.0) but not with previous build (configtool-

Re: [ECOS] Re: eCos Configuration Tool experimental build for GTK+ 2.x on Linux

2008-10-10 Thread John Dallaway
Hi Sergei Sergei Gavrikov wrote: > Thank you. It seems the problem went away (tested on Ubuntu 8.04 LTS). That is good to hear. > Oh, if the central splitted view with wx TreeCtrl can be scrollable by a > wheel. It seems that splitter eats all events from wheel. The same wx > TreeCtrl scrolls i

Re: [ECOS] Re: eCos Configuration Tool experimental build for GTK+ 2.x on Linux

2008-10-10 Thread John Dallaway
Hi Ilija Ilija Kocho wrote: > Also (on Ubuntu 8.04 LTS): > > 1. Right hand (Conflict and Property) windows don't seem to > automatically follow the end of frame. This problem existed with also > old configtool (ver 2.0) but not with previous build (configtool-081006). > > 2. When i narrow tree

Re: [ECOS] Re: eCos Configuration Tool experimental build for GTK+ 2.x on Linux

2008-10-10 Thread Ilija Kocho
Sergei Gavrikov wrote: > John Dallaway wrote: > >> Hi Frank >> >> Frank Pagliughi wrote: >> >> >>> I tried it quickly on Fedora 6 and Fedora 8. It runs and "looks" good on >>> both, and especially seems to solve the font problems that I was having >>> with Fedora 8 when using the old versio

[ECOS] Re: eCos Configuration Tool experimental build for GTK+ 2.x on Linux

2008-10-09 Thread Frank Pagliughi
John Dallaway wrote: Hi Frank Frank Pagliughi wrote: I tried it quickly on Fedora 6 and Fedora 8. It runs and "looks" good on both, and especially seems to solve the font problems that I was having with Fedora 8 when using the old version. Unfortunately, the text and list entry widgets in

Re: [ECOS] Re: eCos Configuration Tool experimental build for GTK+ 2.x on Linux

2008-10-09 Thread Sergei Gavrikov
John Dallaway wrote: > Hi Frank > > Frank Pagliughi wrote: > > > I tried it quickly on Fedora 6 and Fedora 8. It runs and "looks" good on > > both, and especially seems to solve the font problems that I was having > > with Fedora 8 when using the old version. Unfortunately, the text and > > list

[ECOS] Re: eCos Configuration Tool experimental build for GTK+ 2.x on Linux

2008-10-09 Thread John Dallaway
Hi Frank Frank Pagliughi wrote: > I tried it quickly on Fedora 6 and Fedora 8. It runs and "looks" good on > both, and especially seems to solve the font problems that I was having > with Fedora 8 when using the old version. Unfortunately, the text and > list entry widgets in the configuration w

Re: [ECOS] eCos Configuration Tool experimental build for GTK+ 2.x on Linux

2008-10-07 Thread Ilija Kocho
John Dallaway wrote: > Hi Frank > > Frank Pagliughi wrote: > > >> I tried it quickly on Fedora 6 and Fedora 8. It runs and "looks" good on >> both, and especially seems to solve the font problems that I was having >> with Fedora 8 when using the old version. Unfortunately, the text and >> list

Re: [ECOS] eCos Configuration Tool experimental build for GTK+ 2.x on Linux

2008-10-07 Thread John Dallaway
Hi Frank Frank Pagliughi wrote: > I tried it quickly on Fedora 6 and Fedora 8. It runs and "looks" good on > both, and especially seems to solve the font problems that I was having > with Fedora 8 when using the old version. Unfortunately, the text and > list entry widgets in the configuration w

Re: [ECOS] eCos Configuration Tool experimental build for GTK+ 2.x on Linux

2008-10-06 Thread Frank Pagliughi
John Dallaway wrote: As a prelude to eCos 3.0, I have built an experimental version of the eCos Configuration Tool suitable for GTK+ 2.x on x86 Linux. This snapshot build is available for download via the eCosCentric DevZone page: http://www.ecoscentric.com/devzone/configtool.shtml If you

Re: [ECOS] eCos Configuration Tool experimental build for GTK+ 2.x on Linux

2008-10-06 Thread Ilija Kocho
gards Ilija John Dallaway wrote: > As a prelude to eCos 3.0, I have built an experimental version of the > eCos Configuration Tool suitable for GTK+ 2.x on x86 Linux. This > snapshot build is available for download via the eCosCentric DevZone page: > > http://www.ecoscentric.co

Re: [ECOS] eCos Configuration Tool experimental build for GTK+ 2.x on Linux

2008-10-06 Thread Simon Kallweit
John Dallaway schrieb: Did you plan to release the required changes in the CVS? This was built against wxGTK 2.8.9 from the current eCos host tool sources in the eCos public repository. Ah well, I'll have to try again then. I have compiled my own version with wxGTK 2.6.4, which was t

Re: [ECOS] eCos Configuration Tool experimental build for GTK+ 2.x on Linux

2008-10-06 Thread John Dallaway
Hi Simon [EMAIL PROTECTED] wrote: > John Dallaway wrote: > >> As a prelude to eCos 3.0, I have built an experimental version of the >> eCos Configuration Tool suitable for GTK+ 2.x on x86 Linux. This >> snapshot build is available for download via the eCosCentric DevZo

Re: [ECOS] eCos Configuration Tool experimental build for GTK+ 2.x on Linux

2008-10-06 Thread Marco Aurélio da Cruz
On 10/06/2008 11:41 AM, John Dallaway wrote: As a prelude to eCos 3.0, I have built an experimental version of the eCos Configuration Tool suitable for GTK+ 2.x on x86 Linux. This snapshot build is available for download via the eCosCentric DevZone page: http://www.ecoscentric.com/devzone

Re: [ECOS] eCos Configuration Tool experimental build for GTK+ 2.x on Linux

2008-10-06 Thread [EMAIL PROTECTED]
John Dallaway wrote: As a prelude to eCos 3.0, I have built an experimental version of the eCos Configuration Tool suitable for GTK+ 2.x on x86 Linux. This snapshot build is available for download via the eCosCentric DevZone page: http://www.ecoscentric.com/devzone/configtool.shtml If you

[ECOS] eCos Configuration Tool experimental build for GTK+ 2.x on Linux

2008-10-06 Thread John Dallaway
As a prelude to eCos 3.0, I have built an experimental version of the eCos Configuration Tool suitable for GTK+ 2.x on x86 Linux. This snapshot build is available for download via the eCosCentric DevZone page: http://www.ecoscentric.com/devzone/configtool.shtml If you are running a recent

[ECOS] Re: eCos Configuration Tool experimental build for Vista

2008-09-05 Thread John Dallaway
Subject: Re: Re: eCos Configuration Tool experimental build for Vista Date: Thu, 4 Sep 2008 06:08:11 -0700 From: David Brennan <[EMAIL PROTECTED]> To: John Dallaway <[EMAIL PROTECTED]> CC: ecos-discuss@ecos.sourceware.org Newsgroups: gmane.os.ecos.general References: <[EMAIL PROTE

[ECOS] Re: eCos Configuration Tool experimental build for Vista

2008-09-05 Thread John Dallaway
the Cygwin /bin directory to be ahead of C:\Tcl\bin in your PATH when you invoke the eCos Configuration Tool, but it will not be possible to use an application which requires the ActiveTcl tcl84.dll at the same time as a tool which requires the Cygwin tcl84.dll. John Dallaway eCosCentric Limited

Re: [ECOS] Re: eCos Configuration Tool experimental build for Vista

2008-09-04 Thread David Brennan
report problems via Bugzilla. John Dallaway eCosCentric Limited Original Message ---- Subject: eCos Configuration Tool experimental build for Vista Date: Wed, 13 Aug 2008 12:20:22 +0100 From: John Dallaway <[EMAIL PROTECTED]> To: ecos-discuss@ecos.sourceware.org Newsgroups: gmane.os.

[ECOS] RE: eCos Configuration Tool experimental build for Vista

2008-09-04 Thread Tyler Wilson
.sourceware.org > Subject: Re: eCos Configuration Tool experimental build for Vista > > Hi Tyler > > Tyler Wilson wrote: > > > Yes, I understand that now. Initially, I was approaching the tool as > a > > Windows user, with certain assumptions. > > > > Part of

[ECOS] Re: eCos Configuration Tool experimental build for Vista

2008-09-04 Thread John Dallaway
Hi Tyler Tyler Wilson wrote: > Yes, I understand that now. Initially, I was approaching the tool as a > Windows user, with certain assumptions. > > Part of the confusion on my part was that the configtool would give an > error when reading the ecos.db file, which gave no clue as to why it > migh

RE: [ECOS] Re: eCos Configuration Tool experimental build for Vista

2008-09-04 Thread Tyler Wilson
/platform check ought to be done in the application. Tyler > -Original Message- > From: Sergei Gavrikov [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 04, 2008 8:09 AM > To: Tyler Wilson > Cc: John Dallaway; ecos-discuss@ecos.sourceware.org > Subject: Re: [ECOS] Re:

Re: [ECOS] Re: eCos Configuration Tool experimental build for Vista

2008-09-04 Thread Sergei Gavrikov
On Thu, Sep 04, 2008 at 04:35:17AM -0700, Tyler Wilson wrote: > FYI, I have used this experimental build on Vista without any issues. I > also used the previous version without incident as well though. > > One item that did hang me up for a while though was that the Windows > configtool is NOT com

RE: [ECOS] Re: eCos Configuration Tool experimental build for Vista

2008-09-04 Thread Tyler Wilson
Dallaway > Sent: Thursday, September 04, 2008 3:58 AM > To: ecos-discuss@ecos.sourceware.org > Subject: [ECOS] Re: eCos Configuration Tool experimental build for > Vista > > There have been many downloads of this experimental build, but no > feedback to date. Please let me kn

[ECOS] Re: eCos Configuration Tool experimental build for Vista

2008-09-04 Thread John Dallaway
There have been many downloads of this experimental build, but no feedback to date. Please let me know if this build works for you and report problems via Bugzilla. John Dallaway eCosCentric Limited Original Message Subject: eCos Configuration Tool experimental build for Vista

[ECOS] eCos Configuration Tool experimental build for Vista

2008-08-13 Thread John Dallaway
As a prelude to eCos 3.0, I have built an experimental version of the eCos Configuration Tool suitable for Microsoft Windows Vista. This snapshot build is available for download via the eCosCentric DevZone page: http://www.ecoscentric.com/devzone/configtool.shtml If you try this build

Re: [ECOS] Build eCos Configuration Tool for Linux

2007-04-28 Thread Chris Bayley
qualifier 'ecPropertyListCtrl::' on member visible_properties and you are away! : ) Chris Bayley Gary Thomas wrote: > Shusharin Alexey wrote: >> Hello all >> >> I'm trying to build eCos Configuration Tool for Linux. I follow >> ecoscentric instructi

Re: [ECOS] Build eCos Configuration Tool for Linux

2007-04-28 Thread Gary Thomas
Shusharin Alexey wrote: Hello all I'm trying to build eCos Configuration Tool for Linux. I follow ecoscentric instructions (http://www.ecoscentric.com/devzone/configtool.shtml) and successfully build wxWidgets 2.4.0 and eCos host infrastructure, but building of eCos Configuration To

[ECOS] Build eCos Configuration Tool for Linux

2007-04-28 Thread Shusharin Alexey
Hello all I'm trying to build eCos Configuration Tool for Linux. I follow ecoscentric instructions (http://www.ecoscentric.com/devzone/configtool.shtml) and successfully build wxWidgets 2.4.0 and eCos host infrastructure, but building of eCos Configuration Tool is failed. Where is mi

Re: [ECOS] Making eCos Configuration Tool on FreeBSD 6.1

2006-10-02 Thread Lars Poeschel
Am Montag, 2. Oktober 2006 08:10 schrieb Jack Twilley: > Bart Veer wrote: > >> "Jack" == Jack Twilley <[EMAIL PROTECTED]> writes: > > >>> How do I make the ecos-tool use gmake instead of make? > > >> > > >> I'm not sure how to force this. > > >> > > >> Why not just build GNU

Re: [ECOS] Making eCos Configuration Tool on FreeBSD 6.1

2006-10-01 Thread Jack Twilley
Bart Veer wrote: "Jack" == Jack Twilley <[EMAIL PROTECTED]> writes: >>> How do I make the ecos-tool use gmake instead of make? >> >> I'm not sure how to force this. >> >> Why not just build GNU make and install it as 'make' at the >> front of your path? Jack> I

Re: [ECOS] Making eCos Configuration Tool on FreeBSD 6.1

2006-10-01 Thread Bart Veer
> "Jack" == Jack Twilley <[EMAIL PROTECTED]> writes: >>> How do I make the ecos-tool use gmake instead of make? >> >> I'm not sure how to force this. >> >> Why not just build GNU make and install it as 'make' at the >> front of your path? Jack> I already have GN

Re: [ECOS] Making eCos Configuration Tool on FreeBSD 6.1

2006-09-26 Thread Andrew Lunn
On Mon, Sep 25, 2006 at 03:57:07PM -0700, Jack Twilley wrote: > Jack Twilley wrote: > >The work I mentioned has already been done, as you pointed out. The > >ecos-tool port is already in ports, and I've installed it. Only one > >snag in using it that I can see -- it assumes "make" is GNU make.

Re: [ECOS] Making eCos Configuration Tool on FreeBSD 6.1

2006-09-25 Thread Jack Twilley
Gary Thomas wrote: Jack Twilley wrote: How do I make the ecos-tool use gmake instead of make? I'm not sure how to force this. Why not just build GNU make and install it as 'make' at the front of your path? I already have GNU make built as 'gmake'. This system does a lot of other stuff be

Re: [ECOS] Making eCos Configuration Tool on FreeBSD 6.1

2006-09-25 Thread Gary Thomas
Jack Twilley wrote: Jack Twilley wrote: The work I mentioned has already been done, as you pointed out. The ecos-tool port is already in ports, and I've installed it. Only one snag in using it that I can see -- it assumes "make" is GNU make. How can I tell it to use "gmake" instead? I was

Re: [ECOS] Making eCos Configuration Tool on FreeBSD 6.1

2006-09-25 Thread Jack Twilley
Jack Twilley wrote: The work I mentioned has already been done, as you pointed out. The ecos-tool port is already in ports, and I've installed it. Only one snag in using it that I can see -- it assumes "make" is GNU make. How can I tell it to use "gmake" instead? I was horribly unclear and

Re: [ECOS] Making eCos Configuration Tool on FreeBSD 6.1

2006-09-25 Thread Jack Twilley
Andrew Lunn wrote: On Sat, Sep 23, 2006 at 10:51:47PM -0700, Jack Twilley wrote: So I'm trying to build the eCos configuration tool on my FreeBSD 6.1 system and I'm running into some interesting issues. It seems like the entire tcl/Tk detection system is either ancient, broken, or n

Re: [ECOS] Making eCos Configuration Tool on FreeBSD 6.1

2006-09-24 Thread Andrew Lunn
On Sat, Sep 23, 2006 at 10:51:47PM -0700, Jack Twilley wrote: > So I'm trying to build the eCos configuration tool on my FreeBSD 6.1 > system and I'm running into some interesting issues. It seems like the > entire tcl/Tk detection system is either ancient, broken, or not

Re: [ECOS] Making eCos Configuration Tool on FreeBSD 6.1

2006-09-23 Thread Jack Twilley
Hans Hübner wrote: I would recommend that you use the Linux binary of the configuration tool. This will propably be relatively easy to get running (you may have to hunt for some of the libraries the config tool depends on) and there are no negative side effects of running Linux binaries on FreeB

Re: [ECOS] Making eCos Configuration Tool on FreeBSD 6.1

2006-09-23 Thread Hans Hübner
Hi Jack, On 9/24/06, Jack Twilley <[EMAIL PROTECTED]> wrote: So I'm trying to build the eCos configuration tool on my FreeBSD 6.1 system and I'm running into some interesting issues. It seems like the entire tcl/Tk detection system is either ancient, broken, or not written to t

[ECOS] Making eCos Configuration Tool on FreeBSD 6.1

2006-09-23 Thread Jack Twilley
So I'm trying to build the eCos configuration tool on my FreeBSD 6.1 system and I'm running into some interesting issues. It seems like the entire tcl/Tk detection system is either ancient, broken, or not written to take into account how FreeBSD stores stuff. Is it worth my time

Re: [ECOS] Configuration Tool

2006-01-30 Thread Andrew Lunn
On Mon, Jan 30, 2006 at 03:54:20PM +0100, [EMAIL PROTECTED] wrote: > I want to modify the configtool! How I must make? > For example if I must add an algorithm of scheduling in the path eCos > Kernel/Kernel Schedulers. Do you want to change the confgurtion tool itself, or the information it shows

[ECOS] Configuration Tool

2006-01-30 Thread [EMAIL PROTECTED]
I want to modify the configtool! How I must make? For example if I must add an algorithm of scheduling in the path eCos Kernel/Kernel Schedulers. Thanks. Tiscali ADSL 4 Mega Flat Naviga senza limiti con l'unica Adsl a 4 Mega di velocità a soli 19,95 € al mese! Attivala subito

Re: [ECOS] Configuration Tool

2006-01-30 Thread Gary Thomas
On Mon, 2006-01-30 at 15:54 +0100, [EMAIL PROTECTED] wrote: > I want to modify the configtool! How I must make? How so? What do you want to change in the config tool? > For example if I must add an algorithm of scheduling in the path eCos > Kernel/Kernel Schedulers. These sort of changes happe

[ECOS] Configuration Tool

2006-01-30 Thread [EMAIL PROTECTED]
I want to modify the configtool! How I must make? For example if I must add an algorithm of scheduling in the path eCos Kernel/Kernel Schedulers. Thanks. Tiscali ADSL 4 Mega Flat Naviga senza limiti con l'unica Adsl a 4 Mega di velocità a soli 19,95 € al mese! Attivala subito

Re: [ECOS] Configuration Tool binaries

2006-01-10 Thread Andrew Lunn
On Tue, Jan 10, 2006 at 10:07:01AM +0100, Michele Portolan wrote: > Hi everyone, > does anyone knows where I can found binaries for the Ecos Configuration > Tool (windows) for a version later than 2.11? I am using eCos with Leon and > the new version of the toolchain (rtem-4.6) req

[ECOS] Configuration Tool binaries

2006-01-10 Thread Michele Portolan
Hi everyone, does anyone knows where I can found binaries for the Ecos Configuration Tool (windows) for a version later than 2.11? I am using eCos with Leon and the new version of the toolchain (rtem-4.6) requires gcc to be added the flag -qleon2 and the version I have now (2.11) does not permit

Re: [ECOS] problem in Ecos configuration tool

2005-10-24 Thread Bart Veer
> "Nagendra" == Nagendra G <[EMAIL PROTECTED]> writes: Nagendra> Any body can share this, Nagendra> I am facing problem in opening in ecos configuration tool.For this i = Nagendra> reinstalled ecos and cygwin 3 times ,but no use.while opening tool i am = Nagendra> not able to

[ECOS] problem in Ecos configuration tool

2005-10-19 Thread Nagendra G
Any body can share this, I am facing problem in opening in ecos configuration tool.For this i reinstalled ecos and cygwin 3 times ,but no use.while opening tool i am not able to get configurable options. I am getting follwing message "the root node for all configurable items" How to solve thi

[ECOS] Re: eCos Configuration Tool

2005-09-19 Thread John Dallaway
Andrew Lunn wrote: > On Sun, Sep 18, 2005 at 07:59:33PM +0200, Emilio Monti wrote: > >> Is there any plan to convert the "eCos Configuration Tool" in Java ? >> It would also be usefull to better integrate the eCos configuration >> in Eclipse. There are no su

Re: [ECOS] eCos Configuration Tool

2005-09-19 Thread Andrew Lunn
> >I think the configtool is more to keep the commercial clients happy > >where the management people have a percieved need for a "friendly GUI" > >when they buy eCos from the companies that give commercial support. I > >don't remember anybody actually contributing patches for the > >configtool, so

Re: [ECOS] eCos Configuration Tool

2005-09-19 Thread Dirk Husemann
Andrew Lunn wrote: On Sun, Sep 18, 2005 at 07:59:33PM +0200, Emilio Monti wrote: Is there any plan to convert the "eCos Configuration Tool" in Java ? It would also be usefull to better integrate the eCos configuration in Eclipse. There are plenty of "open source"

RE: [ECOS] eCos Configuration Tool

2005-09-18 Thread Andrew Voelkel
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Lunn Sent: Sunday, September 18, 2005 11:43 AM To: Emilio Monti Cc: [EMAIL PROTECTED] Subject: Re: [ECOS] eCos Configuration Tool On Sun, Sep 18, 2005 at 07:59:33PM +0200, Emilio Monti wrote: > Is there any plan to conv

Re: [ECOS] eCos Configuration Tool

2005-09-18 Thread Emilio Monti
Thank you for the information. First I will give a closer look to ecosconfig. Emilio 2005/9/18, Andrew Lunn <[EMAIL PROTECTED]>: > On Sun, Sep 18, 2005 at 07:59:33PM +0200, Emilio Monti wrote: > > Is there any plan to convert the "eCos Configuration Tool" in Java ? >

Re: [ECOS] eCos Configuration Tool

2005-09-18 Thread Andrew Lunn
On Sun, Sep 18, 2005 at 07:59:33PM +0200, Emilio Monti wrote: > Is there any plan to convert the "eCos Configuration Tool" in Java ? > It would also be usefull to better integrate the eCos configuration in > Eclipse. > > There are plenty of "open source"

[ECOS] eCos Configuration Tool

2005-09-18 Thread Emilio Monti
Is there any plan to convert the "eCos Configuration Tool" in Java ? It would also be usefull to better integrate the eCos configuration in Eclipse. There are plenty of "open source" projects for "Parser Generator" and "Code Generator" in Java that could f