RISC-V Proxy Kernel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andrew Waterman 8bad38e1a9 use string.h functions in newlib (-lc) 13 years ago
pk use string.h functions in newlib (-lc) 13 years ago
scripts temporary undoing of renaming 15 years ago
softfloat fixed build after repo split 15 years ago
softfloat_riscv fixed build after repo split 15 years ago
softint Cleanup of div/divu/rem/remu. 14 years ago
.gitignore fixed build after repo split 15 years ago
COPYING temporary undoing of renaming 15 years ago
LICENSE add missing LICENSE file 13 years ago
Makefile.in respect CFLAGS and LDFLAGS env vars 14 years ago
README temporary undoing of renaming 15 years ago
aclocal.m4 properly search for the new isa simulator (spike) 13 years ago
config.h.in fix spinlocks; add --disable-atomics cfg opt 14 years ago
configure use string.h functions in newlib (-lc) 13 years ago
configure.ac use string.h functions in newlib (-lc) 13 years ago

README

==========================================================================
Modular C++ Build System Template
==========================================================================
# Author : Christopher Batten
# Date : September 24, 2008
# Version : (under version control)

This is a template for the Modular C++ Build System. Please refer to the
following documentation for more information on the build system:

- 'mcppbs-uguide.txt' : Modular C++ Build System User Guide
- 'utst/utst-uguide.txt' : Unit Testing Framework User Guide
- 'style-guide.txt' : C++ Coding Style Guide

Developers should eventually replace this 'README' file with information
on their new project. It is recommended that the new 'README' file keep
pointers to the above documentation so that end-users can learn about
the build system. You may also want to keep the version information
around so that you know what version of the build system you are using.

--------------------------------------------------------------------------
Template Instantiation
--------------------------------------------------------------------------

- Update project metadata (name, maintainer, etc) in 'configure.ac'
- Run 'autoconf && autoheader' in project's root directory
- Add subprojects and update the list in 'configure.ac'

--------------------------------------------------------------------------
Build Steps
--------------------------------------------------------------------------

% mkdir build
% cd build
% ../configure
% make