[openib-general] Fwd: linux- 2.6.18-rc6-git1 issue 46: drivers/infiniband/ulp/iser/iser_verbs.c:514: undefined reference to `rdma_create_id'

Erez Zilber erezz at voltaire.com
Sun Sep 10 23:33:15 PDT 2006


Toralf Förster wrote:
> Your're right, sorry,
>
> I forgot this to say that:
> - first I created a random .config file using "make rndconfig"
> - after that I removed all options not fitting my system
> - then I prepended some options commonly used by me on top of the .config file
> - and run finally a "make oldconfig" to-hopefully- get a clean config
>
> Doesn't "make oldconfig" make a clean .config file ?
>   
>
Here's what the kernel's README file has to say about it:
"make oldconfig": Default all questions based on the contents of your 
existing ./.config file and asking about new config symbols.

I guess that 'make rndconfig' selected CONFIG_INFINIBAND=y, but didn't 
select CONFIG_INFINIBAND_ADDR_TRANS=y. Then, 'make oldconfig' asked you 
about new symbols. I guess that running 'make rndconfig' may create 
scenarios like this, but I don't think that there's a bug in iSER's 
Kconfig file. If you still want to use your .config file, reselect 
InfiniBand in 'make menuconfig'. It will set CONFIG_INFINIBAND_ADDR_TRANS=y.

I hope this helps.

Erez




More information about the general mailing list