All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.aribaud@free.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot] can't build u-boot-2010.12-rc2 for at91rm9200ek
Date: Thu, 09 Dec 2010 07:07:35 +0100	[thread overview]
Message-ID: <4D007227.7020106@free.fr> (raw)
In-Reply-To: <254449.55bd.12cc9b36881.Coremail.zzs213@126.com>

Le 09/12/2010 06:56, zzs213 a ?crit :
> I download u-boot-2010.12-rc2 and make at91rm9200ek use the flowwing command
>
> make O=../build at91rm9200ek
>
> and get error message like this
>
> arm-linux-gcc   -D__ASSEMBLY__ -g  -Os   -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x10000000 -I/home/zzs/DownLoad/uboot/xx/build/include2 -I/home/zzs/DownLoad/uboot/xx/build/include -I/home/zzs/DownLoad/uboot/xx/u-boot-2010.12-rc2/include -fno-builtin -ffreestanding -nostdinc -isystem /home/zzs/work/tools/eldk4.1/usr/bin/../lib/gcc/arm-linux/4.0.0/include -pipe  -DCONFIG_ARM -D__ARM__ -marm    -mabi=apcs-gnu  -mno-thumb-interwork  -march=armv4   \
>          -o /home/zzs/DownLoad/uboot/xx/build/arch/arm/cpu/arm920t/start.o start.S -c
> start.S: Assembler messages:
> start.S:251: Error: bad arguments to instruction -- `add r1,r9'
>
> It looks a illegal instruction in start.S
>
> my toolchain is eldk4.1

ELDK 4.1 seems a bit old -- 4.2 has been available for some time now and 
does not have the issue with this instruction.

If you really cannot use 4.2, then you can rewrite the instruction in 
its canonical form: 'add r1,r1,r9'.

> anybody help me!!

HTH.

Amicalement,
-- 
Albert.

  reply	other threads:[~2010-12-09  6:07 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-09  5:56 [U-Boot] can't build u-boot-2010.12-rc2 for at91rm9200ek zzs213
2010-12-09  6:07 ` Albert ARIBAUD [this message]
2010-12-09  6:49   ` zzs213
2010-12-09  7:07   ` zzs213
2010-12-09  7:27     ` Albert ARIBAUD
2010-12-09  7:45       ` zzs213
2010-12-09  7:31     ` Andreas Bießmann
2010-12-09  8:39       ` zzs213
2010-12-09  9:25         ` Andreas Bießmann
2010-12-09  9:59           ` zzs213
     [not found]         ` <57fc34.989e.12cca8b8204.Coremail.zzs213@126.com>
2010-12-09  9:59           ` Andreas Bießmann
2010-12-09 10:08             ` zzs213
2010-12-09 10:26   ` Wolfgang Denk
2010-12-09 10:54     ` Andreas Bießmann
2010-12-09 11:27       ` Reinhard Meyer

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=4D007227.7020106@free.fr \
    --to=albert.aribaud@free.fr \
    --cc=u-boot@lists.denx.de \
    /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.