From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:6214:4293:b0:4c6:e4a3:df1e with SMTP id og19-20020a056214429300b004c6e4a3df1emr53012678qvb.15.1670521310763; Thu, 08 Dec 2022 09:41:50 -0800 (PST) X-Received: by 2002:a37:6883:0:b0:6fe:ae3e:418d with SMTP id d125-20020a376883000000b006feae3e418dmr15265449qkc.170.1670521310533; Thu, 08 Dec 2022 09:41:50 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!border-1.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 8 Dec 2022 09:41:50 -0800 (PST) In-Reply-To: <4b366537-a8e2-40a8-812a-5232826fdff0n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=79.12.131.21; posting-account=JRF_-woAAABYlsAtkCl_CUxBuQy2SsaQ NNTP-Posting-Host: 79.12.131.21 References: <4b366537-a8e2-40a8-812a-5232826fdff0n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <653aa607-eecb-458c-b00b-1a83d0951fa0n@googlegroups.com> Subject: Re: GNAT FSF From: Gabriele Galeotti Injection-Date: Thu, 08 Dec 2022 17:41:50 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:64683 List-Id: On Thursday, December 8, 2022 at 5:39:53 PM UTC+1, AdaMagica wrote: > In the past, I only used GNAT CE. Now that no new versions are provided, I'm gonna try to download the FSF version. > > The newest I found is in https://ftp.gnu.org/gnu/gcc/gcc-12.2.0/ > gcc-12.2.0.tar.gz. > > Is this the correct thing? I have yet to find a tool to open tar.gz (on windows, I generally use zip files). > > Now suppose I have successfully unpacked the thing. What is inside? How do I install it? Is GPS included? > > Thanxs for your patience and help. You downloaded the source code of the entire GCC suite. GPS is not a GCC FSF thing, it's an IDE. Given your question, I think you will have hard time, you have to compile everything, and you need a bootstrap compiler in your system in order to do that. And you have to build Binutils first, plus an obscene amount of libraries. That being said, I strongly suggest to not build GCC on windows, it will take ages. G