All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] objcopy stalled, large binary size for sc520 based board
@ 2004-09-29  3:15 Aras Vaichas
  2004-09-29  5:24 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Aras Vaichas @ 2004-09-29  3:15 UTC (permalink / raw)
  To: u-boot

I have the same problem as Sreedhar Payavala had back in June.

I am porting sc520_cdp and sc520_spunk to my sc520 based board. I had several 
issues relating to differences between versions of gcc and ld. I fixed them and 
then got stuck for a while with this ld error:

ld: section .data [00000000387d4de4 -> 00000000387d5a76] overlaps section 
.rodata.str1.1 [00000000387d4de4 -> 00000000387d9aca]
ld: section .realmode [00000000387d5a77 -> 00000000387d5bdc] overlaps section 
.rodata.str1.1 [00000000387d4de4 -> 00000000387d9aca]
ld: section .bios [00000000387d5bdd -> 00000000387d611a] overlaps section 
.rodata.str1.1 [00000000387d4de4 -> 00000000387d9aca]
make: *** [u-boot] Error 1

I added the command line argument --no-check-sections to LDFLAGS in config.mk 
and this problem went away (perhaps).

Now I have a problem with objcopy, objcopy never ends and uses massive amounts 
of memory. If I ctrl-c, and check the output files I see:

rwxrwxr-x    1 root  root  594727 Sep 29 13:12 u-boot

I am using ld version "GNU ld version 2.14.90.0.8 20040114" and gcc version 
"gcc (GCC) 3.3.4 20040623"

If anyone can help, it would be appreciated.

regards,

Aras Vaichas

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-29  5:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-29  3:15 [U-Boot-Users] objcopy stalled, large binary size for sc520 based board Aras Vaichas
2004-09-29  5:24 ` Wolfgang Denk

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.