[BusyBox] Problem in insmod!(BB_FEATURE_INSMOD_LOADINKMEM)

Cliff timntsai at pchome.com.tw
Wed Aug 15 21:21:20 UTC 2001


Hi:

    Does anyone know what does BB_FEATURE_INSMOD_LOADINKMEM means?
    But when I define BB_FEATURE_INSMOD_LOADINKMEM 
    the following function is compiled.

        int obj_load_progbits(FS_HANDLE * fp, struct obj_file* f)
        {
         char *imagebase = (char*) f->imagebase;
         ElfW(Addr) base = f->baseaddr;
         struct obj_section* sec;     
        
            .........
         }

    But a error occurs=>structure has no member named `imagebase'
    I check the struct obj_file,no member named imagebase exists.
    What's the problem?

Thanks.

Cliff 

   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/busybox/attachments/20010815/4485fce3/attachment-0001.htm 


More information about the busybox mailing list