README 448 B

12345678910111213141516
  1. To build uClibc,
  2. 1) cp ./extra/Configs/Config.<your arch> ./Config
  3. 2) Edit ./Config for your setup.
  4. 3) make
  5. 4) As root, make install
  6. To compile programs with uClibc,
  7. export PATH={uClibc DEVEL_PREFIX/ROOT_DIR}/bin:$PATH
  8. and then just ./configure and make as usual.
  9. Note: You may also want to look at extra/gcc-uclibc/gcc-uclibc.c for
  10. additional information concerning what options and environment
  11. variables the gcc wrapper handles.