I'm finally able to build libtarget.a!! I hacked all the makefiles (dozens) by replacing "/ecos-c" with "/cygdrive/c" using configtool 2.11 since I cannot get configtool 3.0 to work (file open & save as keep stack dumping).
I also ran into another nuisance where build was failing with "permission denied" for chmod on some files in ecos_install/include/pkgconf folder. For some reason, configtool saved these files with no user/group/other r/w/x access. I manually tried to chmod these files and got the same permission denied error. I had to use Vista's security to change to full control for user for all these files and then chmod worked. On to building application now... and tackle more strange issues :) --- On Tue, 8/25/09, az cards <[email protected]> wrote: > From: az cards <[email protected]> > Subject: Re: eCos library build error > To: "az cards" <[email protected]> > Date: Tuesday, August 25, 2009, 12:54 AM > Any suggestions? > > I have attached the stackdump file... > > it crashes for following options: file->open, > file->save as, file->import, file->export, and > edit->save output. > > I tried to install on my work laptop with Windows XP but > having even more basic problems with cygwin not creating my > home dir and configtool complaining that cygwin1.dll does > not exist. > > > --- On Mon, 8/17/09, az cards <[email protected]> > wrote: > > > From: az cards <[email protected]> > > Subject: Re: eCos library build error > > To: "John Dallaway" <[email protected]> > > Cc: "eCos Discussion" <[email protected]> > > Date: Monday, August 17, 2009, 11:12 AM > > I'm using Vista. > > > > --- On Mon, 8/17/09, John Dallaway <[email protected]> > > wrote: > > > > > From: John Dallaway <[email protected]> > > > Subject: Re: eCos library build error > > > To: "az cards" <[email protected]> > > > Cc: "eCos Discussion" <[email protected]> > > > Date: Monday, August 17, 2009, 12:31 AM > > > az cards wrote: > > > > > > >> The error you are observing suggests > that you > > may > > > be using > > > >> an old > > > >> version of the eCos Configuration Tool. > Is > > it > > > possible that > > > >> you have an > > > >> old version of configtool.exe on your > > computer > > > that is > > > >> being accessed > > > >> instead of the version provided with > eCos > > 3.0? > > > What is the > > > >> version > > > >> number and build date shown in the > > > Help->About... dialog > > > >> box? > > > > > > > > Thanks for the reply! > > > > > > > > It is showing 2.11 and I directly downloaded > this > > one > > > from the > > > > eCos archive. The one that came with eCos > install > > is > > > 3.0 > > > > (/cygwin/opt/ecos/ecos-3.0/tools/bin) but it > is > > > crashing with > > > > stack dump whenever I try to select a dialog > box > > such > > > as "save > > > > as" or "open" to load existing ecos.ecc. > > > > > > I have received no other reports of problems with > the > > file > > > open/save > > > dialog boxes when using eCos Configuration Tool > 3.0. > > Which > > > version of > > > Windows are you using? > > > > > > John Dallaway > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam > > protection around > > http://mail.yahoo.com > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
