All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Hicks <mort@bork.org>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] objcopy for srec and bin files should be done on .o files
Date: Wed, 5 Apr 2006 14:59:08 -0400	[thread overview]
Message-ID: <20060405185908.GW27792@bork.org> (raw)
In-Reply-To: <20060405183323.7A688352664@atlas.denx.de>


On Wed, Apr 05, 2006 at 08:33:23PM +0200, Wolfgang Denk wrote:
> In message <20060405162645.GU27792@bork.org> you wrote:
> > 
> > The Makefile rule for creating srec and bin files fails for me frequently.
> 
> Plewase explain what "fails for me  means"  (error  message(s),  used
> toolchain and versions of the binutils, host environment etc.).

mort at descartes:~/src/targa/u-boot2$ make ASH405_config CROSS_COMPILE=powerpc-405-linux-gnu-
Configuring for ASH405 board...
mort at descartes:~/src/targa/u-boot2$ make CROSS_COMPILE=powerpc-405-linux-gnu-

[snip]

powerpc-405-linux-gnu-gcc -g  -Os   -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -D__KERNEL__ -DTEXT_BASE=0xFFFC0000 -I/home/mort/src/targa/u-boot2/include -fno-builtin -ffreestanding -nostdinc -isystem /home/mort/src/targa/powerpc-linux/gcc-3.4.5-glibc-2.3.6/powerpc-405-linux-gnu/bin/../lib/gcc/powerpc-405-linux-gnu/3.4.5/include -pipe  -DCONFIG_PPC -D__powerpc__ -DCONFIG_4xx -ffixed-r2 -ffixed-r29 -mstring -Wa,-m405 -mcpu=405 -msoft-float -Wall -Wstrict-prototypes -c -o stubs.o stubs.c
powerpc-405-linux-gnu-ar crv libstubs.a  ppc_longjmp.o ppc_setjmp.o stubs.o
r - ppc_longjmp.o
r - ppc_setjmp.o
r - stubs.o
make[1]: *** No rule to make target `hello_world.srec', needed by `all'.  Stop.
make[1]: Leaving directory `/home/mort/src/targa/u-boot2/examples'
make: *** [examples] Error 2
mort at descartes:~/src/targa/u-boot2$ 


That's your git HEAD.  The problem is also present at the 1.1.4 tag.
I"m not actually using the ASH405, but I just used it as an example...

The compiler is a gcc-3.4.5/binutils-2.15 (and glibc-2.3.6) x86->ppc405
cross compiler built by crosstools-0.42

mh

-- 
Martin Hicks || mort at bork.org || PGP/GnuPG: 0x4C7F2BEE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.denx.de/pipermail/u-boot/attachments/20060405/312ee1ed/attachment.pgp 

  reply	other threads:[~2006-04-05 18:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-05 16:26 [U-Boot-Users] [PATCH] objcopy for srec and bin files should be done on .o files Martin Hicks
2006-04-05 18:33 ` Wolfgang Denk
2006-04-05 18:59   ` Martin Hicks [this message]
2006-04-05 21:04     ` Wolfgang Denk
2006-04-05 22:03       ` Martin Hicks
2006-04-05 22:25         ` 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=20060405185908.GW27792@bork.org \
    --to=mort@bork.org \
    --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.