Hi, I have a kernel module which works fine with linux X86 combo. But when I try to compile it with mips cross toll chain it compiles well but insmod gives me error on “_gp_disp”
unknown symbol. How do I get rid of that ??? Do I
need to do anything special with my compiler flags. |