Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Early alpha port of CompCert to 32-bit RISC-V

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Early alpha port of CompCert to 32-bit RISC-V


Chronological Thread 
  • From: Prashanth Mundkur <pmundkur.fm AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Early alpha port of CompCert to 32-bit RISC-V
  • Date: Fri, 2 Sep 2016 09:54:08 -0700
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=pmundkur.fm AT gmail.com; spf=Pass smtp.mailfrom=pmundkur.fm AT gmail.com; spf=None smtp.helo=postmaster AT mail-pa0-f41.google.com
  • Ironport-phdr: 9a23:ivzm+hx0x75MjUnXCy+O+j09IxM/srCxBDY+r6Qd0ewWIJqq85mqBkHD//Il1AaPBtSCra8fwLuO++C4ACpbsM7H6ChDOLV3FDY9wf0MmAIhBMPXQWbaF9XNKxIAIcJZSVV+9Gu6O0UGUOz3ZlnVv2HgpWVKQka3CwN5K6zPF5LIiIzvjqbpqsSVPl4D1WL1Iesrak7n9UOJ7oheqLAhA5558gHOrHpMdrYe7kJTDnXXoSzB4Nyt9oVo6SVatqFp3cdBVaLnY/ZwFuQAX3x1e1wyscbsrFzISRaFznoaSGQf1BRSUCbf6xSvZo34qSvzsPZ9kAyHO8H1UKp8DSyn8qFnSwLyzikCHzE8+WDTzMd3ifQI81qauxVjztuMM8muP/1kc/aFcA==

Hi,

I'd like to announce an early alpha version of an unofficial port of
CompCert to the 32-bit version of the RISC-V architecture. More
information on RISC-V is at https://riscv.org

It is available on github, in the riscv-2.6-alpha branch of the below
repo; the readme is here:

https://github.com/pmundkur/CompCert/blob/riscv-2.6-alpha/README-rv32.md

Please note the early alpha status:

- Although integer support has been lightly tested and found to work,
floating-point support is incomplete, and known broken.

- It is a port of an earlier release of CompCert, viz version 2.6,
which requires Coq 8.4.

- It's been tested on the newlib version of the RISC-V GNU toolchain,
as of a couple of months ago. It has not been tested on glibc, or a
recent toolchain. The RISC-V toolchains are in a fair amount of
flux.

I'm making this announcement despite the early alpha status since it
might be of interest to CompCert and Coq users, especially people in
the DeepSpec community.

Thanks,

--prashanth



Archive powered by MHonArc 2.6.18.

Top of Page