Re: unresolved symbols in latest drm-trunk
On Thu, 28 Aug 2003, Jamie Wilkinson wrote:
> This one time, at band camp, Jamie Wilkinson wrote:
> >willow# depmod -ae
>
> >depmod: ioremap_bot
> >depmod: local_flush_tlb_all
>
> So, while I wait for Ben to respond, does anyone know how to export a
> symbol? I'd like to fix this (mior looking) problem sometime in the next 24
> hours so I can flaunt and brag about the power of Debian PPC during my talk.
You add e.g. EXPORT_SYMBOL(ioremap_bot) to the corresponding source file (*.c).
And if not already done, you have to add the object file name (*.o) to the
export-objs list in the correspondig Makefile.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
Reply to: