Compile WNR3500L router source code problem

2 posts / 0 new
Last post
Nuno Cardoso
Nuno Cardoso's picture
Compile WNR3500L router source code problem

Hi,

I follow the steps in "WNR3500L open source guide" to install the toolchain and compile the router source code. When I execute make on src/router directory, this error happens:

cannot stat `../../project/acos/config_WNR3500v2.in': No such file or directory

What is the problem?

Thanks,

Nuno Cardoso.

Nuno Cardoso
Nuno Cardoso's picture
I have resolved the problem

I have resolved the problem using "make PROFILE=WNR3500L". The "WNR3500L Open Source guide" have an error. When you compile the router source code, the guide tell that you need to execute make, but you need to execute "make PROFILE=WNR3500L".

Now, I have this error when I try compile the code:

 

mipsel-linux-uclibc-gcc -DBCMVISTAROUTER -DBCMWPA2 -DBCMWPS -D__CONFIG_EMF__ -DOPENDNS_PARENTAL_CONTROL -DMULTIPLE_SSID -DENABLE_ML -DBCM4718 -DWNR3500L -DHTTP_ACCESS_USB -DSAMBA_ENABLE -DUSB_NEW_SPEC -DNO_WLAN_ISOLATION -DRESTART_ALL_PROCESSES -DINCLUDE_IPV6 -DFW_VERSION_NA -DLINUX26 -DU12H081 -DU12H127 -DFTP_ACCESS_USB -DMULTIPLE_PPPOE -DSTATIC_PPPOE  -Wall -W -c cache.c make[3]: mipsel-linux-uclibc-gcc: Command not found

 

I'm using "hnd-tools-3.2.3.tgz" toolchain. What is the problem?

Thanks,

Nuno Cardoso.