Date: Thu, 19 Oct 1995 01:53:18 +1000 From: Bruce Evans <bde@zeta.org.au> To: phk@critter.tfs.com, sysseh@devetir.qld.gov.au Cc: current@freebsd.org Subject: Re: Errors building some LKMs in -current Message-ID: <199510181553.BAA03462@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> I get (in ibcs2 & linux, to mention a couple) errors when doing the final >> stage in the creation of the module >> symorder: 1 symbol not found: >> _ibcs2_mod >> >> I've tried clean and doing make depends beforehand, but it persists. Any clue >Yes, somebody (TM) need to figure out exactly what symbols those LKMs >should export. >Ideally the "-e FOO" symbol should be ibcs2_mod for instance... They just have inconsistently named entry points. Most use the name `foo_init', which seems better than foo_mod, but atapi and wcd use simply `atapi' and `wcd'. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510181553.BAA03462>