DD-WRT compilation issue on deb squeeze 64b

1 post / 0 new
Havok
Havok's picture
DD-WRT compilation issue on deb squeeze 64b

Hello,

I have some issues while compiling dd-wrt for WNR3500Lv2

My toolchain to build is "toolchain-mipsel_gcc-linaro_uClibc-0.9.32" (which is provided by dd-wrt at ftp://ftp.dd-wrt.com/others/sourcecode/toolchains/current-toolchains.tar...)

Maybe this one doesn't work whis this source :-/

Here is the version of my mipsel-linux-uclibc-gcc :

dd-dev:/home/firmware# mipsel-linux-uclibc-gcc -v
Using built-in specs.COLLECT_GCC=mipsel-linux-uclibc-gcc
[...]
Thread model: posixgcc version 4.5.2 (Linaro GCC 4.5-2011.02-0

The compilation fails after 8 minutes, at :

  CC      init/version.o
  LD      init/built-in.o
  LD      vmlinux
drivers/built-in.o: In function `initvars_flash.clone.4':
bcmsrom.c:(.text+0x454e4): undefined reference to `si_coded_devpathvar'
bcmsrom.c:(.text+0x454e4): relocation truncated to fit: R_MIPS_26 against `si_coded_devpathvar'
make[1]: *** [vmlinux] Erreur 1
make[1]: quittant le répertoire « /home/firmware/dd-wrt/src/linux/brcm/linux-2.6.23 »
make: *** [kernel] Erreur 2

 

What's going on?

Can Netgear provide the used toolchains for their compilation??

Thanks