-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi,
I recently got a Xeon Phi 5110P and I'm now trying to get a working setup for tinkering. Since I mainly use Debian as my Distro of choice, wanted to try to get a working setup with it as host OS, but the notes (they were explicitly called that by the author) I found did not quite work for me due to compile errors. Then found your website here https://jjkeijser.github.io/mpss/xeon-phi-mpss-ubuntu.html and tried to adapt it to my Debian 10 and later 9 install. However, when I get to the make step, the compile fails on micscif/micscif_rma.c with the error "initialization from incompatible pointer type [-Werror=incompatible-pointer-types]". I'll attach the whole error report.
To me it sounds more like a programming error than, say, a wrong kernel version.
Do you have any idea how to fix this?