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]

Re: i386 target crashes after download


Oops, hmm, I forgot to attach my posting...

.. so here we go..



Just to make this sure.

How did you link your executable? Did you make 2 seperate ecos trees, one 
for building the ecos loader with gdb-stubs and another tree for building 
the ecos library which is linked with your application

ecosconfig new pc stubs
ecosconfig tree
make

--> this gives you the loader

than, in a different directory

ecosconfig new pc (note! no stubs here)
ecosconfig tree
make

this gives you the library to link your application with

Chris




--
Christian Plessl <cplessl@ee.ethz.ch>


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