Forum Discussion
CJohn56
New Contributor
6 years agoOpenCL 19.3 SD Card image for Intel Arria 10 Development Kit
Hi, I am having problems with creating my own SD Card image for the Intel Arria 10 Development Kit. I have tried the GSRD 19.1, but I cannot get the OpenCL Driver working. I have also tried genera...
MEIYAN_L_Intel
Frequent Contributor
6 years agoHi,
You can safely ignore that warning or delete that line and recompile. That line of code is the remnant of a port from older BSPs. There’s no need to call do_exit() function here. The compile warning occurs because the code is referencing the do_exit variable defined in one of the Linux kernel headers.
Thanks