From: Catalin Marinas <catalin.marinas@arm.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Re: Could somebody help me
Date: Fri, 03 Jun 2005 12:43:06 +0100 [thread overview]
Message-ID: <tnxwtpb64z9.fsf@arm.com> (raw)
In-Reply-To: <42A03FE9.6050902@gmail.com> (cntaor@gmail.com's message of "Fri, 03 Jun 2005 19:32:57 +0800")
?? <cntaor@gmail.com> wrote:
> I use SCB9328 like board.I got the error blow when I make u-boot use
> the make command
>
>
> arm-linux-gcc -g -Os -fno-strict-aliasing -fno-common -ffixed-r8
> -mshort-load-bytes -msoft-float -D__KERNEL__ -DTEXT_BASE=0x08f00000
> -I/home/arm/src/u-boot-1.1.2/include -fno-builtin -ffreestanding
> -nostdinc -isystem
> /home/arm/crosstool/arm-linux/gcc-3.4.3-glibc-2.3.3/lib/gcc/arm-linux/3.4.3/include
> -pipe -DCONFIG_ARM -D__ARM__ -mapcs-32 -march=armv4 -Wall
> -Wstrict-prototypes -c -o stubs.o stubs.c
> cc1: error: invalid option `short-load-bytes'
> make[1]: *** [stubs.o] error 1
> make[1]: Leaving directory `/home/arm/src/u-boot-1.1.2/examples'
> make: *** [examples] error 2
-mshort-load-bytes is no longer available in the compiler you use
(gcc-2.4.0 or newer). You can use -malignment-traps instead.
--
Catalin
next prev parent reply other threads:[~2005-06-03 11:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-03 11:32 [U-Boot-Users] Could somebody help me 刘涛
2005-06-03 11:43 ` Catalin Marinas [this message]
2005-06-03 11:47 ` richard at uclinux.net
2005-06-03 15:09 ` Wolfgang Denk
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=tnxwtpb64z9.fsf@arm.com \
--to=catalin.marinas@arm.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox