Quote Originally Posted by Oleg View Post
JF, I'm now working on 1.9.2.7-6c. Perhaps there would be 1.9.5.0-1 or something, which would be 1.9.2.7 based (but includes 1.9.5.0 fixes), as moving to 1.9.5.0 is a big pain...
JF, actually you should consider switching to OpenWRT, as it has web interface now.
Hi,

created a toolchain for native compilation use:
ipkg install optware-devel

as advised by al37919

running
/opt/broadcom/opt/brcm/hndtools-mipsel-uclibc-0.9.19/bin/mipsel-uclibc-gcc

i get the following errors

======================
[admin@oo /opt]$ mipsel-uclibc-gcc -o helloworld
-sh: mipsel-uclibc-gcc: not found
[admin@oo /opt]$ /opt/broadcom/opt/brcm/hndtools-mipsel-uclibc-0.9.19/bin/mipsel-uclibc-gcc
/opt/broadcom/opt/brcm/hndtools-mipsel-uclibc-0.9.19/bin/mipsel-uclibc-gcc: /opt/broadcom/opt/brcm/hndtools-mipsel-uclibc-0.9.19/bin/mipsel-uclibc-gcc: 1: Syntax error: "(" unexpected
[admin@oo /opt]$ /opt/broadcom/opt/brcm/hndtools-mipsel-uclibc-0.9.19/bin/mipsel-uclibc-gcc --help
/opt/broadcom/opt/brcm/hndtools-mipsel-uclibc-0.9.19/bin/mipsel-uclibc-gcc: /opt/broadcom/opt/brcm/hndtools-mipsel-uclibc-0.9.19/bin/mipsel-uclibc-gcc: 1: Syntax error: "(" unexpected
[admin@oo /opt]$


Any sollution for syntax error "(" ?

And what directory is/was correct to save optware-devel
and how to make

/opt/broadcom/opt/brcm/hndtools-mipsel-uclibc-0.9.19/bin/mipsel-uclibc-gcc

running as
mipsel-uclibc-gcc
only ?

What is your solution ?

Tried to install
mkdir /opt
cd /opt < enter >
wget http://www.asuscom.de/pub/ASUS/wirel...3/GPL_1927.zip < enter >
tar zxf ./GPL_1927.zip < enter >
cp -R /opt/broadcom/opt/brcm /opt < enter >

==========
cd /var/tmp
wget http://oleg.wl500g.info/1.9.2.7-6b/w...2.7-6b.tar.bz2
tar xjf wl500g-1.9.2.7-6b.tar.bz2
cd wl500g-1.9.2.7-6b
make uClibc

but was low on memory (2GB pendrive)
and -j option didn't work.

Today
mipsel-uclibc-gcc

generates syntax error.

I need Linux dialog to test some shell scripts.

What's wrong, any help ?

Darius