@lucida
Quote:
Originally Posted by lucida
@coplate
Sorry for the late reply. good to see you got everything working. My setup is a little different as I use Amazon's official toolchain. There is a HOWTO included in the source so just follow the instruction to install. To compile invoke the gcc like
|
Did you keep instructions on setting up their crosscompiler with kernel?
If I'm going to try to write a kernel module, I figure I should use thier source tree.
When I just tired on ubuntu, I got the cross compiler to go, but trying to compile the kernel gave some missing header files.
Quote:
drivers/power/bd7181x-power.c:28:18: fatal error: llog.h: No such file or directory
#include <llog.h>
|
I also have the kernel from 5.8 ( 3.10.53 ) instad of 5.7 ( 3.0.35 ), though I don't know enough about kernel modules to know if thats an issue long term. I'm going to go get that source tree and start woking on it