This does it, thanks!
Hi Boris, On 22.05.2017 12:07, Boris Mulder wrote:I'm trying to compile the new toolchain using tool/tool_chain x86. However, it gives the following error:does the attached patch help? It might be necessary to delete the tool chain build directory before running the tool_chain script again. Christian
disable multilib support for the bootstrap tool chain From: Christian Prochaska <christian.prochaska@...1...> --- tool/tool_chain | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tool/tool_chain b/tool/tool_chain index 4b466c1..dc5ebed 100755 --- a/tool/tool_chain +++ b/tool/tool_chain @@ -184,7 +184,8 @@ export MAKEFLAGS endif COMMON_BOOTSTRAP_CONFIG = $(CONFIG_QUIET) \ - --prefix=$(LOCAL_BOOTSTRAP_INSTALL_LOCATION) + --prefix=$(LOCAL_BOOTSTRAP_INSTALL_LOCATION) \ + --disable-multilib BINUTILS_BOOTSTRAP_CONFIG += $(COMMON_BOOTSTRAP_CONFIG)
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ genode-main mailing list genode-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main
-- Met vriendelijke groet / kind regards, Boris Mulder Cyber Security Labs B.V. | Gooimeer 6-31 | 1411 DD Naarden | The Netherlands +31 35 631 3253 (office)