This directory contains some simple example projects for eragon linux project.
These are intended to show basic eragon linux driver functionality, and to provide you can use for your own projects.
- Before building the demo, please set the toolchain path to PATH global var.
Building examples is the same as building any other project:
- Follow the setup instructions in README.md.
- Change into the directory of the example you'd like to build.
- Use
make
to build the example. - Use
make clean
to clean the example binary.