Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 623 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 623 Bytes

OpTiMSoC Baremetal Libraries

This repository contains some baremetal libraries for OpTiMSoC:

  • libbaremetal is the basic runtime support specific to OpTiMSoC.

  • libmp is the message passing library for OpTiMSoC.

  • libruntime is 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

Build instructions

./autogen.sh
mkdir build; cd build
../configure --prefix=/opt/optimsoc/sw --host=or1k-elf
make
sudo make install