From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Wed, 30 May 2007 12:25:00 -0400 Subject: [U-Boot-Users] [PATCH libfdt 1/3] Fix errors when CONFIG_OF_LIBFDT is enabled In-Reply-To: <20070530104418.1982810e.kim.phillips@freescale.com> References: <20070526125058.GB626@cideas.com> <20070529160529.0eaf2e92.kim.phillips@freescale.com> <465CE071.90801@gmail.com> <20070530104418.1982810e.kim.phillips@freescale.com> Message-ID: <465DA55C.3030401@smiths-aerospace.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kim Phillips wrote: > On Tue, 29 May 2007 22:24:49 -0400 > Jerry Van Baren wrote: > >> Kim Phillips wrote: >>> On Sat, 26 May 2007 08:50:58 -0400 >>> Jerry Van Baren wrote: >>> > >>>> }, >>>> @@ -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