On Tuesday 16 September 2008 05:15, Bily wrote:
> hi,all;
> I want to insert an module:yaffs.ko into my kernel2.6.26,but i meet this
> question:
>
> [EMAIL PROTECTED] \W]$insmod yaffs.ko
> yaffs: unknown relocation: 40
> insmod: cannot insert 'yaffs.ko': invalid module format
>
> and my busybox version is v1.11.1; may anyone tell me why ?thanks!
busybox version 1.11.1 has no string "unknown relocation" anywhere
in the source. It looks like this message is koming from the kernel:
if (init_module(map, len, options) != 0)
bb_error_msg_and_die("cannot insert '%s': %s",
filename, moderror(errno));
return 0;
"unknown relocation:" is produced while init_module()
is running. It is a kernel syscall, not a busybox routine.
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox