From owner-freebsd-riscv@freebsd.org Tue Nov 26 23:47:37 2019 Return-Path: Delivered-To: freebsd-riscv@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 0EEB51C4EBE for ; Tue, 26 Nov 2019 23:47:37 +0000 (UTC) (envelope-from newsletter@ebersole.net) Received: from jax4mhob24.registeredsite.com (jax4mhob24.registeredsite.com [64.69.218.112]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.registeredsite.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47N0vC5KB4z4Pk0 for ; Tue, 26 Nov 2019 23:47:35 +0000 (UTC) (envelope-from newsletter@ebersole.net) Received: from mailpod.hostingplatform.com ([10.30.71.204]) by jax4mhob24.registeredsite.com (8.14.4/8.14.4) with ESMTP id xAQNlTjg064047 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 26 Nov 2019 18:47:29 -0500 Received: (qmail 31060 invoked by uid 0); 26 Nov 2019 23:47:29 -0000 X-TCPREMOTEIP: 73.147.222.55 X-Authenticated-UID: duane@ebersole.net Received: from unknown (HELO ?10.0.2.15?) (duane@ebersole.net@73.147.222.55) by 0 with ESMTPA; 26 Nov 2019 23:47:29 -0000 Subject: Re: GCC 8.x or 9.x for FreeBSD rv64imafdc ?? To: freebsd-riscv@freebsd.org References: <5bca6745-1c09-3ba7-3b4a-2456ea2e1081@blastwave.org> From: Duane Message-ID: <95a1471f-660f-258d-19c0-889e16bfccbd@ebersole.net> Date: Tue, 26 Nov 2019 18:47:29 -0500 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:68.0) Gecko/20100101 Thunderbird/68.2.1 MIME-Version: 1.0 In-Reply-To: <5bca6745-1c09-3ba7-3b4a-2456ea2e1081@blastwave.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 47N0vC5KB4z4Pk0 X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of newsletter@ebersole.net has no SPF policy when checking 64.69.218.112) smtp.mailfrom=newsletter@ebersole.net X-Spamd-Result: default: False [4.37 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; IP_SCORE(0.48)[ipnet: 64.69.218.0/23(0.81), asn: 19871(1.67), country: US(-0.05)]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-riscv@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; MIME_TRACE(0.00)[0:+]; NEURAL_SPAM_MEDIUM(1.00)[0.996,0]; NEURAL_SPAM_LONG(0.99)[0.991,0]; RCVD_IN_DNSWL_NONE(0.00)[112.218.69.64.list.dnswl.org : 127.0.10.0]; R_SPF_NA(0.00)[]; DMARC_NA(0.00)[ebersole.net]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:19871, ipnet:64.69.218.0/23, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_LAST(0.00)[] X-BeenThere: freebsd-riscv@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD on the RISC-V instruction set architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2019 23:47:37 -0000 Hey Dennis, I have tried everything published and I cannot get anything to work on my sifive board. I have given up, sorry for being a black hole. ~Duane On 2019-11-26 3:55 a.m., Dennis Clarke wrote: > > 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. >