linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Kim young-kyun <elecguy@netian.com>
To: linuxppc-embedded@lists.linuxppc.org
Subject: [Q] Kernel-compile error for walnut with 2.4.18 ?
Date: Thu, 21 Mar 2002 17:35:19 +0900	[thread overview]
Message-ID: <3C999B47.1040708@netian.com> (raw)


Hi, all.

I try to comile kernel 2.4.18 for walnut(IBM PowerPC 405GP) board on Red-Hat 7.1.
I met below error message and I cannot solve this problem.

powerpc-linux-gcc -D__KERNEL__
-I/home/elecguy/work/ppclinux/linux-2.4.18/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -D__powerpc__ -fsigned-char
-msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring
-Wa,-m403 -mcpu=403 -DKBUILD_BASENAME=ppc4xx_pic -c -o ppc4xx_pic.o
ppc4xx_pic.c
{standard input}: Assembler messages:
{standard input}:83: Error: unsupported relocation against DCRN_EXISR
{standard input}:84: Error: unsupported relocation against DCRN_EXIER
{standard input}:111: Error: unsupported relocation against DCRN_EXIER
{standard input}:128: Error: unsupported relocation against DCRN_EXIER
{standard input}:145: Error: unsupported relocation against DCRN_EXIER
{standard input}:149: Error: unsupported relocation against DCRN_EXISR
{standard input}:64: Error: unsupported relocation against DCRN_EXIER

Cross-compiler is builded by following order.

1) binutils-2.12.90.0.1
./configure --target=powerpc-linux --with-cpu=403
make; make install

2) gcc-core-2.95.3
./configure --target=powerpc-linux --enable-shared --enable-languages=c
--with-newlib --with-cpu=403
make; make install

linux-2.4.18 with ppc-patch-2.4.18
*in Makefile
ARCH := ppc
CROSS_COMPILE=powerpc-linux-
AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS) -Wa,-m403
*in arch/ppc/Makefile
CFLAGS := (Original flags)... -Wa,-m403
*in make menuconfig
Processor Type -> 4xx
Machine Type -> Walnut

What's wrong?


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

             reply	other threads:[~2002-03-21  8:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-21  8:35 Kim young-kyun [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-03-21  4:59 [Q] kernel-compile error for walnut with 2.4.18 ? Kim young-kyun
2002-03-21 11:00 ` Armin
2002-03-21 19:01   ` Tom Rini

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=3C999B47.1040708@netian.com \
    --to=elecguy@netian.com \
    --cc=linuxppc-embedded@lists.linuxppc.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).