Dinesh Thirumurthy
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
14 additions and
0 deletions
-
README.md
|
|
|
@ -23,6 +23,20 @@ install path, and that the riscv-fesvr package is installed there. |
|
|
|
$ make |
|
|
|
$ [sudo] make install |
|
|
|
|
|
|
|
Build Steps on OpenBSD |
|
|
|
---------------------- |
|
|
|
|
|
|
|
Install bash and gmake, nd ause clang. |
|
|
|
|
|
|
|
$ pkg_add bash gmake |
|
|
|
$ exec bash |
|
|
|
$ export CC=cc; export CXX=c++ |
|
|
|
$ mkdir build |
|
|
|
$ cd build |
|
|
|
$ ../configure --prefix=$RISCV --with-fesvr=$RISCV |
|
|
|
$ gmake |
|
|
|
$ [doas] make install |
|
|
|
|
|
|
|
Compiling and Running a Simple C Program |
|
|
|
------------------------------------------- |
|
|
|
|
|
|
|
|