From: Keith Owens <kaos@ocs.com.au>
To: linux-ia64@vger.kernel.org
Subject: Re: type 95 for .text?
Date: Thu, 16 Oct 2003 23:19:54 +0000 [thread overview]
Message-ID: <marc-linux-ia64-106634674805457@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-106634361902844@msgid-missing>
On Thu, 16 Oct 2003 15:33:27 -0700,
Grant Grundler <iod00d@hp.com> wrote:
>
>make install_modules for 2.4.23-pre6:
> ...
>find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
>if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.23-pre6; fi
>depmod: Modules compiled with -mconstant-gp cannot be loaded of type 95 for .text
>depmod: Modules compiled with -mconstant-gp cannot be loaded of type 95 for .text
>...
>depmod: depmod obj_relocate failed
>
>using modules-init-tools 0.9.15-pre2-2
> gcc-3.3 3.3.2-0pre4
> binutils 2.14.90.0.6-3 (also tried -4)
>
>
>Anyone have a clue what this is about?
One or more of your modules was compiled with the wrong flags, it used
the kernel flags instead. The ia64 kernel is compiled with
-mconstant-gp, modules must not use that flag. Which module did you
add yourself?
next prev parent reply other threads:[~2003-10-16 23:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-16 22:33 type 95 for .text? Grant Grundler
2003-10-16 23:19 ` Keith Owens [this message]
2003-10-17 0:32 ` Grant Grundler
2003-10-17 1:04 ` Keith Owens
2003-10-17 1:12 ` Grant Grundler
2003-10-17 1:27 ` Grant Grundler
2003-10-17 1:32 ` Keith Owens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-106634674805457@msgid-missing \
--to=kaos@ocs.com.au \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.