This repository contains some baremetal libraries for OpTiMSoC:
-
libbaremetalis the basic runtime support specific to OpTiMSoC. -
libmpis the message passing library for OpTiMSoC. -
libruntimeis basic support for handling threads and virtual memory, along with a basic scheduler. It can be used to build your own simple runtime system and serves as hardware abstraction layer for gzll
./autogen.sh
mkdir build; cd build
../configure --prefix=/opt/optimsoc/sw --host=or1k-elf
make
sudo make install