From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x133.google.com (mail-il1-x133.google.com [IPv6:2607:f8b0:4864:20::133]) by sourceware.org (Postfix) with ESMTPS id D12AD385780B for ; Thu, 27 May 2021 21:04:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D12AD385780B Received: by mail-il1-x133.google.com with SMTP id h15so1524393ilr.2 for ; Thu, 27 May 2021 14:04:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=x6ZQZfdioT3Ssm/aq9YrDMOS8SfET2mRsNThvJv5WNo=; b=IuTRXgMT0UySRGu49CW4IhV7HzgjRpsslqizA+zLzdTMJsCttBM64XtJDexqf7nh8O +LESwqSBlFjWqpdkA+gKqw8IAtIX7sOa0tCkZZbWk2adMRt47Cgthm1u1adaH5aiUWsZ H0qwyCtRSFHMpZp0cxQRHwPuCxP8XiD0Vqpmhvhg0pxB1/PjgrBs0fBEL8q4pmluE+PT EBKKf2GD8AyXltHqzkf7S0liBinMr3zIIs7WPfPqxqOlONx0HHx50rV63ezgB7VfWzR/ jK4agsndIBfQk7+o5CLVJUXsI+gJjxKVmE0NaubNUPo8j8HPqF0Jwed3mQApFF82nBvw 90mA== X-Gm-Message-State: AOAM533Chs0Pmm3QbUVKOpGLjMC3RZ0SHVACinsLD6Ro8EVts/iMIn/L FzJU8jRTFCiE2dKi/tMiSsgqkNJ6JaDbjUH7dNTNKppvb19bLw== X-Google-Smtp-Source: ABdhPJxG+cVxQrNUzsmYL8JOl9mh4/eh4sv8EfPPAbCROiKDwqm/607nH4FODbsZcPLAAZsGZPzR2Q6Rwi8JfWpV/aI= X-Received: by 2002:a92:cc4c:: with SMTP id t12mr4480629ilq.232.1622149444987; Thu, 27 May 2021 14:04:04 -0700 (PDT) MIME-Version: 1.0 From: Davide Viti Date: Thu, 27 May 2021 23:03:54 +0200 Message-ID: Subject: Compiling for old system To: crossgcc@sourceware.org X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, 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 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: Thu, 27 May 2021 21:04:08 -0000 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