From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from korolev.univ-paris7.fr (korolev.univ-paris7.fr [IPv6:2001:660:3301:8000::1:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id C286F3B2A2 for ; Wed, 22 Jun 2016 07:31:53 -0400 (EDT) Received: from potemkin.univ-paris7.fr (potemkin.univ-paris7.fr [IPv6:2001:660:3301:8000::1:1]) by korolev.univ-paris7.fr (8.14.4/8.14.4/relay1/56228) with ESMTP id u5MBVVSa002570 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 22 Jun 2016 13:31:31 +0200 Received: from mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [81.194.30.253]) by potemkin.univ-paris7.fr (8.14.4/8.14.4/relay2/56228) with ESMTP id u5MBVVhB019951; Wed, 22 Jun 2016 13:31:31 +0200 Received: from mailhub.math.univ-paris-diderot.fr (localhost [127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTP id 5DC7F61FA1; Wed, 22 Jun 2016 13:31:31 +0200 (CEST) X-Virus-Scanned: amavisd-new at math.univ-paris-diderot.fr Received: from mailhub.math.univ-paris-diderot.fr ([127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id tu1CDY97lJ-T; Wed, 22 Jun 2016 13:31:29 +0200 (CEST) Received: from trurl.pps.univ-paris-diderot.fr (col75-1-78-194-40-74.fbxo.proxad.net [78.194.40.74]) (Authenticated sender: jch) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTPSA id C63A261F9D; Wed, 22 Jun 2016 13:31:29 +0200 (CEST) Date: Wed, 22 Jun 2016 13:31:32 +0200 Message-ID: <87lh1xihnv.wl-jch@pps.univ-paris-diderot.fr> From: Juliusz Chroboczek To: Dave Taht Cc: "cerowrt-devel@lists.bufferbloat.net" , "babel-users@lists.alioth.debian.org" In-Reply-To: References: User-Agent: Wanderlust/2.15.9 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (korolev.univ-paris7.fr [IPv6:2001:660:3301:8000::1:2]); Wed, 22 Jun 2016 13:31:31 +0200 (CEST) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (potemkin.univ-paris7.fr [194.254.61.141]); Wed, 22 Jun 2016 13:31:31 +0200 (CEST) X-Miltered: at korolev with ID 576A7713.001 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-Miltered: at potemkin with ID 576A7713.001 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 576A7713.001 from potemkin.univ-paris7.fr/potemkin.univ-paris7.fr/null/potemkin.univ-paris7.fr/ X-j-chkmail-Enveloppe: 576A7713.001 from mailhub.math.univ-paris-diderot.fr/mailhub.math.univ-paris-diderot.fr/null/mailhub.math.univ-paris-diderot.fr/ X-j-chkmail-Score: MSGID : 576A7713.001 on korolev.univ-paris7.fr : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Score: MSGID : 576A7713.001 on potemkin.univ-paris7.fr : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham X-j-chkmail-Status: Ham Subject: [Cerowrt-devel] Cross-compiling to armhf [was: beaglebone green wireless boards...] X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2016 11:31:54 -0000 > The preinstalled OS has sufficient compiler and onboard flash space to > build a current babeld from git, and I'm happy to report IPV6_SUBTREES > is compiled in by default. Dave, It's not the first time that I notice with wonder that you're compiling on the devel boards. Are you aware that cross-compiling babeld to armhf is so easy it's not even funny? sudo apt-get install gcc-arm-linux-gnueabihf make CC=arm-linux-gnueabihf-gcc Shncpd is a little bit trickier, since it depends on libbsd. I think I'll remove the dependency before relase, but in the meantime you may either build yourself an armhf libbsd, or install libbsd0:armhf on your system (which requires setting up a multiarch environment), or set up a cross-compilation chroot, or simply copy libbsd.so from the target system. -- Juliusz