From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42e.google.com (mail-wr1-x42e.google.com [IPv6:2a00:1450:4864:20::42e]) by sourceware.org (Postfix) with ESMTPS id 1FD09385782C for ; Fri, 28 May 2021 21:44:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1FD09385782C Received: by mail-wr1-x42e.google.com with SMTP id r10so4542939wrj.11 for ; Fri, 28 May 2021 14:44:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=3fRbZPmK+XdHaYTAHSslVn2t2xSFXw3OU3PerZOUqzQ=; b=U4qUj10KgXwQOb25fNKCVYUuEk3Af+5zXq24aZRHZj2Ox8i8CbPz8jQ3tUeDGM/Oxt 33fhl4hR08oE9A5ow+HwktU57UM/+2rQhUDnYIv0OP5VgZSWmAKD2NBWCqWlBpl/N7Ow LeHT8ylME9KTA9MGPVmjtUIWis2moeiqWwzsIVACaqC7spVBq6KwzR3lHUjWJPxIoXva XdTzLElifB5qHJ+AaYSlKKnOqiaZ1EhKQLiEY1Qojohca3I7sNEWGK0Qr5hYdKTCo0Oo 8pyulRcvusTeA+RN6r2DuNVLoYHNRgHxOeK1ChEGmwk1L5UjkcpxoajCdlmaPDLt6WYN A89Q== X-Gm-Message-State: AOAM530rGS28SotDRCXxtEJg8TDpx8C1tHmdjCpCuL03oGclBHeo1FdY Xouskh4wJKV6GCsvFz0NbZiVewcPW50oSA== X-Google-Smtp-Source: ABdhPJx8Tnh8lBsTVtZLGU5cu+koeLwJUtHL3SPc9gva7+OzXfa/DLTZ49jkwkBtO+QDMpQKbMKr9g== X-Received: by 2002:adf:a108:: with SMTP id o8mr9368532wro.290.1622238252888; Fri, 28 May 2021 14:44:12 -0700 (PDT) Received: from ?IPv6:2001:b07:5d33:3d2:e014:f75:c1e5:88cc? ([2001:b07:5d33:3d2:e014:f75:c1e5:88cc]) by smtp.gmail.com with ESMTPSA id 125sm4379390wmb.34.2021.05.28.14.44.11 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 May 2021 14:44:11 -0700 (PDT) Message-ID: Subject: Re: Compiling for old system From: zinosat@gmail.com To: crossgcc@sourceware.org Date: Fri, 28 May 2021 23:44:10 +0200 In-Reply-To: <20210528163337.62ks3n5b66hr7hog@gpm.stappers.nl> References: <20210528163337.62ks3n5b66hr7hog@gpm.stappers.nl> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, 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: 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 21:44:17 -0000 On Fri, 2021-05-28 at 18:33 +0200, Bottom Post wrote: > On Fri, May 28, 2021 at 08:18:33AM -0700, Thomas Fuller wrote: > > On Thu, May 27, 2021, 2:04 PM Davide Viti 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 > > > -- > > > > Can you use WSL and use your working Linux build there? > Hi Thomas, I need a Windows toolchain for a third party tool which is shipped as an Eclipse plugin on Windows: I haven't really explored possible options to what the manual says (it talks about cygwin/mingw), so I'll try to achieve what it says. I did not know WSL though, and sounds really interesting, so thank you for the suggestion regards, Davide