Hi, I had the same error message with ./configure but it was for a x86 server with some old Qlogic card. The relevant information to find the error was in config.log.
In my case it was a macro problem (IS_ENABLED) in source/arch/x86/include/asm/pgtable.h:504 that was added for the Meltdown/Spectre patch on newer kernels. Your problem is probably very different but the clue is probably in config.log. On Wed, May 30, 2018 at 7:53 PM, Liu, Zhengchun <[email protected]> wrote: > Hi, > > We recently try to compile lustre client for ARM64 arch, with Mellanox > OFED. > > It gave “configure: error: can't compile with OpenIB gen2 headers under “ > error. when run > > ./configure --disable-server --enable-client --with-linux=/usr/src/kernels > --with-o2ib=/usr/src/ofa_kernel/default > > We tried ofa_kernel 4.2 and 4.3 (for aarch64 from http://www.mellanox.com/ > page/products_dyn?product_family=26&mtag=linux_sw_drivers) with the > latest lustre release. > > Does anyone have any suggestions about the error? > > Thanks very much in advance > Zhengchun > > _______________________________________________ > lustre-discuss mailing list > [email protected] > http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org > >
_______________________________________________ lustre-discuss mailing list [email protected] http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org
