Go to file
Christopher Celio a4a5d53a3f Removed isa-run simulator check in configure. 2014-05-06 18:24:25 -07:00
fesvr Use __thread for compatibility with gcc <= 4.7. 2014-03-28 12:44:39 -04: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 Prefer libraries located in current directory 2014-01-26 21:51:23 -08:00
README add simple README 2013-03-21 17:42:01 -07:00
aclocal.m4 Build and use shared libraries only 2014-01-24 01:03:54 -08:00
config.h.in Build and use shared libraries only 2014-01-24 01:03:54 -08:00
configure Removed isa-run simulator check in configure. 2014-05-06 18:24:25 -07:00
configure.ac Removed isa-run simulator check in configure. 2014-05-06 18:24:25 -07:00

README

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.

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