From a4bdde96e93fcc6fcc75d0ecc92985118987ff98 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 21 Mar 2002 09:40:48 +0000 Subject: Update the FAQ a little bit --- docs/uclibc.org/FAQ.html | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'docs/uclibc.org/FAQ.html') diff --git a/docs/uclibc.org/FAQ.html b/docs/uclibc.org/FAQ.html index 342b59170..2cf883b8b 100644 --- a/docs/uclibc.org/FAQ.html +++ b/docs/uclibc.org/FAQ.html @@ -53,8 +53,8 @@ to the uClibc home page. - Currently uClibc runs on arm, i386, m68k, mipsel, powerpc, sh, - sparc, and v850. + Currently uClibc runs on arm, i386, h8300, m68k, mips, mipsel, powerpc, + sh, sparc, and v850.

@@ -150,7 +150,7 @@ to the uClibc home page. doesn't provide wordexp(). There are many similar examples. In other cases, uClibc leaves certain features (such as full C99 Math library support, IPV6, and RPC support) disabled by default. Those features - can be enabled for people that need then, but are otherwise disabled to + can be enabled for people that need them, but are otherwise disabled to save space.

@@ -216,7 +216,7 @@ to the uClibc home page.

- How do I compile stuff? + How do I compile programs with uClibc? @@ -247,15 +247,14 @@ to the uClibc home page. When I run 'ldd' to get a list of the library dependencies for a uClibc - binary, ldd segfaults! Or it runs my application! Anyways, it doesn't - work! What should I do? + binary, ldd segfaults! What should I do? Use the ldd that is built by uClibc, not your system's one. When your system's ldd looks for library dependencies, it actually _runs_ that - program. This works fine -- usually. I doesn't work at all when you + program. This works fine -- usually. It doesn't work at all when you have been cross compiling (which is why ldd segfaults). The ldd program created by uClibc is cross platform and doesn't even try to run the target program (like your system one does). So use the uClibc one @@ -313,6 +312,12 @@ to the uClibc home page. contributing ports to new architectures, and a lot of work has been done on adding support for missing features. +

+ + These days, uClibc is being developed and enhanced by Erik Andersen of + CodePoet Consulting along + with the rest of the embedded Linux community. +

@@ -336,7 +341,7 @@ to the uClibc home page. I need you to add <favorite feature>! Are the uClibc developers willing to - be paid in order to add in <favorite feature>? Are you willing to provide + be paid in order to fix bugs or add in <favorite feature>? Are you willing to provide support contracts? -- cgit v1.2.3