public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] 2.4.16-ia64-011128 compile errors with CONFIG_IA64_HP_SIM=y
@ 2001-12-02  4:49 Keith Owens
  2001-12-06 18:08 ` Stephane Eranian
  0 siblings, 1 reply; 2+ messages in thread
From: Keith Owens @ 2001-12-02  4:49 UTC (permalink / raw)
  To: linux-ia64

Trying out all the platform targets in 2.4.16-ia64-011128.
CONFIG_IA64_HP_SIM=y does not compile out of the box.

drivers/net/simeth.c: In function `init_module':
drivers/net/simeth.c:566: `simeth_dev' undeclared (first use in this function)
drivers/net/simeth.c: In function `cleanup_module':
drivers/net/simeth.c:578: `simeth_dev' undeclared (first use in this function)
drivers/net/simeth.c: At top level:
drivers/net/simeth.c:110: warning: `simeth_setup' defined but not used

drivers/char/simserial.o: In function `rs_read_proc':
drivers/char/simserial.o(.text+0x3160): multiple definition of `rs_read_proc'
drivers/char/serial.o(.text+0x8f00): first defined here
drivers/char/pc_keyb.o: In function `detect_auxiliary_port':
drivers/char/pc_keyb.o(.text.init+0x761): undefined reference to `aux_device_present'



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

* Re: [Linux-ia64] 2.4.16-ia64-011128 compile errors with CONFIG_IA64_HP_SIM=y
  2001-12-02  4:49 [Linux-ia64] 2.4.16-ia64-011128 compile errors with CONFIG_IA64_HP_SIM=y Keith Owens
@ 2001-12-06 18:08 ` Stephane Eranian
  0 siblings, 0 replies; 2+ messages in thread
From: Stephane Eranian @ 2001-12-06 18:08 UTC (permalink / raw)
  To: linux-ia64

Keith,

On Sun, Dec 02, 2001 at 03:49:58PM +1100, Keith Owens wrote:
> Trying out all the platform targets in 2.4.16-ia64-011128.
> CONFIG_IA64_HP_SIM=y does not compile out of the box.
> 
You mean if you try to compile with:
	CONFIG_SIMETH=m
	CONFIG_SIM_SERIAL=m

It works if they are compiled in. I fixed the simeth, I just dropped the
module support because it is not really necessary. The simserial driver
cannot be compiled as a module and you don't want to compile with CONFIG_VT on.

> drivers/net/simeth.c: In function `init_module':
> drivers/net/simeth.c:566: `simeth_dev' undeclared (first use in this function)
> drivers/net/simeth.c: In function `cleanup_module':
> drivers/net/simeth.c:578: `simeth_dev' undeclared (first use in this function)
> drivers/net/simeth.c: At top level:
> drivers/net/simeth.c:110: warning: `simeth_setup' defined but not used
> 
> drivers/char/simserial.o: In function `rs_read_proc':
> drivers/char/simserial.o(.text+0x3160): multiple definition of `rs_read_proc'
> drivers/char/serial.o(.text+0x8f00): first defined here
> drivers/char/pc_keyb.o: In function `detect_auxiliary_port':
> drivers/char/pc_keyb.o(.text.init+0x761): undefined reference to `aux_device_present'
> 
> 
> _______________________________________________
> Linux-IA64 mailing list
> Linux-IA64@linuxia64.org
> http://lists.linuxia64.org/lists/listinfo/linux-ia64

-- 

-Stephane


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

end of thread, other threads:[~2001-12-06 18:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-02  4:49 [Linux-ia64] 2.4.16-ia64-011128 compile errors with CONFIG_IA64_HP_SIM=y Keith Owens
2001-12-06 18:08 ` Stephane Eranian

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