Skip to content

A demo project targeting RTEMS 5 (SPARC ERC32 BSP), with CMake as build system and C++11 as source language.

Notifications You must be signed in to change notification settings

roncapat/RTEMS-5-CMake-CPP11-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RTEMS 5 CMake C++11 Starter

This repository contains a simple RTEMS application.

The CMakeLists.txt targets a SPARC ERC32 BSP, as the one installed by following the official Quick Start Guide using the RSB method.

⚠️ You need to manually adjust AT LEAST the second line of the CMakeFile to reflect your RTEMS_ROOT_PATH.
I suggest to also check all *_INSTALL_DIR, *_LIB_DIR, and *_INCLUDE_DIR to match your configuration.

How to build

git clone https://github.com/roncapat/RTEMS-5-CMake-C-11-Starter.git rtems-demo
cd rtems-demo
mkdir build
cd build
cmake ..
make

About

A demo project targeting RTEMS 5 (SPARC ERC32 BSP), with CMake as build system and C++11 as source language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published