comparison 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
comparison
equal deleted inserted replaced
125:b4407dc7f59d 126:518f42066aba
98 well. 98 well.
99 99
100 $ mkdir build 100 $ mkdir build
101 $ cd build 101 $ cd build
102 102
103 The next step is to run the toplevel configure script. It might be 103 The next step is to run the toplevel configure script, in other words
104 possible to configure and build individual directories within the 104 the configure script in the same directory as this README file. This
105 host-side hierarchy, but again this has not been tested. 105 will automatically recurse into the various subdirectories for the
106 infrastructure, libcdl, and so on. Note that all of the host-side
107 software needs to be configured and built: it is not possible to
108 invoke just the configure script for the ecosconfig tool and build
109 just that tool, because there are dependencies on other parts of the
110 host-side code.
106 111
107 $ <path>/configure <args> 112 $ <path>/configure <args>
108 113
109 A list of the all the command-line options can be obtained by running 114 A list of the all the command-line options can be obtained by running
110 "configure --help". The most important ones are as follows: 115 "configure --help". The most important ones are as follows: