From: Jon Loeliger <jdl@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Problems Building u-boot-1.3.1
Date: Thu, 03 Jan 2008 12:29:53 -0600 [thread overview]
Message-ID: <1199384993.15929.20.camel@ld0161-tx32> (raw)
In-Reply-To: <8CA0C0F7296630A-FC4-25B8@WEBMAIL-MC01.sysops.aol.com>
Hi Brian,
You are getting closer! :-) For perfection, you need
to adjust a few things. First, make your mail Subject: line
be a concise one-line summary of your patch prefixed with
a "[PATCH]" so we can spot it, and then launch into the
rest of your log message.
Secondly, non-log commentary like this:
On Thu, 2007-12-13 at 20:23, raptorbrino at aim.com wrote:
> Sorry guys, first time posting a patch and I believe the formatting
> of my last mail was all wrong. Here's a better attempt at it.
belongs after a "---" line, but before your diff content.
> This patch allows u-boot to build without error in a cygwin
> environment. Cygwin does not define __u64 in it's
> include/asm/types.h file. The -idirafter flag in the u-boot
> build causes the inclusion of the cygwin types.h file as opposed
> to u-bot/include/asm/types.h file which does define __u64.
> Subsequently, sha1.c compile fails due to unknown symbol.
>
> Signed-off-by: Brian Miller <raptorbrino@netscape.net>
Right here! Like this:
---
Additional commentary here....
and then your patch!
> diff -purN old/tools/Makefile new/tools/Makefile
> --- old/tools/Makefile 2007-12-06 01:21:19.000000000 -0800
> +++ new/tools/Makefile 2007-12-13 12:22:15.796875000 -0800
> @@ -97,6 +97,7 @@ endif
> #
> ifeq ($(HOSTOS),cygwin)
> SFX = .exe
> +HOST_CFLAGS += -ansi
> else
> SFX =
> endif
Keep up the good fight!
Good luck,
jdl
next prev parent reply other threads:[~2008-01-03 18:29 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-13 21:00 [U-Boot-Users] Problems Building u-boot-1.3.1 raptorbrino at aim.com
2007-12-13 22:07 ` Wolfgang Denk
2007-12-14 0:36 ` raptorbrino at aim.com
2007-12-14 2:23 ` raptorbrino at aim.com
2008-01-03 18:29 ` Jon Loeliger [this message]
2008-01-09 14:07 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2007-12-12 20:56 raptorbrino at aim.com
2007-12-13 8:10 ` Markus Klotzbücher
2007-12-13 18:51 ` raptorbrino at aim.com
2007-12-13 18:58 ` Wolfgang Denk
2007-12-13 19:55 ` Ben Warren
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=1199384993.15929.20.camel@ld0161-tx32 \
--to=jdl@freescale.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