From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pb-smtp20.pobox.com (pb-smtp20.pobox.com [173.228.157.52]) by sourceware.org (Postfix) with ESMTPS id 2C018385DC22 for ; Fri, 28 May 2021 15:18:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2C018385DC22 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=mcfuller.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=thomas@mcfuller.com Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id A01CD14727C for ; Fri, 28 May 2021 11:18:50 -0400 (EDT) (envelope-from thomas@mcfuller.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h= mime-version:references:in-reply-to:from:date:message-id:subject :to:cc:content-type; s=sasl; bh=c/gfDVYApKMftkNqYsiE9k8tE0gnltAk 4K7TqADPbWw=; b=Ymvq6k5bP/v5Deyj7Jn9UDqt9gFmoQyXs9XJpb1CCt2s5GP9 4G+LSOIHkZuUGeY5EFq+ywbB/TBVNYu4pXukAJHWePsz/r7M/Z7AYIO1c2l3IPrS v69u4AiwQoUCB7sC+NXgog4XLaqnckGeu391aA5FysnzKLZ7xAaDbjXkwGU= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 98FD314727B for ; Fri, 28 May 2021 11:18:50 -0400 (EDT) (envelope-from thomas@mcfuller.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=mcfuller.com; h=mime-version:references:in-reply-to:from:date:message-id:subject:to:cc:content-type; s=mesmtp; bh=c/gfDVYApKMftkNqYsiE9k8tE0gnltAk4K7TqADPbWw=; b=erNfFZb0QVammhAsKVnhkxxs7knK1rsFYHisproikhw8tmV4dZRT4xyFNRPoYkSgoYbZFvUkf6itPRV5GAaFxp2AEcCT95YgKWczpiVI+5kZOZHJrGABP2J3UrNzm4mCNF51OwB9dzN442m0WkPGrkYZuxaEEMT8qqgndOMVSpQ= Received: from mail-il1-f182.google.com (unknown [209.85.166.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 27BCD14727A for ; Fri, 28 May 2021 11:18:47 -0400 (EDT) (envelope-from thomas@mcfuller.com) Received: by mail-il1-f182.google.com with SMTP id u3so3601803ilv.8 for ; Fri, 28 May 2021 08:18:46 -0700 (PDT) X-Gm-Message-State: AOAM530PAaUAuQDcChI3YeIad/FeKhRg1PX8B3lWbo5htg3G6Cik9trS 2512Kn8ZV7qPPJCEvoXXPeotr1u5P/UjRm6hCjs= X-Google-Smtp-Source: ABdhPJw4+zAaNRHOXuNEM7jilVHqidPL0nNTohUTQMB5DTVFir9MwVYh01NixIqZBQYWHrC/qXMhPACDam/+Jpy5m2M= X-Received: by 2002:a92:c5ac:: with SMTP id r12mr7424485ilt.283.1622215125673; Fri, 28 May 2021 08:18:45 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Thomas Fuller Date: Fri, 28 May 2021 08:18:33 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Compiling for old system To: Davide Viti Cc: crossgcc@sourceware.org X-Pobox-Relay-ID: FF8D3FD2-BFC7-11EB-9366-D5C30F5B5667-55238496!pb-smtp20.pobox.com X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, HTML_MESSAGE, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, 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 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: crossgcc@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: crossgcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2021 15:18:54 -0000 Can you use WSL and use your working Linux build there? On Thu, May 27, 2021, 2:04 PM Davide Viti via crossgcc < crossgcc@sourceware.org> wrote: > Hi, > I'm trying to create a toolchain targeting an old powerpc system running > kernel 2.6.18 and libc 2.5. The toolchain has to be used on a windows > machine. > > I've tried different combinations on Linux and ctng 1.5.2 fits all my > needs. > I've then tried to build the same on Windows, using cygwin, but compilation > fails at "Installing shared core C compiler" [1] > The config is available at [2] > > The compilation process on cygwin is extremely slow: I've managed to enable > the experimental feature and restart the build from the last failure, but > it still i very slow, especially if compared with Linux builds: I've tried > to do a canadian cross, but it's too much for my newbie skills: if anyone > would be willing to give me some advices, It'd be great to do that! > > thank you in advance > > Davide > > [1] https://pastebin.com/BBrFVt4e > [2] https://pastebin.com/jJmMzm9m > -- > For unsubscribe information see http://sourceware.org/lists.html#faq >