To build uClibc, 1) cp ./extra/Configs/Config. ./Config 2) Edit ./Config for your setup. 3) make 4) As root, make install To compile programs with uClibc, use the gcc wrapper -uclibc-gcc installed in $(INSTALL_DIR)/usr/bin/ (see extra/gcc-uClibc).