Embedded C library http://uclibc-ng.org

David Schleef b8308706e4 remove bits/syscall.h when cleaning 23 years ago
debian 4d5c35c0b6 Debian package building scripts 23 years ago
extra 445db497a2 Just take whatever the kernel headers gave us, spaces and all. This is 23 years ago
include be78085df5 I missed an item when reentrantifying des.c, reuse a smaller 23 years ago
ldso 20ade83c2d Cleanup to not use kernel headers at all. 23 years ago
libc b8308706e4 remove bits/syscall.h when cleaning 23 years ago
libcrypt 2f98c4258b Fix a missing include in des.c and add configurability of loop unrolling 23 years ago
libm 417a99ec21 Fix syntax error in comment. 23 years ago
libresolv ec4e85f8a3 Be consistant for all the client code, and use TARGET_CC with --uclibc-use-build-dir 23 years ago
libutil ec4e85f8a3 Be consistant for all the client code, and use TARGET_CC with --uclibc-use-build-dir 23 years ago
test d9ea262db5 Add a dlopen test 23 years ago
.cvsignore dd4d42c2b9 Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and 23 years ago
COPYING.LIB 64bc641218 Initial revision 24 years ago
Makefile cb546530de Fix a silly typo 23 years ago
README 68822fc77d Fix bug in ldso/util/Makefile introduced when Erik added the readelf app. 23 years ago
Rules.mak c5207a5547 Make PIC a config option 23 years ago
TODO e53f70e1e1 Added a script to create bits/syscall.h for each arch. 23 years ago

README

To build and install the uClibc development environment,

1) cp ./extra/Configs/Config. ./Config
2) Edit ./Config for your setup.
3) make
4) make install_dev (as root if necessary, depending on your Config)


To install the runtime environment,
make install_target (again, as root if necessary)

To compile programs with uClibc,

export PATH={uClibc DEVEL_PREFIX/ROOT_DIR}/bin:$PATH

and then just ./configure and make as usual.

Note: You may also want to look at extra/gcc-uclibc/gcc-uclibc.c for
additional information concerning what options and environment
variables the gcc wrapper handles.