From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23303 invoked by alias); 3 Oct 2002 23:29:40 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 23296 invoked from network); 3 Oct 2002 23:29:39 -0000 Received: from unknown (HELO mercury.acttechnico.com) (192.190.105.81) by sources.redhat.com with SMTP; 3 Oct 2002 23:29:39 -0000 Received: from mercury.acttechnico.com (mercury.acttechnico.com [192.190.105.81]) by mercury.acttechnico.com (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id g940HXQ10775 for ; Thu, 3 Oct 2002 19:17:34 -0500 Message-ID: <3D9CDE1D.8050701@mercury.acttechnico.com> Date: Thu, 03 Oct 2002 17:18:00 -0000 From: James Brennan User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gcc@gcc.gnu.org Subject: trying to build cross compiler for powerpc w/x686 host - no crti.o Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00195.txt.bz2 Hello, I built the compiler self hosted and then tried to use it to build for target=powerpc-linux-gnu, single thread, and a few other ways, but it stops at the same place, with ld complaining about no 'crti.o' the other ?crt*.o files seem to be there I guess this isn't supported, but wanted to check. The successful powerpc-linux-gnu build seems to be self hosted with debian. Regards, Jim Brennan