Mercurial > flash_v2
diff host/README @ 126:518f42066aba ecos-sw-2000-09-19
Merge from eCos master repository on 2000-09-19-06:25:26-BST
| author | jlarmour |
|---|---|
| date | Tue, 19 Sep 2000 05:53:51 +0000 |
| parents | 435cced73e2f |
| children | a9ac27ec7abc |
line wrap: on
line diff
--- a/host/README +++ b/host/README @@ -100,9 +100,14 @@ well. $ mkdir build $ cd build -The next step is to run the toplevel configure script. It might be -possible to configure and build individual directories within the -host-side hierarchy, but again this has not been tested. +The next step is to run the toplevel configure script, in other words +the configure script in the same directory as this README file. This +will automatically recurse into the various subdirectories for the +infrastructure, libcdl, and so on. Note that all of the host-side +software needs to be configured and built: it is not possible to +invoke just the configure script for the ecosconfig tool and build +just that tool, because there are dependencies on other parts of the +host-side code. $ <path>/configure <args>
