This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Configtool building and code size


> 
> >    text	   data	    bss	    dec	    hex	filename
> >   82440	   2632	  14832	  99904	  18640	hello
> 
> Well, for this application all you really need is the HAL. So rename
> main to cyg_start, and do
> 
> ecosconfig new openrisc minimal
> ecosconfig tree
> make

OK. I had to reduce the default size of the interrupt stack too.

   text	   data	    bss	    dec	    hex	filename
  16672	    460	   4340	  21472	   53e0	hello

That's more like it!

> You should really be asking yourself the question "What do i require
> from eCos for my application". Once you know that, you can decide
> which packages to include and which to leave out.

OK, thanks for your help.

Robert Cragie, Design Engineer
_______________________________________________________________
Jennic Ltd, Furnival Street, Sheffield, S1 4QT,  UK
http://www.jennic.com  Tel: +44 (0) 114 281 2655
_______________________________________________________________


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]