[ECOS] Problem downloading test programs (i386 pc)

Jesper Skov jskov@redhat.com
Thu Aug 2 05:35:00 GMT 2001


>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



More information about the Ecos-discuss mailing list