Re: Kernel Make system and linking static libraries on kernelversion s2.6.14+

From: Arjan van de Ven
Date: Mon Jan 02 2006 - 16:32:16 EST


On Mon, 2006-01-02 at 09:51 -0500, Puvvada, Vijay B. wrote:
> Hello,
>
> This is a "I'm stumped kind of problem" and desperately need some
> guidance with regards to the kernel make system..
>
> I had also started a thread at
> http://forums.fedoraforum.org/showthread.php?p=428551#post428551 with
> regards to this, where I describe the context of the problem.
>
> In a nutshell, I am trying to compile the Nortel VPN client (which is
> written as part driver and part app) against the 2.6.14 kernel and I am
> getting the following warning.
>
> Warning: could not
> find /usr/local/cvc_linux-rh-gcc3-3.3/src/k2.6/../.libmishim-2.6.a.cmd
> for /usr/local/cvc_linux-rh-gcc3-3.3/src/k2.6/../libmishim-2.6.a


it'll be a LOT easier for you to rewrite the Makefile such that you
don't get .a files but a .o file similar to how the rest of kbuild
operates.... while we do use .a files for linking into the vmlinux.. for
modules it's probably not the best of ideas
(and there's not really an advantage do doing so either anyway)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/