Skip to content

optimsoc/gzll-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

57b8b5e · Sep 1, 2015

History

16 Commits
Sep 1, 2015
May 21, 2015
May 20, 2015
Apr 16, 2015

Repository files navigation

Build software

The software build process consists of two stages. First, it is necessary to build at least one application. Afterwards, you can then build an image with the applications and the kernel to execute it on the system.

Build pingpong demo

In this example two tasks will be started in rank 0 and rank 1. They will send some messages back and forth.

Be sure to have both the or1k-elf and the or1k-gzll toolchain in your path. Furthermore you need the gzll-image-create script in your path.

Build applications

cd apps/pingpong
make

Build image

cd images/pingpong_0to1
gzll-image-create image.ini
make