public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Failure: ARM clps7500
@ 2005-11-03  9:58 Russell King
  2005-11-03 22:03 ` Trond Myklebust
  0 siblings, 1 reply; 3+ messages in thread
From: Russell King @ 2005-11-03  9:58 UTC (permalink / raw)
  To: Linux Kernel List, trond.myklebust

This default configuration (arch/arm/configs/clps7500_defconfig) fails
to build:

  LD      .tmp_vmlinux1
net/built-in.o: In function `xs_bindresvport':
stats.c:(.text+0x54654): undefined reference to `xprt_min_resvport'
stats.c:(.text+0x54658): undefined reference to `xprt_max_resvport'
net/built-in.o: In function `xs_setup_tcp':
stats.c:(.text+0x54bcc): undefined reference to `xprt_tcp_slot_table_entries'
stats.c:(.text+0x54bd0): undefined reference to `xprt_max_resvport'
net/built-in.o: In function `xs_setup_udp':
stats.c:(.text+0x54d34): undefined reference to `xprt_udp_slot_table_entries'
stats.c:(.text+0x54d38): undefined reference to `xprt_max_resvport'
make: *** [.tmp_vmlinux1] Error 1

Maybe related to CONFIG_SYSCTL=n ?

Complete build log:

http://armlinux.simtec.co.uk/kautobuild/2.6.14-git5/clps7500_defconfig/zimage.log


-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 Serial core

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Failure: ARM clps7500
  2005-11-03  9:58 Failure: ARM clps7500 Russell King
@ 2005-11-03 22:03 ` Trond Myklebust
  2005-11-06  8:50   ` Russell King
  0 siblings, 1 reply; 3+ messages in thread
From: Trond Myklebust @ 2005-11-03 22:03 UTC (permalink / raw)
  To: Russell King; +Cc: Linux Kernel List

On Thu, 2005-11-03 at 09:58 +0000, Russell King wrote:
> This default configuration (arch/arm/configs/clps7500_defconfig) fails
> to build:
> 
>   LD      .tmp_vmlinux1
> net/built-in.o: In function `xs_bindresvport':
> stats.c:(.text+0x54654): undefined reference to `xprt_min_resvport'
> stats.c:(.text+0x54658): undefined reference to `xprt_max_resvport'
> net/built-in.o: In function `xs_setup_tcp':
> stats.c:(.text+0x54bcc): undefined reference to `xprt_tcp_slot_table_entries'
> stats.c:(.text+0x54bd0): undefined reference to `xprt_max_resvport'
> net/built-in.o: In function `xs_setup_udp':
> stats.c:(.text+0x54d34): undefined reference to `xprt_udp_slot_table_entries'
> stats.c:(.text+0x54d38): undefined reference to `xprt_max_resvport'
> make: *** [.tmp_vmlinux1] Error 1
> 
> Maybe related to CONFIG_SYSCTL=n ?

The following patch should fix it:

http://client.linux-nfs.org/Linux-2.6.x/2.6.14/linux-2.6.14-96-fix_rpc_nosysctl.dif

and this one ought to get rid of all those "unused variable" warnings:

http://client.linux-nfs.org/Linux-2.6.x/2.6.14/linux-2.6.14-97-fix_printk_nosysctl.dif

Cheers,
  Trond


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Failure: ARM clps7500
  2005-11-03 22:03 ` Trond Myklebust
@ 2005-11-06  8:50   ` Russell King
  0 siblings, 0 replies; 3+ messages in thread
From: Russell King @ 2005-11-06  8:50 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: Linux Kernel List

On Thu, Nov 03, 2005 at 05:03:39PM -0500, Trond Myklebust wrote:
> On Thu, 2005-11-03 at 09:58 +0000, Russell King wrote:
> > This default configuration (arch/arm/configs/clps7500_defconfig) fails
> > to build:
> > 
> >   LD      .tmp_vmlinux1
> > net/built-in.o: In function `xs_bindresvport':
> > stats.c:(.text+0x54654): undefined reference to `xprt_min_resvport'
> > stats.c:(.text+0x54658): undefined reference to `xprt_max_resvport'
> > net/built-in.o: In function `xs_setup_tcp':
> > stats.c:(.text+0x54bcc): undefined reference to `xprt_tcp_slot_table_entries'
> > stats.c:(.text+0x54bd0): undefined reference to `xprt_max_resvport'
> > net/built-in.o: In function `xs_setup_udp':
> > stats.c:(.text+0x54d34): undefined reference to `xprt_udp_slot_table_entries'
> > stats.c:(.text+0x54d38): undefined reference to `xprt_max_resvport'
> > make: *** [.tmp_vmlinux1] Error 1
> > 
> > Maybe related to CONFIG_SYSCTL=n ?
> 
> The following patch should fix it:
> 
> http://client.linux-nfs.org/Linux-2.6.x/2.6.14/linux-2.6.14-96-fix_rpc_nosysctl.dif

Thanks, I assume this got merged since clps7500 has started building
again.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 Serial core

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-11-06  8:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-03  9:58 Failure: ARM clps7500 Russell King
2005-11-03 22:03 ` Trond Myklebust
2005-11-06  8:50   ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox