Hi,
When I am trying to run make scripts in /usr/src/linux-headers-4.1.15-ti-rt-r43 folder, I am getting error as:
HOSTCC scripts/selinux/genheaders/genheaders
scripts/selinux/genheaders/genheaders.c:13:22: fatal error: classmap.h: No such file or directory
#include “classmap.h”
^
compilation terminated.
scripts/Makefile.host:91: recipe for target ‘scripts/selinux/genheaders/genheaders’ failed
make[3]: *** [scripts/selinux/genheaders/genheaders] Error 1
scripts/Makefile.build:403: recipe for target ‘scripts/selinux/genheaders’ failed
make[2]: *** [scripts/selinux/genheaders] Error 2
scripts/Makefile.build:403: recipe for target ‘scripts/selinux’ failed
make[1]: *** [scripts/selinux] Error 2
Makefile:555: recipe for target ‘scripts’ failed
make: *** [scripts] Error 2
The output from uname -a command is Linux beaglebone 4.1.15-ti-rt-r43 #1 SMP PREEMPT RT Thu Jan 21 20:13:58 UTC 2016 armv7l GNU/Linux.
Please help me regarding this error