Skip to content

RISC-V Frontend Server

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

freebsd-riscv/riscv-fesvr

 
 

Repository files navigation

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 --target=riscv64-unknown-elf
$ make install

The --target flag is optional and defaults to riscv64-unknown-elf. The target is used to determine the location of loaded programs (e.g. pk), so it should match the host that pk runs on.

About

RISC-V Frontend Server

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 50.4%
  • C++ 36.8%
  • Makefile 6.7%
  • Shell 4.2%
  • M4 1.9%