[ECOS] Macro expansion problem with adding ethernet driver

2009-09-17 Thread Mike Huovila
Hello. I have added CYGPKG_NET_LWIP and CYGPKG_IO_ETH_DRIVERS to my kernel build for at91sam7xek. When I build, the compile complains as follows: packages/net/lwip_tcpip/v2_0_91/src/ecos/lwip_ecos_init.cxx:345:51: macro "IP4_ADDR" requires 5 arguments, but only 2 given This line in the .cxx fi

[ECOS] Re: Re[ECOS] dbood.bin for STM3210e-Eval

2009-09-17 Thread smolugu
Hi , I am trying to load redboot.bin to STM32 flash through FlashLoaderdemonstrator.exe but I am using Linux PC as host, I tried wine(tools supports to run windows application on linux) but I am getting problem with that tool. 1) Is there Linux version FlashLoaddemonstrator is available? 2)If not

Re: [ECOS] eCos VCS switch

2009-09-17 Thread Alex Schuilenburg
Jonathan Larmour wrote: > Alex Schuilenburg wrote: >> >>> A switch of the public CVS repository to Mercurial would be a major >>> improvement. >>> >> >> Agreed. My initial findings are also that mercurial is the preferred >> solution. It is not as powerful as git, or even as fast, > > By "more

Re: [ECOS] eCos VCS switch

2009-09-17 Thread Jonathan Larmour
Alex Schuilenburg wrote: A switch of the public CVS repository to Mercurial would be a major improvement. Agreed. My initial findings are also that mercurial is the preferred solution. It is not as powerful as git, or even as fast, By "more powerful", do you mean git allows you to do an

Re: [ECOS] Switching to using git on eCosForge

2009-09-17 Thread Ross Younger
Alex Schuilenburg wrote: > wry uses git internally as he uses linux and whenever he > raves about something, I find the equivalent in mercurial. Actually, I chose to use git internally (for several months now) on my current main project because it was the only one of the three (git/bzr/hg) that I

Re: [ECOS] Re: Switching to using git on eCosForge

2009-09-17 Thread Patrick Doyle
On Thu, Sep 17, 2009 at 10:23 AM, Grant Edwards wrote: > On 2009-09-17, ??yvind Harboe wrote: >> + git is becoming more of a required skill for embedded development >> as Linux requires it, > > Can you explain how "Linux requires it"?  I've been using Linux > for almost 15 years now (including so

Re: [ECOS] eCos VCS switch

2009-09-17 Thread Alex Schuilenburg
[Apologies to Daniel for the repost - my original email to ecos-discuss was bounced] Daniel Néri wrote on 2009-09-17 15:01: > Alex Schuilenburg writes: > > >> I cannot speak for these tools, other than to say I have tried to >> import our internal CVS repository and anoncvs into all three and

[ECOS] [Fwd: Re: [ECOS] Re: Switching to using git on eCosForge]

2009-09-17 Thread Alex Schuilenburg
[Apologies to Sergei for the repost - my original email to ecos-discuss was bounced] Sergei Organov wrote on 2009-09-17 14:31: > Alex Schuilenburg writes: > >> Øyvind Harboe wrote on 2009-09-17 11:52: >> >>> Does anyone know a reason not to switch to git for eCosForge? >>> >>> My thinking

Re: [ECOS] Switching to using git on eCosForge

2009-09-17 Thread Alex Schuilenburg
[Apologies to Øyvind for the repost, my original email to ecos-discuss was bounced] Øyvind Harboe wrote on 2009-09-17 13:56: > [...] > >> Why git in particular? >> > > No reason not to really. > > git is easy to use when cloning/downloading + web interfaces exist > where you can download

Re: [ECOS] Re: Switching to using git on eCosForge

2009-09-17 Thread Ross Younger
> On 2009-09-17, ??yvind Harboe wrote: >> + git is becoming more of a required skill for embedded development >> as Linux requires it, Grant Edwards wrote: > Can you explain how "Linux requires it"? The Linux kernel source tree has been managed with git - pretty exclusively, I think - for a ha

[ECOS] Re: Switching to using git on eCosForge

2009-09-17 Thread Grant Edwards
On 2009-09-17, ??yvind Harboe wrote: > + git is becoming more of a required skill for embedded development > as Linux requires it, Can you explain how "Linux requires it"? I've been using Linux for almost 15 years now (including some embedded Linux stuff), and have no clue how to use git. --

Re: [ECOS] Switching to using git on eCosForge

2009-09-17 Thread Alex Schuilenburg
Patrick Doyle wrote on 2009-09-17 14:10: > It has been quite some time since I was last doing any eCos > development work (although I have lurked here ever since). Since that > time I have started using git and have felt that, when next I rejoin > the eCos development community, I was going to inv

Re: [ECOS] Switching to using git on eCosForge

2009-09-17 Thread Øyvind Harboe
> The same could be said of any of the three :-) My situation is that I have no choice but to learn git. Linux forced me to. eCos could force me to learn about mercurial as well. I'm try to be economic with the # of tools that I teach myself. > However, for distributed development, not using prop

[ECOS] eCos VCS switch (was: Switching to using git on eCosForge)

2009-09-17 Thread Daniel Néri
Alex Schuilenburg writes: > I cannot speak for these tools, other than to say I have tried to > import our internal CVS repository and anoncvs into all three and not > one of them worked. git did the worst job, followed by bazaar then > mercurial. And yes, I have tried cvs2svn to go via svn as we

[ECOS] Re: Switching to using git on eCosForge

2009-09-17 Thread Sergei Organov
Alex Schuilenburg writes: > Øyvind Harboe wrote on 2009-09-17 11:52: >> Does anyone know a reason not to switch to git for eCosForge? >> >> My thinking is to use http://repo.or.cz/ to host projects. >> >> www.ecosforge.net uses a version of subversion that is getting >> a bit long in the tooth (1.

Re: [ECOS] Switching to using git on eCosForge

2009-09-17 Thread Patrick Doyle
It has been quite some time since I was last doing any eCos development work (although I have lurked here ever since). Since that time I have started using git and have felt that, when next I rejoin the eCos development community, I was going to investigate using git with eCos. What happened prev

Re: [ECOS] Switching to using git on eCosForge

2009-09-17 Thread Øyvind Harboe
First of all: great to hear you're looking to upgrade from CVS to distributed development. A ~20 year leap in tools, bound to be tricky that one :-) > Why git in particular? No reason not to really. git is easy to use when cloning/downloading + web interfaces exist where you can download snapsho

Re: [ECOS] Switching to using git on eCosForge

2009-09-17 Thread Alex Schuilenburg
Øyvind Harboe wrote on 2009-09-17 11:52: > Does anyone know a reason not to switch to git for eCosForge? > > My thinking is to use http://repo.or.cz/ to host projects. > > www.ecosforge.net uses a version of subversion that is getting > a bit long in the tooth (1.4) and I'm just wondering if > git

Re: [ECOS]problem with recent port of lwip

2009-09-17 Thread Simon Kallweit
Bob Brusa wrote: Am 17.09.2009, 09:51 Uhr, schrieb Simon Kallweit : Well, if you have configured the Sequential mode, I guess this is a problem with the indexer of eclipse. Eclipse seems to not have found the CYGIMP_LWIP_MODE_Sequential. I've had similar problems. The way I currently work ins

[ECOS] Switching to using git on eCosForge

2009-09-17 Thread Øyvind Harboe
Does anyone know a reason not to switch to git for eCosForge? My thinking is to use http://repo.or.cz/ to host projects. www.ecosforge.net uses a version of subversion that is getting a bit long in the tooth (1.4) and I'm just wondering if git isn't a better choice anyway The plan is to leav

Re: [ECOS]problem with recent port of lwip

2009-09-17 Thread Bob Brusa
Am 17.09.2009, 09:51 Uhr, schrieb Simon Kallweit : Bob Brusa wrote: Hi I downloaded Simons recent port of lwip from http://download.westlicht.ch/lwip-20090722.tar.gz as indicated in his post of 29.07.09. I added it to my local ecos repository and was able to generate a library includin

Re: [ECOS]problem with recent port of lwip

2009-09-17 Thread Simon Kallweit
Bob Brusa wrote: Hi I downloaded Simons recent port of lwip from http://download.westlicht.ch/lwip-20090722.tar.gz as indicated in his post of 29.07.09. I added it to my local ecos repository and was able to generate a library including this new port. Then I moved on and wanted to run the tc

Re: [ECOS]problem with recent port of lwip

2009-09-17 Thread Mandeep Sandhu
On Thu, Sep 17, 2009 at 12:56 PM, Bob Brusa wrote: > Hi > I downloaded Simons recent port of lwip from >  http://download.westlicht.ch/lwip-20090722.tar.gz as indicated in his post > of 29.07.09. I added it to my local ecos repository and was able to generate SImon had given me a newer version of

[ECOS]problem with recent port of lwip

2009-09-17 Thread Bob Brusa
Hi I downloaded Simons recent port of lwip from http://download.westlicht.ch/lwip-20090722.tar.gz as indicated in his post of 29.07.09. I added it to my local ecos repository and was able to generate a library including this new port. Then I moved on and wanted to run the tcpecho.c - test