Hello, all

While trying to deploy environment for building some binaries for wl-500g I ran over some problems. Could any kind soul help me in building environment?

I use Colinux 0.6.2 as host system. I've managed to install it and make it running, downloaded ASUS GPL distribution on separate partition and untarred it. Then, according to ASUS README file created sym link to
/opt/brcm/hndtools-mipsel-uclibc/bin pointing to /opt/broadcom/opt/brcm/hndtools-mipsel-uclibc-3.2.3/bin/
and added /opt/brcm/hndtools-mipsel-uclibc/bin to PATH
After then while trying to compile "Hello world" program I got

Code:
colinux:~# mipsel-uclibc-gcc hello.c
/opt/brcm/hndtools-mipsel-linux-3.2.3/lib/gcc-lib/mipsel-linux/3.2.3/../../../../mipsel-linux/bin/ld: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /opt/brcm/hndtools-mipsel-linux-3.2.3/lib/gcc-lib/mipsel-linux/3.2.3/../../../../mipsel-linux/bin/ld)
collect2: ld returned 1 exit status
I definetely messed some steps , but what steps ?

I am not a Linux man, and probably missed some specifics like apt-get or smthg?

Please help,
and thanks in advance.
Roofcat

PS. I will readily create step-by-step instructions based on mine expirience.