C++ build project for NuttX using cmake

How to build a C++ project for NuttX using CMake

Posted by Flavio Alves on December 13, 2020 · 1 min read

Introduction

This article has the objective to describe a cmake-base project used to build a NuttX based application using C++ language.

Requirements

  • A NuttX based library with the correct endpoint set for the application
  • Toolchain configured
  • JLink tools

Result

The following link shows an application example: https://github.com/Phi-Innovations/nuttx-apps/tree/main/hellocpp

References


c++ nuttx tutorial #c++ #nuttx #cmake