From owner-freebsd-current@freebsd.org Tue Nov 26 13:54:39 2019 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8F78F1B74F3 for ; Tue, 26 Nov 2019 13:54:39 +0000 (UTC) (envelope-from mhorne@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Mll33MDhz3MgB for ; Tue, 26 Nov 2019 13:54:39 +0000 (UTC) (envelope-from mhorne@freebsd.org) Received: from mail-oi1-f170.google.com (mail-oi1-f170.google.com [209.85.167.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: mhorne) by smtp.freebsd.org (Postfix) with ESMTPSA id 3EA8B14114 for ; Tue, 26 Nov 2019 13:54:39 +0000 (UTC) (envelope-from mhorne@freebsd.org) Received: by mail-oi1-f170.google.com with SMTP id v138so16696847oif.6 for ; Tue, 26 Nov 2019 05:54:39 -0800 (PST) X-Gm-Message-State: APjAAAVK5Q8L06m1W/fdWucAQZ7op7DAlt/tETtEVk46RaOtoYQkf/6W rvakI7uyu/WhnQOzyJMCOCpgSyvEdsQZkEkexvM= X-Google-Smtp-Source: APXvYqz3IGHdMc7cqLvs3pOo4iI/3wzLd+r5PmWnDPiaZX2+wZQSMsacU0DLeAMaCH/Hje1Z66mJVl6UtD+RzwvPdDE= X-Received: by 2002:a05:6808:611:: with SMTP id y17mr3615962oih.24.1574776478417; Tue, 26 Nov 2019 05:54:38 -0800 (PST) MIME-Version: 1.0 References: <4e366b17-25ae-5b89-79ad-e1e113149494@blastwave.org> In-Reply-To: <4e366b17-25ae-5b89-79ad-e1e113149494@blastwave.org> From: Mitchell Horne Date: Tue, 26 Nov 2019 08:54:27 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: GCC 8.x or 9.x for FreeBSD rv64imafdc ?? To: Dennis Clarke Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2019 13:54:39 -0000 On Tue, Nov 26, 2019 at 3:57 AM Dennis Clarke wrote: > > > ---------------------------------------------------------------- > I will cross post this as there are very few options left. > ---------------------------------------------------------------- > rv64imafdc folks : > > I will send this out to the only people and places that are likely to > not simply be a black hole from which nothing ever returns. However > most of my messages do just die on the mail lists with no reply from > anyone ever and that is very true for the gcc maillists for anything > RISC-V related. I wish I knew why. > > I am able to checkout and cross compile FreeBSD 13.0-CURRENT r354873 > however there is no compiler. I looked. The output destination rootfs > shows no signs of LLVM/Clang and certainly not gcc of any flavor. > > I do see wonderful things like : > > > https://github.com/freebsd-riscv/riscv-gcc/commit/be9abee2aaa919ad8530336569d17b5a60049717 > > > However nothing actually usable by any user out here in the more or less > real world that is not inside SiFive or similar. > > So is there any place at all that one may attain a compiler or am I left > to decipher the horrific mess that is known as the Canadian cross > compiler bootstrap which has never worked for me. > As of r354660, clang is built as part of buildworld. If you are using r354873 then you should have it as /usr/bin/clang, perhaps you just need to regenerate your rootfs. Cheers, Mitchell > -- > Dennis Clarke > RISC-V/SPARC/PPC/ARM/CISC > UNIX and Linux spoken > GreyBeard and suspenders optional > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"