From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fencepost.gnu.org (fencepost.gnu.org [IPv6:2001:470:142:3::e]) by sourceware.org (Postfix) with ESMTPS id 622493858D3C for ; Mon, 14 Feb 2022 21:47:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 622493858D3C Received: from eggs.gnu.org ([209.51.188.92]:42492) by fencepost.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJjCI-0001Kd-2R for gcc-help@gnu.org; Mon, 14 Feb 2022 16:47:50 -0500 Received: from [2607:f8b0:4864:20::f2f] (port=36610 helo=mail-qv1-xf2f.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nJjCE-0001hK-Es for gcc-help@gnu.org; Mon, 14 Feb 2022 16:47:48 -0500 Received: by mail-qv1-xf2f.google.com with SMTP id o5so15958273qvm.3 for ; Mon, 14 Feb 2022 13:47:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=mVC2aXSQCYRiEP1GOX9DEp8TuRzNmfzN/1UbvgDctjM=; b=TyPFQ03BbWXAuawVxU1mQeHTUPWk9h2v9B+mPsh8bmDUELOMx6KLVyW0WiqCSxnYAq f3r8zGWFxtfQ5LfdM5l8YG85KAcYbNYSmgzA+OI61wsZVOlcIfOU546I0fkSsSatHWc1 3TbPrWS83rzUHzQArGG5s9BhnH/kv/uaPAwnSEgxAyHCkkSjhtTtBU5NNNVTdLcq4X7g ZNaTiohsSufPEhB1b8IqnEXY5+EPBSJhy5DU6IJhHRAqcPp59afnG3AilC3l/g9YPPan K32aOLfJvkanR+dxqcthLGol37Jgtw7dhRAsbUglmoXDFmHfARMitlHqn4Txf5YdC8tt hgxA== X-Gm-Message-State: AOAM530uZ1DRiFA12eHGzVeroBxFq0XJ7WO/2FeUPlAVM33zFuJz/2tX Xas9OnhBcaUeGZhnFXyiFZK404hEpZ6kHyqBdqVpDK4k X-Google-Smtp-Source: ABdhPJz0boKfBqzJNAgLiub0tvtxgUbjxmPGM2kEG3orArZnAmyKsBUCOEdxWMPu9agPoY3jqHCB2hhB8rrP9Jiv9RE= X-Received: by 2002:a05:6102:1611:: with SMTP id cu17mr434134vsb.59.1644874819269; Mon, 14 Feb 2022 13:40:19 -0800 (PST) MIME-Version: 1.0 From: Zane Asher Post Date: Mon, 14 Feb 2022 15:40:07 -0600 Message-ID: Subject: gcc 7.1.0 To: gcc-help@gnu.org X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::f2f (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::f2f; envelope-from=zapost86@gmail.com; helo=mail-qv1-xf2f.google.com X-Spam_score_int: -3 X-Spam_score: -0.4 X-Spam_bar: / X-Spam_report: (-0.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, PDS_HP_HELO_NORDNS=0.635, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Status: No, score=2.3 required=5.0 tests=BAYES_05, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, HTML_MESSAGE, KAM_NUMSUBJECT, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Mon, 14 Feb 2022 21:47:52 -0000 Hi. I'm trying to compile a cross compiler to build my OS. I'm trying to build on Windows using MSYS2. I'm having a couple of issues, though. First, when it gets to s-selftest in gcc-build/gcc/Makefile, it stops with this error: CreateProcess: not a directory or file It works when I copy cc1.exe into a folder that is in my PATH variable. I'm afraid that this will mess with my C compiler and the one that is built. Second, when libgcc is being configured, I get this error: Cannot compute the suffix of object files How do I fix these errors? From, Zane Post P.S. My configure flags for gcc are: ../gcc-7.1.0/configure --build="aarch64-w64-mingw32" --target="i686-elf" --prefix="/c/compiled/gcc" --disable-nls --without headers --enable-languages=c,c++ --without-isl --disable-fixincludes