LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   insmod used greatest stack depth: 2556 bytes left (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/insmod-used-greatest-stack-depth-2556-bytes-left-804962/)

ravi_chobey 04-29-2010 08:07 AM

insmod used greatest stack depth: 2556 bytes left
 
Hi All,

I am using x86 based embedded processor.I have to validate the GbE ports on that board.The problems while loading is:

/bin # insmod gcu.ko
gcu: disagrees about version of symbol struct_module
insmod: cannot insert `gcu.ko': Invalid module format (-1): Exec format error
/bin # insmod iegbe.ko
iegbe: disagrees about version of symbol struct_module
insmod: cannot insert `iegbe.ko': Invalid module format (-1): Exec format error

and also when i am trying to load at boot time:

gcu: disagrees about version of symbol struct_module
insmod: insmod used greatest stack depth: 2556 bytes left
cannot insert `/bin/gcu.ko': Invalid module format (-1): Exec format error
iegbe: disagrees about version of symbol struct_module
insmod: cannot insert `/bin/iegbe.ko': Invalid module format (-1): Exec format error

Is any body is having ideas about,how to solve these issues?

Thanks and Regards,
Ravi Chobey

FemtoLinux 04-29-2010 11:32 AM

Recompile your modules with the correct kernel version


All times are GMT -5. The time now is 04:12 AM.