From ab596ff8493fbc1cd1fb8b6c6064800b9c70cee7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 25 Feb 2003 19:49:08 +0000 Subject: Add a toolchain section. Mention Steven J. Hill's mips RPMs. --- docs/uclibc.org/index.html | 122 ++++++++++++------------------------------ docs/uclibc.org/old-news.html | 88 ++++++++++++++++++++++++++++++ 2 files changed, 122 insertions(+), 88 deletions(-) diff --git a/docs/uclibc.org/index.html b/docs/uclibc.org/index.html index 552d5437f..1ea4539b6 100644 --- a/docs/uclibc.org/index.html +++ b/docs/uclibc.org/index.html @@ -229,94 +229,6 @@ you might want to search the mailing list archives... -

-

  • 25 January 2003, dev system updates, arm image released -
    - - A number of additional problems have been fixed and the arm build - is now, finally, compiling and working as expected. As such, - I have updated the - i386 development system image, the - - powerpc development system image, and I am also releasing - upon an unsuspecting world the brand new - - arm development system image! - Have fun! -

    - - All three development system images were compiled and built using the stock - buildroot system. These were also - built using the (about to be announced in a couple on minutes) uClibc - 0.9.17 release, so if you want to begin compiling and testing stuff with - uClibc, but you don't feel like spending the _hours_ it takes to download, - configure, and build your own uClibc based development system -- then you - may want to download these and give them a try. They each contain a 100 MB - ext2 filesystem with everything you need to begin compiling your own - applications. I have (at least minimally) tested each of them and verified - that the included gcc and g++ compilers produce working uClibc linked - executables. - -

    - Oh, and I have also have updated the uClibc/gcc toolchain builders, so - if you just want a simple uClibc/gcc toolchain, - one of these should work for you. -

    - - -

    -

  • 10 January 2003, dev system updates, powerpc image released -
    - - A few problems showed up in yesterday's development system release - (adduser was broken, gdb didn't work, libstdc++ shared libs were missing, - etc). So I've updated the - i386 development system image to fix these problems. - Also, the - powerpc development system image has finally finished compiling - and is now released upon an unsuspecting world. Have fun! -

    - - -

    -

  • 9 January 2003, uClibc development system released -
    - - CodePoet Consulting (i.e. Erik) has been working hard on buildroot recently, and is pleased to - offer a full stand-alone uClibc-only development system. This is an ext2 - filesystem for i386 containing all the development software you need to - build your own uClibc applications. With bash, awk, make, gcc, g++, - autoconf, automake, ncurses, zlib, openssl, openssh, gdb, strace, valgrind, - busybox, GNU coreutils, and more, this should have pretty much everything - you need to get started building your own applications linked against - uClibc. By using a uClibc only system, you can avoid all the painful - cross-configuration problems that have made using uClibc somewhat painful - in the past. A powerpc and an arm version are in progress. Expect them - to be released shortly.... - -

    - - The - uClibc development system is an 18MB bzip2 compressed ext2 filesystem, - so be prepared to wait if you are on a slow link. If you wish to have more - space, you can loop mount it and 'cp -a' the contents to their own - partition, or do what I did... WARNING, the following can be very - dangerous. Please be sure you know what you are doing before trying this. - I am not responsible if you lose all your important data.I had a spare - hard drive (in my case /dev/hdg but you'll want to adapt this to your own - needs), so I partitioned it with a single ext2 partition filling the drive - (in my case /dev/hdg1). Then I ran:

    -    bzcat root_fs-i386.bz2 | dd of=/dev/hdg1
    -    e2fsck -f /dev/hdg1
    -    resize2fs -p /dev/hdg1
    - - which overwrote everything on /dev/hdg with the new uClibc devel system, - and then expanded the filesystem with the uClibc devel system till it - filled the whole drive. -

    - -

  • Old News
    @@ -408,6 +320,40 @@ you might want to search the mailing list archives... + + + + + Toolchains + + + + + + + diff --git a/docs/uclibc.org/old-news.html b/docs/uclibc.org/old-news.html index 04fc42545..618a1940d 100644 --- a/docs/uclibc.org/old-news.html +++ b/docs/uclibc.org/old-news.html @@ -52,6 +52,94 @@