linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Armin <akuster@pacbell.net>
To: Kim young-kyun <elecguy@netian.com>
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: [Q] kernel-compile error for walnut with 2.4.18 ?
Date: Thu, 21 Mar 2002 11:00:16 +0000	[thread overview]
Message-ID: <3C99BD40.1090107@pacbell.net> (raw)
In-Reply-To: 3C9968B3.8090307@netian.com


Kim young-kyun wrote:
> 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=powerppc-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?
>
>
>
>
>

Try a newer kernel.  DCRN_EXIER is an older implimentaion and is only
used on any 403 cpus. Your -m403 looks fishy, we are usin -m405 & -mcpu=405

armin


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

  reply	other threads:[~2002-03-21 11:00 UTC|newest]

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

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=3C99BD40.1090107@pacbell.net \
    --to=akuster@pacbell.net \
    --cc=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).