Forum Discussion
Altera_Forum
Honored Contributor
16 years agonios2 with nommu of the test-nios2 branch booting trapped with the ghost
Oh on fire, who can help me, man? this is the boot info below,in my custom Cyclone II board for nios2, I thought I have meet a ghost. [NiosII EDS]$ nios2-download -g zImage Using cable "USB...
Altera_Forum
Honored Contributor
15 years agoWARNING: vmlinux.o(.text+0x98): Section mismatch in reference from the variable data_flush to the function .init.text:start_kernel()
The function data_flush() references the function __init start_kernel(). This is often because data_flush lacks a __init annotation or the annotation of start_kernel is wrong. WARNING: vmlinux.o(.text+0x9c): Section mismatch in reference from the variable data_flush to the function .init.text:start_kernel() The function data_flush() references the function __init start_kernel(). This is often because data_flush lacks a __init annotation or the annotation of start_kernel is wrong. Maybe this is the problem that the kernel can not start up. But I don not know how to solve this. Can anyone help me ? Thanks a lot.