Skip to content
This repository was archived by the owner on Nov 25, 2018. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 433 Bytes

File metadata and controls

14 lines (8 loc) · 433 Bytes

Epiphany BSP C++ example

A small example of an Epiphany (BSP) program written in C++. The C++ binary size is greatly reduced by using the appropriate flags, as well as overwriting the new and delete operators.

This example depends on Epiphany BSP, which is included as a Git submodule. Use

git submodule init
git submodule update --remote

The program can then be built by issuing

make

from the command-line.