OSDN Git Service

Fix bug in ldso/util/Makefile introduced when Erik added the readelf app.
[uclinux-h8/uclibc-ng.git] / README
1 To build and install the uClibc development environment,
2
3 1) cp ./extra/Configs/Config.<your arch> ./Config
4 2) Edit ./Config for your setup.
5 3) make
6 4) make install_dev (as root if necessary, depending on your Config)
7
8
9 To install the runtime environment,
10    make install_target  (again, as root if necessary)
11
12 To compile programs with uClibc,
13
14    export PATH={uClibc DEVEL_PREFIX/ROOT_DIR}/bin:$PATH
15
16 and then just ./configure and make as usual.
17
18 Note: You may also want to look at extra/gcc-uclibc/gcc-uclibc.c for
19       additional information concerning what options and environment
20       variables the gcc wrapper handles.