Log in

Bekijk de volledige versie : Oleg firmware copliation error



efreeze
13-07-2007, 12:12
Hello,

I've followed the multiplie how to i found on the net to compile the oleg's firmware.

But when i go to /root/src/gateway and i launch make, i get :
make[1]: Entering directory `/wl500gp/broadcom/src/gateway/busybox'
CC util-linux/nfsmount.o
/wl500gp/broadcom/src/gateway/busybox/util-linux/nfsmount.c:58:2: #error "You need to build uClibc with UCLIBC_HAS_RPC for NFS support."
make[2]: *** [/wl500gp/broadcom/src/gateway/busybox/util-linux/nfsmount.o] Error 1
make[1]: *** [all] Error 2

I have installed the Updated uClibc 0.9.19 toolchain as it is written in the oleg's webpage.

I don't know what to do please help me help me

efreeze
17-07-2007, 03:52
I found the solution
Needed to install G++ : apt-get install g++

skyraven
05-08-2008, 16:32
Hello,


Are you sure it was a g++ problem ?

I reinstalled it, downgraded to 2.95 (with gcc I had problems compilling with higher versions) but no luck..the same HAS_RPC error.

Did you use any compile parameters or rebuild the uclibc?