nasa / CF

The Core Flight System (cFS) CFDP application.
Apache License 2.0
86 stars 46 forks source link

How to build #457

Open 5angjun opened 3 months ago

5angjun commented 3 months ago

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.

avan989 commented 3 months ago

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