From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from heavyreckoning.com (heavyreckoning.com [66.37.25.7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 5C5083B2A3 for ; Tue, 21 Feb 2017 11:23:45 -0500 (EST) Received: from vpn146.heavyreckoning.com ([10.129.159.146] ident=foobar) by heavyreckoning.com with esmtpa (Exim 4.69) (envelope-from ) id 1cgDEN-0002ev-Lr for make-wifi-fast@lists.bufferbloat.net; Tue, 21 Feb 2017 09:23:59 -0700 To: make-wifi-fast@lists.bufferbloat.net From: Marty Message-ID: <105da92d-3a20-b67e-1e7e-71d1df85fe28@heavyreckoning.com> Date: Tue, 21 Feb 2017 11:23:41 -0500 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Exiscan-Vchk: Pass X-Spam-Score: 0.8 (/) Subject: [Make-wifi-fast] Forum for LEDE build env questions? X-BeenThere: make-wifi-fast@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2017 16:23:45 -0000 I'm snagging on the MUSL redefinition errors when building LEDE image and build tools. /home/marty/lede/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-5.4.0_musl_eabi/include/linux/in6.h:32:8: error: redefinition of 'struct in6_addr' /home/marty/lede/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-5.4.0_musl_eabi/include/linux/in6.h:49:8: error: redefinition of 'struct sockaddr_in6' /home/marty/lede/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-5.4.0_musl_eabi/include/linux/in6.h:59:8: error: redefinition of 'struct ipv6_mreq' I want to ask if it is a simple .config issue via make menuconfig, an include path issue during compile, a linux header issue, etc. But I want to ask in the right place. TIA, Marty