Go to file
David Craven 2f1a8fd5ce Comply with GNU coding standards.
Currently the DESTDIR variable is not used correctly which leads to
bogus RUNPATH entries.

https://www.gnu.org/prep/standards/html_node/DESTDIR.html
2017-01-06 10:30:53 -08:00
fesvr Add missing includes in TSI 2016-11-28 16:08:55 -08:00
scripts temporary undoing of renaming 2011-06-19 20:47:29 -07:00
.gitignore post-repo-split cleanup 2011-06-19 21:47:32 -07:00
COPYING temporary undoing of renaming 2011-06-19 20:47:29 -07:00
LICENSE add BSD license 2013-03-25 16:49:58 -07:00
Makefile.in Comply with GNU coding standards. 2017-01-06 10:30:53 -08:00
README.md new readme 2014-08-06 16:40:24 -07:00
aclocal.m4 Build and use shared libraries only 2014-01-24 01:03:54 -08:00
config.h.in autoreconf 4fc9ba3810 ("Add and install riscv-fesvr.pc") 2015-05-04 17:29:27 -07:00
configure autoreconf 4fc9ba3810 ("Add and install riscv-fesvr.pc") 2015-05-04 17:29:27 -07:00
configure.ac Add and install riscv-fesvr.pc 2015-05-04 17:25:46 -07:00
riscv-fesvr.pc.in Add and install riscv-fesvr.pc 2015-05-04 17:25:46 -07:00

README.md

RISC-V Frontend Server

About

This repository contains the front-end server library, which facilitates communication between a host machine and a RISC-V target machine. It is usually not meant to be used as a standalone package.

Build Steps

Execute the following commands to install the library, assuming you've declared the RISCV environment variable to point to the RISC-V install path:

$ mkdir build
$ cd build
$ ../configure --prefix=$RISCV
$ make install