I downloaded the kernel source, and I can basically compile a uImage, but since I don't have the proper config file it wont boot, not really a problem as I only want to compile modules.
My problem is when I compile a module I get errors on module version and stuff like that, I found out the Module.symvers needs to be the same as the kernel I am using, so I extracted it from my kernel, but now 2 more problems, if I run:
make ARCH=arm CROSS_COMPILE=~/amlogic/arm-2010q1/bin/arm-none-linux-gnueabi- -j12 INSTALL_MOD_PATH=build_modules modules
does anyone have an idea on how to do this?
Comment