From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1XJHiF-0002lF-V2 for ptxdist@pengutronix.de; Mon, 18 Aug 2014 09:50:43 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1XJHi9-00074K-4F for ptxdist@pengutronix.de; Mon, 18 Aug 2014 09:50:37 +0200 Date: Mon, 18 Aug 2014 09:50:37 +0200 From: Michael Olbrich Message-ID: <20140818075037.GB16424@pengutronix.de> References: <1407134971-3887-1-git-send-email-alexander.stein@systec-electronic.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1407134971-3887-1-git-send-email-alexander.stein@systec-electronic.com> Subject: Re: [ptxdist] [PATCH] dtc: Do not inhibit linemarker generation Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Mon, Aug 04, 2014 at 08:49:31AM +0200, Alexander Stein wrote: > Without linemarkers the error messages are somehwat useless. > To demonstrate I picked a random .dts file file from the arm tree in > linux sources: > DTC ptx-testprj_arm/platform/images/vf610-twr.dtb > Error: /tmp/testprj/platform/state/vf610-twr.dts.tmp:366.1-5 syntax error > FATAL ERROR: Unable to parse input tree > > If linemarkers are inserted the error message clearly states in which file > which line caused the error: > > DTC ptx-testprj_arm/platform/images/vf610-twr.dtb > Error: /tmp/testprj/platform/build-target/linux/arch/arm/boot/dts/vf610-twr.dts:13.1-5 syntax error > FATAL ERROR: Unable to parse input tree I think that means that the dtc must understand these markers, right? This will most likely break building device-trees for older kernels. Michael > Signed-off-by: Alexander Stein > --- > scripts/lib/ptxd_make_dts_dtc.sh | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/scripts/lib/ptxd_make_dts_dtc.sh b/scripts/lib/ptxd_make_dts_dtc.sh > index d5e8c59..3ee0897 100644 > --- a/scripts/lib/ptxd_make_dts_dtc.sh > +++ b/scripts/lib/ptxd_make_dts_dtc.sh > @@ -41,7 +41,6 @@ ptxd_make_dts_dtb() { > -Wp,-MD,${tmp_deps} \ > -Wp,-MT,${tmp_dts} \ > -nostdinc \ > - -P \ > -I$(dirname "${dts}") \ > -I${dts_kernel_dir}/arch/${dts_kernel_arch}/boot/dts \ > -I${dts_kernel_dir}/arch/${dts_kernel_arch}/boot/dts/include \ > -- > 1.8.5.5 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de