1
C - C++ / Re: .tmp_vmlinux1 error on Ubuntu (Kernel Compilation)
« on: September 29, 2014, 10:28:54 pm »
"extern int rom_stockui"
extern : mean this value is accessible from every module and come from another module.
This mean you probably haven't the correct config in the kernel or you hadn't download all needed files.
But if i look the code you can probably delete this extern call because it's not use inside the module
extern : mean this value is accessible from every module and come from another module.
This mean you probably haven't the correct config in the kernel or you hadn't download all needed files.
But if i look the code you can probably delete this extern call because it's not use inside the module
