From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Weber Date: Tue, 6 Nov 2018 14:29:05 -0600 Subject: [Buildroot] glibc link fails on x86_64 with fPIC error In-Reply-To: References: <1541520575003-0.post@n4.nabble.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Mike, On Tue, Nov 6, 2018 at 10:48 AM Mike Shapiro wrote: > > > $ cat defconfig > BR2_x86_64=y > BR2_x86_core_avx2=y > BR2_JLEVEL=1 > BR2_TOOLCHAIN_BUILDROOT_GLIBC=y > BR2_KERNEL_HEADERS_4_9=y > BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y > BR2_PACKAGE_PCIUTILS=y > BR2_PACKAGE_LIBXML2=y > BR2_PACKAGE_ELFUTILS=y > BR2_PACKAGE_LIBCAP=y > BR2_PACKAGE_BASH=y > I was able to checkout 2018.08.2, use your defconfig but with BR2_JLEVEL set to 0 and the build was successful. I had the following host machine: gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) Matt