All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Vishal Sharma <vishal.gnutech@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Kernel-2.6.15 compile error
Date: Tue, 7 Feb 2006 13:25:25 +0100	[thread overview]
Message-ID: <20060207122525.GE5937@stusta.de> (raw)
In-Reply-To: <1200c63a0602062259g5a6d0a28l93f207ef6d3f9485@mail.gmail.com>

On Tue, Feb 07, 2006 at 12:29:03PM +0530, Vishal Sharma wrote:

> Hello All,

Hi Vishal,

> i am trying to install this new kenel into my machine with the option make
> oldconfig , my old kernel is 2.6.11-1.1369_FC4smp and i am using
> gcc-4.0.2.Below s the output of error  i am getting :-
> 
> GEN     .version
>   CHK     include/linux/compile.h
>   UPD     include/linux/compile.h
>   CC      init/version.o
>   LD      init/built-in.o
>   LD      .tmp_vmlinux1
> drivers/built-in.o(.text+0x94aea): In function `sandisk_set_iobase':
> drivers/net/wireless/hostap/hostap_cs.c:242: undefined reference to
> `pcmcia_access_configuration_register'
>...

thanks for your report.

This is a known bug.
Below is the patch I submitted to fix it in 2.6.15.4.

> Regards
> Vishal

cu
Adrian


<--  snip  -->


CONFIG_PCMCIA=m, CONFIG_HOSTAP_CS=y doesn't compile.

Reported by "Gabriel C." <crazy@pimpmylinux.org>.

This patch was already included in 2.6.16-rc2.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.16-rc1-mm4/drivers/net/wireless/hostap/Kconfig.old	2006-01-30 19:00:44.000000000 +0100
+++ linux-2.6.16-rc1-mm4/drivers/net/wireless/hostap/Kconfig	2006-01-30 19:01:04.000000000 +0100
@@ -75,7 +75,7 @@
 
 config HOSTAP_CS
 	tristate "Host AP driver for Prism2/2.5/3 PC Cards"
-	depends on PCMCIA!=n && HOSTAP
+	depends on PCMCIA && HOSTAP
 	---help---
 	Host AP driver's version for Prism2/2.5/3 PC Cards.
 



      parent reply	other threads:[~2006-02-07 12:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-07  6:59 Kernel-2.6.15 compile error Vishal Sharma
2006-02-07 11:08 ` Jiri Slaby
2006-02-07 12:25 ` Adrian Bunk [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060207122525.GE5937@stusta.de \
    --to=bunk@stusta.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vishal.gnutech@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.