Gentoo Archives: gentoo-user

From: Wallance Lee <halyx@×××.com>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: [gentoo-user] What do you recommend to build cross-compiling toolchain?
Date: Sun, 11 Oct 2015 10:43:02
Message-Id: 2088852b.55a6.150567ed64c.Coremail.halyx@126.com
1 Hi, every one!
2 I am going to build a cross-compiling toolchain using crossdev like following:
3 #crossdev -t arm-unknown-linux-gnueabi -S
4 but everytime I got this error on building gcc-stage1:
5 "cannot compute suffix of object files" just during building libgcc
6 What can I avoid this error?
7 I like gentoo's emerge-arm-* to build things on arm platform.
8 What do you recommend to build cross-compiling toolchain?
9 I can see a similar problem gentoo fourm: https://forums.gentoo.org/viewtopic-t-831862-start-0.html
10 Any suggestions will be help.