[U-Boot-Users] [PATCH libfdt 1/3] Fix errors when CONFIG_OF_LIBFDT is enabled

Kim Phillips kim.phillips at freescale.com
Wed May 30 17:44:18 CEST 2007


On Tue, 29 May 2007 22:24:49 -0400
Jerry Van Baren <gvb.uboot at gmail.com> wrote:

> Kim Phillips wrote:
> > On Sat, 26 May 2007 08:50:58 -0400
> > Jerry Van Baren <gvb.uboot at 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




More information about the U-Boot mailing list