-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue while building memguard module for arm based processors #3
Comments
asm/idle.h is likely a header in Linux source code. |
Hi, |
Hi, Please help me out regarding this. |
I pushed a small change (removing __cpuinit and __cpuinitdata), which should fix the compilation problem. |
Respected Mr. Heechul Yun, The compilation of the module was successful, but it shows warning as follows: make -C /lib/modules/4.4.35-rt43/build M=/home/root/memguard-release modules
CC /home/root/memguard-release/memguard.mod.o When I tried to load the module it shows dmeg shows: Kindly help me out regarding this issue, Thanks a lot in advance. |
Hi,
I am trying to test the memguard module for arm based board like Raspberry Pi 3 board and i.MX6QP board, but while compiling the module I get an error file "asm/idle.h" not found. I searched it in the respective directory, I found that it was not there, What procedure or what changes I must make in memguard.c file so that I can get a kernel module for arm based processors.
Kernel Version I am using is 4.4.35
Its really very important for me, kindly help me out regarding this issue.
Thanks in advance.
The text was updated successfully, but these errors were encountered: