From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtprelay06.ispgateway.de ([80.67.31.96]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1X23CM-0004ch-1P for ptxdist@pengutronix.de; Tue, 01 Jul 2014 20:54:35 +0200 Received: from [87.169.249.248] (helo=euler.fritz.box) by smtprelay06.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1X23CL-0002IP-LJ for ptxdist@pengutronix.de; Tue, 01 Jul 2014 20:54:33 +0200 Message-ID: <53B303E9.7080805@bwalle.de> Date: Tue, 01 Jul 2014 20:54:33 +0200 From: Bernhard Walle MIME-Version: 1.0 References: <53B2DD88.5080300@webware-experts.de> In-Reply-To: <53B2DD88.5080300@webware-experts.de> Subject: Re: [ptxdist] Which versionS should i use? 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 Am 01.07.14 18:10, schrieb Norbert Roos: > > I'm just doing the first steps with ptxdist, and became pretty confused > about the versions: > > I downloaded the project "phyCORE-OMAP4-2013.01.0", which uses ptxdist > 2013.01.0. Ok so far. > > Now i want to build a toolchain, but there is no OSELAS 2013.01.1 > toolchain. If i take a different toolchain, ptxdist gives me an error > about a mismatching ptxdist version (i tried it with the toolchain > versions 2012.12.1 and 2013.12.2). > > I could of course ignore the error, but i'd like to do it the right way. > So what is the correct way then? You can (and should) install different versions of ptxdist at the same time. In addition to /usr/local/bin/ptxdist there are binaries (scripts) that have the version inside, e.g. /usr/local/bin/ptxdist-2013.12. You can even (that's what I do to build a toolchain) "install" ptxdist in the toolchain directory, i.e. % cd OSELAS-Toolchain-xxx % curl -O \ http://ptxdist.org/software/ptxdist/download/ptxdist-2013.12.0.tar.bz2 % cd ptxdist-2013.12.0 % ./configure && make % cd .. % ln -s ptxdist-2013.12.0/bin/ptxdist p % ./p select ptxconfigs/... % ./p go Regards, Bernhard -- ptxdist mailing list ptxdist@pengutronix.de