From: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] debug u-boot with BDI2000
Date: Wed, 2 Feb 2005 12:36:21 -0500 [thread overview]
Message-ID: <42010F95.4070709@smiths-aerospace.com> (raw)
In-Reply-To: <42010953.3010900@iskramedical.si>
Hinko Kocevar wrote:
> Hi,
>
> After solving early problem with target reset (cable fault) I'm ready to
> do some real work!
> I order to debug u-boot startup and so on, do I have to enable/provide
> some additional options when compiling u-boot for my target?
>
> I've read the Debugging section in dulg manual, but it doesn't mention
> anything like that - Just to make sure...
>
> regards,
> hk
Just the standard ones for debugging: -g for symbolic support.
You may want to use -O0 to turn off optimization. The linux kernel
won't link when compiled with -O0 because the expected inlining doesn't
happen (symptom: linking gives missing symbols) -- I don't recall if
u-boot has that limitation too.
gvb
next prev parent reply other threads:[~2005-02-02 17:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-02 17:09 [U-Boot-Users] debug u-boot with BDI2000 Hinko Kocevar
2005-02-02 17:36 ` Jerry Van Baren [this message]
2005-02-02 17:53 ` Dan Malek
2005-02-02 19:10 ` Hinko Kocevar
2005-02-02 18:46 ` 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=42010F95.4070709@smiths-aerospace.com \
--to=gerald.vanbaren@smiths-aerospace.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.