From 49eaf7e4561c0c6b12a5c392183bcd39d03694ab Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 19 Dec 2003 11:45:21 +0000 Subject: dev systems updated --- docs/uclibc.org/FAQ.html | 19 +++++++++++++++---- docs/uclibc.org/news.html | 17 +++++++++++++++++ 2 files changed, 32 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/uclibc.org/FAQ.html b/docs/uclibc.org/FAQ.html index db0511a6f..6ed1d3a5c 100644 --- a/docs/uclibc.org/FAQ.html +++ b/docs/uclibc.org/FAQ.html @@ -21,6 +21,7 @@ have additions to this FAQ document, we would love to add them,
  • Does uClibc support shared libraries?
  • How do I compile programs with uClibc? +
  • Is a pre-compiled uClibc development system available?
  • Why do I keep getting "sh: can't access tty; job control turned off" errors? Why doesn't Control-C work within my shell?
  • How do I make autoconf and automake behave? @@ -230,15 +231,25 @@ How could it be smaller and not suck? uClibc buildroot system. Simply adjust the Makefile settings to match your target system, and then run 'make'. -

    + +


    +

    +

    Is a pre-compiled uClibc development system available?

    +

    + If you want to be really lazy and start using uClibc right away without needing to compile your own toolchain or anything, you can grab a copy of the uClibc development systems, currently available for i386, powerpc, - mipsel, - and - arm. + arm, + mips, + mipsel, and + sh4. + The powerpc dev system mostly works, but there is still some sortof + problem with the shared library loader that has not yet been resolved. + +

    These are pre-built uClibc only development systems (created using buildroot), and provide a really really easy way to get started. These are about bzip2 compressed diff --git a/docs/uclibc.org/news.html b/docs/uclibc.org/news.html index 5f996d6e8..4bc851b15 100644 --- a/docs/uclibc.org/news.html +++ b/docs/uclibc.org/news.html @@ -3,6 +3,23 @@