hello-1.mod.c:14: warning: missing initializer (near initialization for '__this_module.arch.unw_sec_init')
- by Sompom
I am trying to write a module for an sbc1651. Since the device is ARM, this requires a cross-compile. As a start, I am trying to compile the "Hello Kernel" module found here. This compiles fine on my x86 development system, but when I try to cross-compile I get the below error.
/home/developer/HelloKernel/hello-1.mod.c:14: warning: missing…