From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from optimeas.de ([78.46.18.2]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1UzSZR-00009A-0Q for ptxdist@pengutronix.de; Wed, 17 Jul 2013 16:19:09 +0200 Received: from [127.0.0.1] (ip-5-146-126-105.unitymediagroup.de [5.146.126.105]) by optimeas.de (Postfix) with ESMTPSA id 245454207A56 for ; Wed, 17 Jul 2013 16:19:03 +0200 (CEST) From: "Matthias Klein" Date: Wed, 17 Jul 2013 14:19:04 +0000 Message-Id: Mime-Version: 1.0 Subject: [ptxdist] ptxdist 2013.06.0: dtc: invalid option -- 'i' Reply-To: ptxdist@pengutronix.de, Matthias Klein List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Hello, while migrating our ptxdist project from version 2013.05.0 to 2013.06.0 DTC fails to build the device tree blob. We are using the kernel version 3.4. Are there any known problems? Best regards, Matthias Our platformconfig: PTXCONF_KERNEL_DTC=y PTXCONF_DTC=y # PTXCONF_DTC_INSTALL_OFTREE is not set PTXCONF_DTC_OFTREE_DTS="${KERNEL_DIR}/arch/arm/boot/dts/tx53.dts" PTXCONF_DTC_KERNEL=y PTXCONF_DTC_EXTRA_ARGS="" Logfile: --------------- target: dtc.get --------------- finished target dtc.get ------------------- target: dtc.extract ------------------- patchin: no patches found finished target dtc.extract ------------------------ target: dtc.extract.post ------------------------ finished target dtc.extract.post ------------------- target: dtc.prepare ------------------- finished target dtc.prepare ------------------- target: dtc.compile ------------------- finished target dtc.compile ------------------- target: dtc.install ------------------- finished target dtc.install ---------------- target: tx53.dtb ---------------- CPP bsp/platform-tx53/build-target/linux-3.4/arch/arm/boot/dts/tx53.dts.tmp DTC bsp/platform-tx53/images/tx53.dtb /home/user/bsp/platform-tx53/sysroot-host/bin/dtc: invalid option -- 'i' Usage: dtc [options] Options: -h This help text -q Quiet: -q suppress warnings, -qq errors, -qqq all -I Input formats are: dts - device tree source text dtb - device tree blob fs - /proc/device-tree style directory -o -O Output formats are: dts - device tree source text dtb - device tree blob asm - assembler source -V Blob version to produce, defaults to 17 (relevant for dtb and asm output only) -d -R Make space for reserve map entries (relevant for dtb and asm output only) -S Make the blob at least long (extra space) -p Add padding to the blob of long (extra space) -b Set the physical boot cpu -f Force - try to produce output even if the input tree has errors -s Sort nodes and properties before outputting (only useful for comparing trees) -v Print DTC version and exit -H phandle formats are: legacy - "linux,phandle" properties only epapr - "phandle" properties only both - Both "linux,phandle" and "phandle" properties make: *** [/home/user/bsp/platform-tx53/images/tx53.dtb] Error 3 -- ptxdist mailing list ptxdist@pengutronix.de