Re: [openib-general] error compiling kernel...

2005-11-07 Thread Grant Grundler
On Mon, Nov 07, 2005 at 11:19:41PM -0500, Sayantan Sur wrote: ... Has anyone been able to compile gen2 with 2.6.14? Yes - but I've run into a different problem. After fixing up include/rdma to point at drivers/infiniband/include/rdma, I get a symbol missing from from the modules.

Re: [openib-general] error compiling kernel...

2005-11-07 Thread Grant Grundler
On Mon, Nov 07, 2005 at 09:59:49PM -0800, Grant Grundler wrote: WARNING: /lib/modules/2.6.14/kernel/drivers/infiniband/ulp/sdp/ib_sdp.ko needs unknown symbol ip_dev_find Patch below adds EXPORT_SYMBOL() to fib_frontend.c. ...never mind.