From: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH libfdt 1/3] Fix errors when CONFIG_OF_LIBFDT is enabled
Date: Wed, 30 May 2007 12:25:00 -0400 [thread overview]
Message-ID: <465DA55C.3030401@smiths-aerospace.com> (raw)
In-Reply-To: <20070530104418.1982810e.kim.phillips@freescale.com>
Kim Phillips wrote:
> On Tue, 29 May 2007 22:24:49 -0400
> Jerry Van Baren <gvb.uboot@gmail.com> wrote:
>
>> Kim Phillips wrote:
>>> On Sat, 26 May 2007 08:50:58 -0400
>>> Jerry Van Baren <gvb.uboot@gmail.com> wrote:
>>>
> <snip>
>>>> },
>>>> @@ -437,20 +456,20 @@ static const struct {
>>> you missed the TSEC entries here (there are unterminated strings
>>> there!).
>> TSEC entries weren't in the code when I wrote this. Now they are and
>> need to be added. :-/
>>
>> I don't see any unterminated strings (and it compiles for me). Pasting
>
> that's odd - my compiler sees them and errors out on them:
>
> cpu.c:438: error: missing terminating " character
> cpu.c:439: error: syntax error before string constant
> cpu.c:441: warning: initialization from incompatible pointer type
> cpu.c:442: error: missing terminating " character
> cpu.c:443: error: syntax error before string constant
> cpu.c:445: warning: initialization from incompatible pointer type
> cpu.c:448: error: missing terminating " character
> cpu.c:449: error: syntax error before string constant
> cpu.c:451: warning: initialization from incompatible pointer type
> cpu.c:452: error: missing terminating " character
> cpu.c:453: error: syntax error before string constant
> cpu.c:455: warning: initialization from incompatible pointer type
> make[1]: *** [cpu.o] Error 1
> make[1]: Leaving directory `/data/git/u-boot-fdt/cpu/mpc83xx'
> make: *** [cpu/mpc83xx/libmpc83xx.a] Error 2
>
> Kim
Ahh, found it, will fix it. Thank you.
gvb
prev parent reply other threads:[~2007-05-30 16:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-26 12:50 [U-Boot-Users] [PATCH libfdt 1/3] Fix errors when CONFIG_OF_LIBFDT is enabled Jerry Van Baren
2007-05-29 21:05 ` Kim Phillips
2007-05-30 2:24 ` Jerry Van Baren
2007-05-30 15:44 ` Kim Phillips
2007-05-30 16:25 ` Jerry Van Baren [this message]
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=465DA55C.3030401@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox