From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Tue, 08 May 2001 03:26:37 +0000 Subject: Re: [Linux-ia64] Linker error : linking constant-gp files with non-constant gp fil es Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Tue, 08 May 2001 13:22:19 +1000, Keith Owens said: Keith> All objects that are linked into the kernel must be compiled Keith> with -mconstant-gp. All objects that are linked into modules Keith> must not be compiled with -mconstant-gp. Set your compile Keith> flags accordingly. That's not sufficient. You need to use pretty much *all* the flags that normal kernel compiles use, in particular the -mfixed* options are important. --david