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 EB62B3858D28 for ; Sun, 5 Dec 2021 22:51:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EB62B3858D28 Received: from eggs.gnu.org ([209.51.188.92]:56004) by fencepost.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mu0Lj-0007SS-O1 for gcc-help@gnu.org; Sun, 05 Dec 2021 17:51:15 -0500 Received: from [2607:f8b0:4864:20::a33] (port=35393 helo=mail-vk1-xa33.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mu0Lf-00084O-31 for gcc-help@gnu.org; Sun, 05 Dec 2021 17:51:12 -0500 Received: by mail-vk1-xa33.google.com with SMTP id q21so5596905vkn.2 for ; Sun, 05 Dec 2021 14:51:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent :content-language:to:from:subject:content-transfer-encoding; bh=LngLqRduigBrlFNeAj9a9kMIu9mCPD6LJ6uZGxE1ZQ8=; b=e7fDd4XeQVaH62rogTfPGKFPoFK3fwGw/z/6gvqJKW+kbLmx+om8EDTeGPVWQQyRX8 FCHh2o7pXhNMxduSooR/tq/ILZTh5yXnj0eVfk5MCg9WmddhSrvVQY82kxfBXncciz11 5MNdK9eBaOjjUXvE9FKfC7o8MOscxlzoEDGT12MhizmSSy8C8G+N1qw3pnaM99a3AD5L PLhrXaW9gMSR0whoW/8TBLcpSZWGKJ3TJbKJoJsyzO6L4Xmfa6NTF6vVim6fb5pA7noI nXsR8REnmxUq5AYF/3JtqcvnfzXbVjD0y0eiIMDtwvaMsuL4qvanBRK3Q8ORAVyl907l dmQw== X-Gm-Message-State: AOAM5337pJuBTIIE70/MAGXNPBabZYIxO0mHlN7O9AME1OxLSmK17uRZ 6my1ICmxgowFC8jr2eJH4hkAmncbiDd/LA== X-Google-Smtp-Source: ABdhPJxduhVp4C2t6SJ5OBriRrtCY4Es0lO1+3lBsMHjG4hI578hxiL2pDZRiU0VVLj2PqLxKLTjSA== X-Received: by 2002:a05:6214:1c06:: with SMTP id u6mr33349802qvc.35.1638744251683; Sun, 05 Dec 2021 14:44:11 -0800 (PST) Received: from [192.168.0.2] (173-81-38-162.pkbgcmtk01.res.dyn.suddenlink.net. [173.81.38.162]) by smtp.gmail.com with ESMTPSA id v12sm6341236qtx.80.2021.12.05.14.44.11 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 05 Dec 2021 14:44:11 -0800 (PST) Message-ID: <08040eb8-5f5c-c21a-eb47-83d57e8b27d3@gmail.com> Date: Sun, 5 Dec 2021 17:44:09 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.3.2 Content-Language: en-US To: gcc-help@gnu.org From: Bill Cunningham Subject: Native build that hopefully works!! Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::a33 (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::a33; envelope-from=bill.cu1234@gmail.com; helo=mail-vk1-xa33.google.com X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 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, PDS_HP_HELO_NORDNS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: Sun, 05 Dec 2021 22:51:17 -0000 I just wanted to share what I have been working on. I have of course my system gcc and binutils. I compiled a binutils for this new test compiler, which seemed to compile. This is all a native build. I used the switch --with-build-time-tools and set that to the directory with the new binutils. The makefile wanted a path for headers including stdio.h, so I created a soft link to the system compiler's headers. I would like to have a separate glibc, but that's another topic. Two compilers is what really matters.     I used also --disable-bootstrap and disabled multilib and nls. So I believe this gcc is using some symbols from the system compiler and the binutils are too. I suppose this really doesn't matter. So changing the environment variables should let me be able to use this compiler. B