"Frank Lin" <[EMAIL PROTECTED]> writes: > ----- Original Message ----- > From: "Nick Garnett" <[EMAIL PROTECTED]> > To: "Frank Lin" <[EMAIL PROTECTED]> > Cc: <[email protected]> > Sent: Thursday, May 22, 2008 7:22 PM > Subject: Re: [ECOS] compiled result not align to 4 bytes > > > > > > > > The following code doesn't seem to correspond to the current version > > in anoncvs. Are you using V2.0 or anoncvs? > > > Abount 20 days ago, I installed this ecos version as > http://ecos.sourceware.org/getstart.html says: > wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl > sh ecos-install.tcl
That would have been version 2.0 which is now getting old. The most recent version is available via anoncvs. Now that you have 2.0 installed you can get a new source repository by following the directions here: http://ecos.sourceware.org/anoncvs.html > Now, I modify global compiler flags and global linker flags from > "-gdwarf-2 -g3" to "-g", now compile seems OK, "-gdwarf-2 -g3" > enable to debug on MACRO as gdb document says. There is no real guarantee that any of the non-default debug options will work. -- Nick Garnett eCos Kernel Architect eCosCentric Limited http://www.eCosCentric.com The eCos experts Barnwell House, Barnwell Drive, Cambridge, UK. Tel: +44 1223 245571 Registered in England and Wales: Reg No: 4422071 -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
