From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fgw22-4.mail.saunalahti.fi (fgw22-4.mail.saunalahti.fi [62.142.5.109]) by sourceware.org (Postfix) with ESMTPS id 6CE7C3851C09 for ; Thu, 18 Jun 2020 11:52:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6CE7C3851C09 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=wippies.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kai.ruottu@wippies.com Received: from [10.0.0.19] (mobile-access-6df018-164.dhcp.inet.fi [109.240.24.164]) by fgw22.mail.saunalahti.fi (Halon) with ESMTPSA id 211f834b-b15a-11ea-88ca-005056bdf889; Thu, 18 Jun 2020 14:52:06 +0300 (EEST) Subject: Re: Problem creating cross-compiler From: Kai Ruottu To: Jonathan Wakely , Jouk Jansen Cc: gcc-help References: <20061810485711_32800155@hrem.nano.tudelft.nl> <7d23ba40-85d9-497c-6d54-abeed4e62937@wippies.com> Message-ID: <776bacdf-05c7-4e94-8f3d-cb841b9086f4@wippies.com> Date: Thu, 18 Jun 2020 14:52:04 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <7d23ba40-85d9-497c-6d54-abeed4e62937@wippies.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2020 11:52:10 -0000 Kai Ruottu kirjoitti 18.6.2020 klo 14.26: > What seems also to be missing is the prerequisite : > > "In order to build GCC, the C standard library and headers must be > present for all target variants > for which target libraries will be built (and not only the variant of > the host C++ compiler)." > > https://gcc.gnu.org/install/prerequisites.html > > When there is no "--with-sysroot=" to point to the > required  'ia64-hp-openvms' > target libraries and headers (the assumption nowadays being a separate > $sysroot for the target > stuff), this mistake seems obvious. > If one hasn't a 'ia64-hp-openvms' target system (like me) where to copy the target stuff, there is a serious problem :(  Here is one advice for solving this issue : https://sourceforge.net/p/gnv/mailman/message/33596356/