Lines Matching full:example
3 This directory contains a few example programs which illustrate how one can set
11 Each example has its own directory which contain the source code and the CMake
12 build set up. To build an example, create a directory named `build` in the
13 example's directory:
16 cd <example directory>
21 Each example can be built to use the libc in either
30 Before you can link an example against the overlay libc, you will have to
33 Once installed, to build an example against it, you have specify the directory
42 Next, if `Ninja` is used for `<GEN>`, you can build the example as follows:
45 ninja <example name>
51 Before you can link an example against the full libc, you will have to first
74 the example as follows:
78 ninja <example name>