|  | 
 
| Hi, 
 Using the "OrangePiPC2_Debian_Desktop_jessie_xfce4.img" image and trying to compile.
 
 I got this error
 **************************
 server/server.cpp:3:20: fatal error: sys/io.h: No such file or directory
 #include <sys/io.h>
 ^
 compilation terminated.
 **************************
 and see that the header file mentioned io.h does not exist.
 
 Tried to add the header files with "apt-get install linux-headers-$(uname -r)" but system could not find required headers
 **************************
 E: Unable to locate package linux-headers-3.10.65
 E: Couldn't find any package by regex 'linux-headers-3.10.65'
 **************************
 
 So, here is my question, which package should I install for the required headers in this H5 image?
 Or, what should I do to get those header files required?
 
 
 
 
 | 
 |