OpenWrt Forum Archive

Topic: DD-WRT : compilation error

The content of this topic has been archived on 3 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi
I have downloaded DD-WRT source files from svn://svn.dd-wrt.com/DD-WRT and am trying to compile it. I am getting error -

-----------------------------------------------------------------------------------------------------------------------------
mipsel-linux-uclibc-gcc -Os -pipe -mips32 -mtune=mips32 -funit-at-a-time -fPIC -DLINUX -I./ -I/home/mona/DD-WRT/src/include.v23 -c -o cipherSuite.o cipherSuite.c
mipsel-linux-uclibc-gcc: installation problem, cannot exec `cc1': No such file or directory
as: unrecognized option `-EL'
make[1]: *** [cipherSuite.o] Error 1
-----------------------------------------------------------------------------------------------------------------------------

could anybody help me please?

This forum is for OpenWRT, not DD-WRT. Please ask your question in their forums.

mona.mondal wrote:

mipsel-linux-uclibc-gcc: installation problem, cannot exec `cc1': No such file or directory

This error seemed to have indicated that you didn't have the proper SDK installed on your computer. It just couldn't find the compiler to compile the source.

The discussion might have continued from here.