Hello all,
On 23-Mar-98 Frieder Streffer wrote:
> I've got a problem with your latest DECstation Kernel (2.1.73) and need
> help or advice.
[snip]
> net/network.a(core.o): In function `sock_setsockopt':
> sock.c(.text+0x3d0): undefined reference to `dev_get'
> sock.c(.text+0x3d0): relocation truncated to fit: R_MIPS_26 dev_get
> sock.c(.text+0x40c): undefined reference to `ip_route_output'
> sock.c(.text+0x40c): relocation truncated to fit: R_MIPS_26 ip_route_output
> make: *** [vmlinux] Error 1
>
> I have no idea about this error and I tried a lot of different
> configuration but did'nt succied to resolve the problem.
I too haven't had success without support networking support.
> Here is the simplest one:
> CONFIG_EXPERIMENTAL=y
>
> CONFIG_DECSTATION=y
> CONFIG_CPU_R3000=y
>
> CONFIG_CPU_LITTLE_ENDIAN=y
> CONFIG_ELF_KERNEL=y
> CONFIG_BINFMT_ELF=y
>
> CONFIG_EXT2_FS=y
> CONFIG_PROC_FS=y
>
> CONFIG_CROSSCOMPILE=y
>
> It should'nt be to complicated but I do not see the clou.
>
> Any Ideas???
Here is (the necessary part of) my .config file:
CONFIG_EXPERIMENTAL=y
CONFIG_DECSTATION=y
CONFIG_CPU_R3000=y
CONFIG_CPU_LITTLE_ENDIAN=y
CONFIG_ELF_KERNEL=y
CONFIG_BINFMT_ELF=y
CONFIG_NET=y
CONFIG_SYSVIPC=y
CONFIG_SYSCTL=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_NOSR=y
CONFIG_EXT2_FS=y
CONFIG_PROC_FS=y
CONFIG_SERIAL=y
CONFIG_SERIAL_CONSOLE=y
CONFIG_CROSSCOMPILE=y
This works for me.
>
> Thanx
>
> Frieder
---
regards,
Harald
|