From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-bk0-x22b.google.com ([2a00:1450:4008:c01::22b]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WUuBA-0003PC-Ai for ptxdist@pengutronix.de; Tue, 01 Apr 2014 10:36:39 +0200 Received: by mail-bk0-f43.google.com with SMTP id v15so1269254bkz.30 for ; Tue, 01 Apr 2014 01:36:14 -0700 (PDT) Received: from omega.Speedport_W_921V_1_24_000 (p4FD334D9.dip0.t-ipconnect.de. [79.211.52.217]) by mx.google.com with ESMTPSA id es17sm16035408bkb.7.2014.04.01.01.36.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Apr 2014 01:36:14 -0700 (PDT) Date: Tue, 1 Apr 2014 10:36:12 +0200 From: Alexander Aring Message-ID: <20140401083610.GB426@omega.Speedport_W_921V_1_24_000> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [ptxdist] failed to build 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 Hi, On Mon, Mar 31, 2014 at 02:44:40PM +0300, Raz wrote: > I am trying to build. > config: > OSELAS.Toolchain-2011.03.1 > ptxdist 2012.01.0 > > > $ptxdist clean all > > and then ptxdist go ends with: > > target: ethtool.prepare > ----------------------- > > configure: error: unrecognized options: --enable-languages, > --enable-shared, --enable-multiarch, --with-multiarch-defaults, > --enable-linker-build-id, --with-system-zlib, --without-included-gettext, > --enable-threads, --enable-nls, --enable-clocale, --enable-libstdcxx-debug, > --enable-libstdcxx-time, --enable-plugin, --enable-gold, --enable-ld, > --with-plugin-ld, --enable-objc-gc, --enable-targets, --disable-werror, > --with-arch-32, --with-tune > make: *** [/home/raz/bsp_ecat/platform-i586/state/ethtool.prepare] Error 1 The configure call don't know the "--enable-languages" parameter. I looked in the commit log of rules/ethtool.make in ptxdist and we never set any configure options there. I suppose you have a special own "rules/ethtool.make" in your bsp directory which should be "/home/raz/bsp_ecat/rules/ethtool.make", then maybe just remove the "--enable-languages" parameter. We don't know what your rule do there, because I think your ethtool rules are not part of ptxdist. - Alex -- ptxdist mailing list ptxdist@pengutronix.de