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

Grant Grundler iod00d at hp.com
Mon Nov 7 20:54:08 PST 2005


On Mon, Nov 07, 2005 at 11:19:41PM -0500, Sayantan Sur wrote:
> I ran into the same problem while compiling with 2.6.14 kernel. I tried 
> removing infniband/include/rdma, but still the same :-(

Try this:
cd /usr/src/linux-2.6.14
mv include/rm include/rdm-ORIG
ln -s drives/infiniband/include/rdma include/rdma
make mrproper
cp /boot/config-2.6.13 .config
make oldconfig
make -j4


Can the openib/drivers/infiniband/Makefile include a hack to checks
the inodes in include/rdma/*.h == drivers/infiniband/include/rdma/*.h ?

If so, it could spew the appropriate error message and halt.
A FAQ entry won't be sufficient to prevent people from hitting
this regularly until 2.6.15 integrates an updated include/rdma.

> Has anyone been able to compile gen2 with 2.6.14?

Yes - but I've run into a different problem.
I'll send a seperate email describing it.

grant



More information about the general mailing list