Re: Unresolved symbol __multi3

Jim Wilson <[email protected]> 14 Aug 2002 13:58:35 -0400
Newsgroups gmane.linux.redhat.ia64.general
Message-ID <[email protected]>
libgcc is not used by the kernel.  There are various problems with linking
libgcc with the kernel.  I am not a kernel hacker, so I can't really explain
them.  If the kernel really needs a multi3 function, then you add one to the
kernel.  There is a place in the kernel for support functions like this.
I don't have a copy of the kernel sources handy, and don't remember offhand
where the functions are put.

Jim