From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Hilse Date: Fri, 19 Jun 2020 08:31:33 +0200 (CEST) Subject: [Buildroot] iproute2 binaries getting linked against libelf, which is not available in target In-Reply-To: <87o8pgkwyc.fsf@tarshish> References: <021201d64596$e75979a0$b60c6ce0$@ipcomm.de> <87o8pgkwyc.fsf@tarshish> Message-ID: <002f01d64603$46501d30$d2f05790$@ipcomm.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Thank you Thomas and Baruch for clarifying! > Section 6.1.2 in the Buildroot manual says this: > > We do not support toolchains or SDK generated by OpenEmbedded or > Yocto, because these toolchains are not pure toolchains (i.e. just > the compiler, binutils, the C and C++ libraries). > > > https://buildroot.org/downloads/manual/manual.html#_cross_compilation_to > olchain > > Buildroot Can't support an external toolchain that provides its own > build of libelf, or any other library besides what gcc and the C library > provide.