CF icon indicating copy to clipboard operation
CF copied to clipboard

How to build

Open 5angjun opened this issue 1 year ago • 1 comments

Hello, I'm Sangjun who interested in this project.

I want to build this Projects but stucked with this stage.

git clone https://github.com/nasa/CF.git
cd CF
mkdir build && cd build

editing ../CMakeLists.txt -> cmake_minimum_required(VERSION 3.16)
cmake ..

스크린샷, 2024-07-21 16-32-03

Can you help me?

As README.md mentioned, CF project is related with cFS. But i want to know how to use CF with cFS project specifically.

5angjun avatar Jul 21 '24 07:07 5angjun

you need the source file to be in the apps/cf folder. Then add cf to your "APPLIST" in your targets.cmake, in your cfe_es_startup.scr, you add in the cf app. Follow the instructions on https://github.com/nasa/cfs to build and run cFS

avan989 avatar Aug 01 '24 15:08 avan989