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: Problem downloading test programs (i386 pc)



>3) Configured ecos for the i386 pc target (ecosconfig new pc stubs)
>4) Created a build tree (ecosconfig tree)
>5) Built the gdb image and tests (make ; make tests): no errors and 
>    everything seems to work exactly as described on the docs.

This is wrong: you need to build stubs in one tree, and the tests in
another tree. Otherwise they end up having the same memory layout,
trashing the stubs as you download a test.

For the tests, do:

mkdir pc-tests; cd pc-tests
ecosconfig new pc
make tests


Jesper


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