Hi,
I am trying to compile the client using make -j on bks_module/remoteswap/client.
However, I get the following error:
/users/Nurlan/Atlas/atlas-runtime/bks_module/remoteswap/client/rswap_rdma.h:29:10: fatal error: linux/lightnvm.h: No such file or directory
29 | #include <linux/lightnvm.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
Any hint on this?
Update: solved by editing the KDIR line on makefile of client.
Thanks
Hi,
I am trying to compile the client using
make -jonbks_module/remoteswap/client.However, I get the following error:
/users/Nurlan/Atlas/atlas-runtime/bks_module/remoteswap/client/rswap_rdma.h:29:10: fatal error: linux/lightnvm.h: No such file or directory
29 | #include <linux/lightnvm.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
Any hint on this?
Update: solved by editing the
KDIRline on makefile of client.Thanks