From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx0.itk-engineering.de ([212.121.145.30]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Wcvh6-0002kh-Pg for ptxdist@pengutronix.de; Wed, 23 Apr 2014 13:50:30 +0200 Received: from swexchange01.itk.local (swexchange01.itk.local [10.61.0.10]) by mx0.itk-engineering.de (8.14.5/8.14.5) with ESMTP id s3NBoSSW004837 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Wed, 23 Apr 2014 13:50:28 +0200 From: Martin Hollingsworth Date: Wed, 23 Apr 2014 11:50:27 +0000 Message-ID: <1CFDA15477ACF741AAF78FA447550B7A028DF5CC@swexchange01.itk.local> References: <1CFDA15477ACF741AAF78FA447550B7A028DF331@swexchange01.itk.local> <20140422110009.GA87404@euler.fritz.box> <1CFDA15477ACF741AAF78FA447550B7A028DF422@swexchange01.itk.local> <20140422122021.GA87697@euler.fritz.box> <1CFDA15477ACF741AAF78FA447550B7A028DF44D@swexchange01.itk.local> <20140422130734.GA87802@euler.fritz.box> <1CFDA15477ACF741AAF78FA447550B7A028DF487@swexchange01.itk.local> <20140422205525.GA89375@euler.fritz.box> In-Reply-To: <20140422205525.GA89375@euler.fritz.box> Content-Language: de-DE MIME-Version: 1.0 Subject: Re: [ptxdist] how to configure perl scripting to compile with thread support? 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" Hello Bernhard, thanks for the patch and for testing it on a target system. I appreciate your efforts! Unfortunately I can't get it working on my system. I would like to avoid updating to the latest PTXdist version, since I want to keep my build environment as close as possible to the vendor supplied board support package. As I understood your previous message, it should be sufficient to copy the perl.make file to the rules directory of my board support package. I can verify that the build process runs the make script, by adding an invalid line to the file which creates an expected error during build. I verified with the PERL manual of the used version, that the build flag is the same in the older version 5.14.2 http://search.cpan.org/~flora/perl-5.14.2/INSTALL#Threads My perl.make file looks a little different than the one from the current GIT version, but I assume that's due to the different ptxdist and perl versions. Maybe this could be the source of problems, but I don't know ptxdist internals that well to find the problem. This is the section of my perl.make file: -------------- PERL_CONF_OPT := \ --prefix=/usr \ $(CROSS_AUTOCONF_ARCH) \ --target=$(PTXCONF_GNU_TARGET) \ --set-ld=$(CROSS_CC) \ -Dusethreads -------------- Several builds and tests later I wonder: What am I missing here at this point? Any idea where it could go wrong but the image actually compile without any error? Thanks and Regards, Martin -- ptxdist mailing list ptxdist@pengutronix.de