From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephane Eranian Date: Thu, 06 Dec 2001 18:08:54 +0000 Subject: Re: [Linux-ia64] 2.4.16-ia64-011128 compile errors with CONFIG_IA64_HP_SIM=y Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org 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