Hii ,
Specifications:—
Hardware Platform : Renesas r-car H3e
GPU Device : PowerVR Series6XT, GX6650
I am trying to Cross compiling Native SDK for qnx. I successfully do cmake. when i ran make file then I found an error.
Error:
4:10: fatal error: linux/input.h: No such file or directory
#include <linux/input.h>
^~~~~~~~~~~~~~~
compilation terminated.
framework/PVRShell/CMakeFiles/PVRShell.dir/build.make:103: recipe for target ‘framework/PVRShell/CMakeFiles/PVRShell.dir/OS/Linux/InternalOS.cpp.o’ failed
make[2]: *** [framework/PVRShell/CMakeFiles/PVRShell.dir/OS/Linux/InternalOS.cpp.o] Error 1
CMakeFiles/Makefile2:2330: recipe for target ‘framework/PVRShell/CMakeFiles/PVRShell.dir/all’ failed
make[1]: *** [framework/PVRShell/CMakeFiles/PVRShell.dir/all] Error 2
Makefile:135: recipe for target ‘all’ failed
make: *** [all] Error 2