mirror / busybox

BusyBox mirror

Home Page:https://www.busybox.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

insmod fail

zsq1234 opened this issue · comments

kernel version:6.4.3-arch1-2
my operation:

  1. compile a linux module in local, then copy it to virtual system
  2. in virtual system exec:insmod hello.ko
    result:
    图片

the modinfo result in local:
图片

the modinfo result in qemu virtual system:
图片

Can someone help to deal it?

i clone the busybox, then:

  1. make menuconfig
  2. set: Settings -> Build Options -> Build static binary (no shared libs)