From: Richard Danter <richard.danter@ntlworld.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Linking problem on new port
Date: Wed, 29 Jun 2005 13:19:12 +0100 [thread overview]
Message-ID: <42C291C0.30909@ntlworld.com> (raw)
Hi all,
I have been using U-Boot for a while, but this is the first time I have
tried to port it to a new board myself, so please consider me a newbie!
I have a problem linking U-Boot for my new board. I know this is my
fault, I have missed something in the setup, can anyone point out what
it is that is missed?
The compile stage works, this is what I see when I try to link:
----
ppc_74xx-ld -Bstatic -T
/usr/home/wb231-le11/Workspace/u-boot/board/ppmc7xx/u-boot.lds -Ttext
-n $UNDEF_SYM cpu/74xx_7xx/start.o \
--start-group lib_generic/libgeneric.a
board/ppmc7xx/libppmc7xx.a cpu/74xx_7xx/lib74xx_7xx.a lib_ppc/libppc.a
fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a
fs/jffs2/libjffs2.a fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a
net/libnet.a disk/libdisk.a rtc/librtc.a dtt/libdtt.a
drivers/libdrivers.a drivers/sk98lin/libsk98lin.a post/libpost.a
post/cpu/libcpu.a common/libcommon.a --end-group -L
/opt/eldk3.1.1/usr/bin/../lib/gcc-lib/ppc-linux/3.3.3/m7400/pic -lgcc \
-Map u-boot.map -o u-boot
ppc_74xx-ld: invalid hex number `-n'
----
The $UNDEF_SYM is obviously wrong (I think!).
I am not surprised if I have missed things, so far I have written just a
skeleton for the board support, even if it links it won't run yet. I
have been adding things as needed, but I just can't find what is missing
here. Any suggestions?
I'd like to ask another question too whilst I'm here. I have a single
bank of Flash running from 0xFFC00000 to 0xFFFFFFFF. I want U-Boot to be
placed at 0xFFF00000 with the entry point at 0xFFF00100. Am I right to
set the following? If not, how do I achieve this?
#define CFG_FLASH_BASE 0xFFC00000
#define CFG_MONITOR_BASE 0xFFF00000
Is this related to the problem above?
Many thanks!
Rich
next reply other threads:[~2005-06-29 12:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-29 12:19 Richard Danter [this message]
2005-06-29 13:29 ` [U-Boot-Users] Linking problem on new port Wolfgang Denk
2005-06-29 13:29 ` [U-Boot-Users] Linking problem on new port -- SOLVED Richard Danter
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=42C291C0.30909@ntlworld.com \
--to=richard.danter@ntlworld.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 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.